Package org.apache.axis.soap
Class SOAP12Constants
java.lang.Object
org.apache.axis.soap.SOAP12Constants
- All Implemented Interfaces:
Serializable
,SOAPConstants
SOAP 1.2 constants
- Author:
- Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
- See Also:
-
Field Summary
FieldsFields inherited from interface org.apache.axis.soap.SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the QName of the SOAP array typeObtain the ref attribute nameObtain the item type name of an arrayObtain the QName for the Body elementObtain the MIME content typeObtain the encoding namespace for this version of SOAPObtain the envelope namespace for this version of SOAPObtain the QName for the Fault elementObtain the QName for the Header elementObtain the Qname of Mustunderstand fault codeObtain the "next" role/actor URIObtain the QName for the role attribute (actor/role)Obtain the Qname of VersionMismatch fault code
-
Field Details
-
PROP_WEBMETHOD
MessageContext property name for webmethod- See Also:
-
-
Constructor Details
-
SOAP12Constants
public SOAP12Constants()
-
-
Method Details
-
getEnvelopeURI
Description copied from interface:SOAPConstants
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPConstants
-
getEncodingURI
Description copied from interface:SOAPConstants
Obtain the encoding namespace for this version of SOAP- Specified by:
getEncodingURI
in interfaceSOAPConstants
-
getHeaderQName
Description copied from interface:SOAPConstants
Obtain the QName for the Header element- Specified by:
getHeaderQName
in interfaceSOAPConstants
-
getBodyQName
Description copied from interface:SOAPConstants
Obtain the QName for the Body element- Specified by:
getBodyQName
in interfaceSOAPConstants
-
getFaultQName
Description copied from interface:SOAPConstants
Obtain the QName for the Fault element- Specified by:
getFaultQName
in interfaceSOAPConstants
-
getRoleAttributeQName
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPConstants
-
getContentType
Obtain the MIME content type- Specified by:
getContentType
in interfaceSOAPConstants
-
getNextRoleURI
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPConstants
-
getAttrHref
Obtain the ref attribute name- Specified by:
getAttrHref
in interfaceSOAPConstants
-
getAttrItemType
Obtain the item type name of an array- Specified by:
getAttrItemType
in interfaceSOAPConstants
-
getVerMismatchFaultCodeQName
Obtain the Qname of VersionMismatch fault code- Specified by:
getVerMismatchFaultCodeQName
in interfaceSOAPConstants
-
getMustunderstandFaultQName
Obtain the Qname of Mustunderstand fault code- Specified by:
getMustunderstandFaultQName
in interfaceSOAPConstants
-
getArrayType
Obtain the QName of the SOAP array type- Specified by:
getArrayType
in interfaceSOAPConstants
-