org.jboss.axis.soap
Class SOAP12Constants

java.lang.Object
  extended byorg.jboss.axis.soap.SOAP12Constants
All Implemented Interfaces:
SOAPConstants (src)

public class SOAP12Constants
extends java.lang.Object
implements SOAPConstants (src)

SOAP 1.2 constants


Field Summary
static java.lang.String PROP_WEBMETHOD
          MessageContext property name for webmethod
 
Fields inherited from interface org.jboss.axis.soap.SOAPConstants (src)
SOAP11_CONSTANTS, SOAP12_CONSTANTS
 
Constructor Summary
SOAP12Constants()
           
 
Method Summary
 java.lang.String getAttrHref()
          Obtain the ref attribute name
 java.lang.String getAttrItemType()
          Obtain the item type name of an array
 QName (src) getBodyQName()
          Obtain the QName for the Body element
 java.lang.String getContentType()
          Obtain the MIME content type
 java.lang.String getEncodingURI()
          Obtain the encoding namespace for this version of SOAP
 java.lang.String getEnvelopeURI()
          Obtain the envelope namespace for this version of SOAP
 QName (src) getFaultQName()
          Obtain the QName for the Fault element
 QName (src) getHeaderQName()
          Obtain the QName for the Header element
 QName (src) getMustunderstandFaultQName()
          Obtain the Qname of Mustunderstand fault code
 java.lang.String getNextRoleURI()
          Obtain the "next" role/actor URI
 QName (src) getRoleAttributeQName()
          Obtain the QName for the role attribute (actor/role)
 QName (src) getVerMismatchFaultCodeQName()
          Obtain the Qname of VersionMismatch fault code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_WEBMETHOD

public static final java.lang.String PROP_WEBMETHOD
MessageContext property name for webmethod

See Also:
Constant Field Values (src)
Constructor Detail

SOAP12Constants

public SOAP12Constants()
Method Detail

getEnvelopeURI

public java.lang.String getEnvelopeURI()
Description copied from interface: SOAPConstants (src)
Obtain the envelope namespace for this version of SOAP

Specified by:
getEnvelopeURI in interface SOAPConstants (src)

getEncodingURI

public java.lang.String getEncodingURI()
Description copied from interface: SOAPConstants (src)
Obtain the encoding namespace for this version of SOAP

Specified by:
getEncodingURI in interface SOAPConstants (src)

getHeaderQName

public QName (src)  getHeaderQName()
Description copied from interface: SOAPConstants (src)
Obtain the QName for the Header element

Specified by:
getHeaderQName in interface SOAPConstants (src)

getBodyQName

public QName (src)  getBodyQName()
Description copied from interface: SOAPConstants (src)
Obtain the QName for the Body element

Specified by:
getBodyQName in interface SOAPConstants (src)

getFaultQName

public QName (src)  getFaultQName()
Description copied from interface: SOAPConstants (src)
Obtain the QName for the Fault element

Specified by:
getFaultQName in interface SOAPConstants (src)

getRoleAttributeQName

public QName (src)  getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)

Specified by:
getRoleAttributeQName in interface SOAPConstants (src)

getContentType

public java.lang.String getContentType()
Obtain the MIME content type

Specified by:
getContentType in interface SOAPConstants (src)

getNextRoleURI

public java.lang.String getNextRoleURI()
Obtain the "next" role/actor URI

Specified by:
getNextRoleURI in interface SOAPConstants (src)

getAttrHref

public java.lang.String getAttrHref()
Obtain the ref attribute name

Specified by:
getAttrHref in interface SOAPConstants (src)

getAttrItemType

public java.lang.String getAttrItemType()
Obtain the item type name of an array

Specified by:
getAttrItemType in interface SOAPConstants (src)

getVerMismatchFaultCodeQName

public QName (src)  getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code

Specified by:
getVerMismatchFaultCodeQName in interface SOAPConstants (src)

getMustunderstandFaultQName

public QName (src)  getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code

Specified by:
getMustunderstandFaultQName in interface SOAPConstants (src)