blob: 5eb02db58cfa909678eff81c4a14a209b368bdd4 [file] [log] [blame]
<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"/>
<OutFlow>
<handler name="MTOMOutHandler" class="org.apache.axis2.mtompolicy.MTOMOutHandler">
<order phase="MessageOut"/>
</handler>
</OutFlow>
</module>