org.apache.axis2.policy.model
Class MTOM11Assertion

java.lang.Object
  extended by org.apache.axis2.policy.model.MTOMAssertion
      extended by 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.


Field Summary
static java.lang.String MTOM_LN
           
static java.lang.String NS
           
static java.lang.String PREFIX
           
 
Fields inherited from class org.apache.axis2.policy.model.MTOMAssertion
optional
 
Constructor Summary
MTOM11Assertion()
           
 
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 org.apache.axis2.policy.model.MTOMAssertion
isOptional, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
See Also:
Constant Field Values

MTOM_LN

public static final java.lang.String MTOM_LN
See Also:
Constant Field Values

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values
Constructor Detail

MTOM11Assertion

public MTOM11Assertion()
Method Detail

getName

public javax.xml.namespace.QName getName()

normalize

public org.apache.neethi.PolicyComponent normalize()

serialize

public void serialize(javax.xml.stream.XMLStreamWriter writer)
               throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

equal

public boolean equal(org.apache.neethi.PolicyComponent policyComponent)

getType

public short getType()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.