Package org.apache.axis2.policy.model
Class MTOM11Assertion
- java.lang.Object
-
- org.apache.axis2.policy.model.MTOMAssertion
-
- org.apache.axis2.policy.model.MTOM11Assertion
-
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent
public class MTOM11Assertion extends MTOMAssertion
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.
-
-
Constructor Summary
Constructors Constructor Description MTOM11Assertion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequal(org.apache.neethi.PolicyComponent policyComponent)QNamegetName()shortgetType()org.apache.neethi.PolicyComponentnormalize()voidserialize(XMLStreamWriter writer)-
Methods inherited from class org.apache.axis2.policy.model.MTOMAssertion
isIgnorable, isOptional, setOptional
-
-
-
-
Field Detail
-
NS
public static final String NS
- See Also:
- Constant Field Values
-
MTOM_LN
public static final String MTOM_LN
- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public QName getName()
-
normalize
public org.apache.neethi.PolicyComponent normalize()
-
serialize
public void serialize(XMLStreamWriter writer) throws XMLStreamException
- Throws:
XMLStreamException
-
equal
public boolean equal(org.apache.neethi.PolicyComponent policyComponent)
-
getType
public short getType()
-
-