Package org.apache.axis.soap
Class SOAP12Constants
- java.lang.Object
-
- org.apache.axis.soap.SOAP12Constants
-
- All Implemented Interfaces:
java.io.Serializable,SOAPConstants
public class SOAP12Constants extends java.lang.Object implements SOAPConstants
SOAP 1.2 constants- Author:
- Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROP_WEBMETHODMessageContext property name for webmethod-
Fields inherited from interface org.apache.axis.soap.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
-
-
Constructor Summary
Constructors Constructor Description SOAP12Constants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetArrayType()Obtain the QName of the SOAP array typejava.lang.StringgetAttrHref()Obtain the ref attribute namejava.lang.StringgetAttrItemType()Obtain the item type name of an arrayQNamegetBodyQName()Obtain the QName for the Body elementjava.lang.StringgetContentType()Obtain the MIME content typejava.lang.StringgetEncodingURI()Obtain the encoding namespace for this version of SOAPjava.lang.StringgetEnvelopeURI()Obtain the envelope namespace for this version of SOAPQNamegetFaultQName()Obtain the QName for the Fault elementQNamegetHeaderQName()Obtain the QName for the Header elementQNamegetMustunderstandFaultQName()Obtain the Qname of Mustunderstand fault codejava.lang.StringgetNextRoleURI()Obtain the "next" role/actor URIQNamegetRoleAttributeQName()Obtain the QName for the role attribute (actor/role)QNamegetVerMismatchFaultCodeQName()Obtain the Qname of VersionMismatch fault code
-
-
-
Field Detail
-
PROP_WEBMETHOD
public static final java.lang.String PROP_WEBMETHOD
MessageContext property name for webmethod- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnvelopeURI
public java.lang.String getEnvelopeURI()
Description copied from interface:SOAPConstantsObtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURIin interfaceSOAPConstants
-
getEncodingURI
public java.lang.String getEncodingURI()
Description copied from interface:SOAPConstantsObtain the encoding namespace for this version of SOAP- Specified by:
getEncodingURIin interfaceSOAPConstants
-
getHeaderQName
public QName getHeaderQName()
Description copied from interface:SOAPConstantsObtain the QName for the Header element- Specified by:
getHeaderQNamein interfaceSOAPConstants
-
getBodyQName
public QName getBodyQName()
Description copied from interface:SOAPConstantsObtain the QName for the Body element- Specified by:
getBodyQNamein interfaceSOAPConstants
-
getFaultQName
public QName getFaultQName()
Description copied from interface:SOAPConstantsObtain the QName for the Fault element- Specified by:
getFaultQNamein interfaceSOAPConstants
-
getRoleAttributeQName
public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQNamein interfaceSOAPConstants
-
getContentType
public java.lang.String getContentType()
Obtain the MIME content type- Specified by:
getContentTypein interfaceSOAPConstants
-
getNextRoleURI
public java.lang.String getNextRoleURI()
Obtain the "next" role/actor URI- Specified by:
getNextRoleURIin interfaceSOAPConstants
-
getAttrHref
public java.lang.String getAttrHref()
Obtain the ref attribute name- Specified by:
getAttrHrefin interfaceSOAPConstants
-
getAttrItemType
public java.lang.String getAttrItemType()
Obtain the item type name of an array- Specified by:
getAttrItemTypein interfaceSOAPConstants
-
getVerMismatchFaultCodeQName
public QName getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code- Specified by:
getVerMismatchFaultCodeQNamein interfaceSOAPConstants
-
getMustunderstandFaultQName
public QName getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code- Specified by:
getMustunderstandFaultQNamein interfaceSOAPConstants
-
getArrayType
public QName getArrayType()
Obtain the QName of the SOAP array type- Specified by:
getArrayTypein interfaceSOAPConstants
-
-