org.apache.axiom.om.impl
Interface MTOMConstants

All Known Implementing Classes:
MTOMStAXSOAPModelBuilder

public interface MTOMConstants


Field Summary
static java.lang.String ATTACHMENTS
           
static java.lang.String MTOM_TYPE
          If the Message is MTOM optimised then MTOM_TYPE
static java.lang.String ROOT_PART
          rootPart is used as the key for the root BodyPart in the Parts HashMap
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
rootPart is used as the key for the root BodyPart in the Parts HashMap

See Also:
Constant Field Values

ATTACHMENTS

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


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