Uses of Class
org.apache.axis2.policy.model.MTOMAssertion
-
Packages that use MTOMAssertion Package Description org.apache.axis2.mtompolicy org.apache.axis2.policy.model -
-
Uses of MTOMAssertion in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy that return MTOMAssertion Modifier and Type Method Description static MTOMAssertion
Utils. getMTOMAssertion(AxisDescription axisDescription)
Extracts the MTOM assertion object if it is exists into the policy based on a givenAxisDescription
. -
Uses of MTOMAssertion in org.apache.axis2.policy.model
Subclasses of MTOMAssertion in org.apache.axis2.policy.model Modifier and Type Class Description class
MTOM10Assertion
Assertion to pick up the QName <wsoma:OptimizedMimeSerialization xmlns:wsoma="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization"/> which is compliant
with the WS-MTOMPolicy verion 1.0.class
MTOM11Assertion
Assertion to pick up the QName <wsoma:MTOM xmlns:wsoma="http://www.w3.org/2007/08/soap12-mtom-policy"/> which is compliant with the WS-MTOMPolicy verion 1.1.
-