org.apache.axiom.om.impl
Interface MTOMConstants


public interface MTOMConstants


Field Summary
static java.lang.String ATTACHMENTS
          Deprecated. This was used in old versions of Axis2 as the key identifying the attachments map in the message context. You should no longer use this.
static java.lang.String MTOM_TYPE
          If the Message is MTOM optimised then MTOM_TYPE
static java.lang.String ROOT_PART
          Deprecated.  
static java.lang.String SWA_TYPE
          If the message is Soap with Attachments SWA_TYPE
static java.lang.String SWA_TYPE_12
           
static java.lang.String XOP_INCLUDE
           
static java.lang.String XOP_NAMESPACE_URI
           
 

Field Detail

XOP_INCLUDE

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

XOP_NAMESPACE_URI

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

MTOM_TYPE

static final java.lang.String MTOM_TYPE
If the Message is MTOM optimised then MTOM_TYPE

See Also:
Constant Field Values

SWA_TYPE

static final java.lang.String SWA_TYPE
If the message is Soap with Attachments SWA_TYPE

See Also:
Constant Field Values

SWA_TYPE_12

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

ROOT_PART

static final java.lang.String ROOT_PART
Deprecated. 
See Also:
Constant Field Values

ATTACHMENTS

static final java.lang.String ATTACHMENTS
Deprecated. This was used in old versions of Axis2 as the key identifying the attachments map in the message context. You should no longer use this.
See Also:
Constant Field Values


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.