| <module name="mtompolicy" class="org.apache.axis2.mtompolicy.MTOMPolicy"> | |
| <Description> | |
| This is the MTOM policy module. It is engaged when we have MTOM policy assertion. | |
| </Description> | |
| <supported-policy-namespaces namespaces="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization http://www.w3.org/2007/08/soap12-mtom-policy"/> | |
| <InFlow> | |
| <handler name="MTOMInHandler" class="org.apache.axis2.mtompolicy.MTOMInHandler"> | |
| <order phase="PreDispatch"/> | |
| </handler> | |
| </InFlow> | |
| <OutFlow> | |
| <handler name="MTOMOutHandler" class="org.apache.axis2.mtompolicy.MTOMOutHandler"> | |
| <order phase="MessageOut"/> | |
| </handler> | |
| </OutFlow> | |
| </module> |