org.apache.axis2.policy.model
Class MTOM10Assertion
java.lang.Object
org.apache.axis2.policy.model.MTOMAssertion
org.apache.axis2.policy.model.MTOM10Assertion
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
public class MTOM10Assertion
- extends MTOMAssertion
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.
Method Summary |
boolean |
equal(org.apache.neethi.PolicyComponent policyComponent)
|
javax.xml.namespace.QName |
getName()
|
short |
getType()
|
org.apache.neethi.PolicyComponent |
normalize()
|
void |
serialize(javax.xml.stream.XMLStreamWriter writer)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NS
public static final java.lang.String NS
- See Also:
- Constant Field Values
MTOM_SERIALIZATION_CONFIG_LN
public static final java.lang.String MTOM_SERIALIZATION_CONFIG_LN
- See Also:
- Constant Field Values
PREFIX
public static final java.lang.String PREFIX
- See Also:
- Constant Field Values
MTOM10Assertion
public MTOM10Assertion()
getName
public javax.xml.namespace.QName getName()
getType
public short getType()
equal
public boolean equal(org.apache.neethi.PolicyComponent policyComponent)
serialize
public void serialize(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
normalize
public org.apache.neethi.PolicyComponent normalize()
Copyright © 2007 Apache Web Services Project. All Rights Reserved.