Package org.apache.axis.soap
Class SOAP11Constants
- java.lang.Object
-
- org.apache.axis.soap.SOAP11Constants
-
- All Implemented Interfaces:
java.io.Serializable
,SOAPConstants
public class SOAP11Constants extends java.lang.Object implements SOAPConstants
SOAP 1.1 constants- Author:
- Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.apache.axis.soap.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
-
-
Constructor Summary
Constructors Constructor Description SOAP11Constants()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getArrayType()
Obtain the QName of the SOAP array typejava.lang.String
getAttrHref()
Obtain the ref attribute namejava.lang.String
getAttrItemType()
Obtain the item type name of an arrayQName
getBodyQName()
Obtain the QName for the Body elementjava.lang.String
getContentType()
Obtain the MIME content typejava.lang.String
getEncodingURI()
Obtain the encoding namespace for this version of SOAPjava.lang.String
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAPQName
getFaultQName()
Obtain the QName for the Fault elementQName
getHeaderQName()
Obtain the QName for the Header elementQName
getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault codejava.lang.String
getNextRoleURI()
Obtain the "next" role/actor URIQName
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)QName
getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code
-
-
-
Method Detail
-
getEnvelopeURI
public java.lang.String getEnvelopeURI()
Description copied from interface:SOAPConstants
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPConstants
-
getEncodingURI
public java.lang.String getEncodingURI()
Description copied from interface:SOAPConstants
Obtain the encoding namespace for this version of SOAP- Specified by:
getEncodingURI
in interfaceSOAPConstants
-
getHeaderQName
public QName getHeaderQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Header element- Specified by:
getHeaderQName
in interfaceSOAPConstants
-
getBodyQName
public QName getBodyQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Body element- Specified by:
getBodyQName
in interfaceSOAPConstants
-
getFaultQName
public QName getFaultQName()
Description copied from interface:SOAPConstants
Obtain the QName for the Fault element- Specified by:
getFaultQName
in interfaceSOAPConstants
-
getRoleAttributeQName
public QName getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPConstants
-
getContentType
public java.lang.String getContentType()
Obtain the MIME content type- Specified by:
getContentType
in interfaceSOAPConstants
-
getNextRoleURI
public java.lang.String getNextRoleURI()
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPConstants
-
getAttrHref
public java.lang.String getAttrHref()
Obtain the ref attribute name- Specified by:
getAttrHref
in interfaceSOAPConstants
-
getAttrItemType
public java.lang.String getAttrItemType()
Obtain the item type name of an array- Specified by:
getAttrItemType
in interfaceSOAPConstants
-
getVerMismatchFaultCodeQName
public QName getVerMismatchFaultCodeQName()
Obtain the Qname of VersionMismatch fault code- Specified by:
getVerMismatchFaultCodeQName
in interfaceSOAPConstants
-
getMustunderstandFaultQName
public QName getMustunderstandFaultQName()
Obtain the Qname of Mustunderstand fault code- Specified by:
getMustunderstandFaultQName
in interfaceSOAPConstants
-
getArrayType
public QName getArrayType()
Obtain the QName of the SOAP array type- Specified by:
getArrayType
in interfaceSOAPConstants
-
-