org.apache.axis2.om.impl
Interface MTOMConstants

All Known Implementing Classes:
MTOMStAXSOAPModelBuilder

public interface MTOMConstants


Field Summary
static String ATTACHMENTS
           
static String MTOM_TYPE
          If the Message is MTOM optimised then MTOM_TYPE
static String ROOT_PART
          rootPart is used as the key for the root BodyPart in the Parts HashMap
static String SWA_TYPE
          If the message is Soap with Attachments SWA_TYPE
static String XOP_INCLUDE
           
static String XOP_NAMESPACE_URI
           
 

Field Detail

XOP_INCLUDE

public static final String XOP_INCLUDE
See Also:
Constant Field Values

XOP_NAMESPACE_URI

public static final String XOP_NAMESPACE_URI
See Also:
Constant Field Values

MTOM_TYPE

public static final String MTOM_TYPE
If the Message is MTOM optimised then MTOM_TYPE

See Also:
Constant Field Values

SWA_TYPE

public static final String SWA_TYPE
If the message is Soap with Attachments SWA_TYPE

See Also:
Constant Field Values

ROOT_PART

public static final String ROOT_PART
rootPart is used as the key for the root BodyPart in the Parts HashMap

See Also:
Constant Field Values

ATTACHMENTS

public static final String ATTACHMENTS
See Also:
Constant Field Values