Package org.apache.axis.soap
Class SOAP11Constants
java.lang.Object
org.apache.axis.soap.SOAP11Constants
- All Implemented Interfaces:
Serializable,SOAPConstants
SOAP 1.1 constants
- Author:
- Glen Daniels (gdaniels@apache.org), Andras Avar (andras.avar@nokia.com)
- See Also:
-
Field Summary
Fields 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
-
Constructor Details
-
SOAP11Constants
public SOAP11Constants()
-
-
Method Details
-
getEnvelopeURI
Description copied from interface:SOAPConstantsObtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURIin interfaceSOAPConstants
-
getEncodingURI
Description copied from interface:SOAPConstantsObtain the encoding namespace for this version of SOAP- Specified by:
getEncodingURIin interfaceSOAPConstants
-
getHeaderQName
Description copied from interface:SOAPConstantsObtain the QName for the Header element- Specified by:
getHeaderQNamein interfaceSOAPConstants
-
getBodyQName
Description copied from interface:SOAPConstantsObtain the QName for the Body element- Specified by:
getBodyQNamein interfaceSOAPConstants
-
getFaultQName
Description copied from interface:SOAPConstantsObtain the QName for the Fault element- Specified by:
getFaultQNamein interfaceSOAPConstants
-
getRoleAttributeQName
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQNamein interfaceSOAPConstants
-
getContentType
Obtain the MIME content type- Specified by:
getContentTypein interfaceSOAPConstants
-
getNextRoleURI
Obtain the "next" role/actor URI- Specified by:
getNextRoleURIin interfaceSOAPConstants
-
getAttrHref
Obtain the ref attribute name- Specified by:
getAttrHrefin interfaceSOAPConstants
-
getAttrItemType
Obtain the item type name of an array- Specified by:
getAttrItemTypein interfaceSOAPConstants
-
getVerMismatchFaultCodeQName
Obtain the Qname of VersionMismatch fault code- Specified by:
getVerMismatchFaultCodeQNamein interfaceSOAPConstants
-
getMustunderstandFaultQName
Obtain the Qname of Mustunderstand fault code- Specified by:
getMustunderstandFaultQNamein interfaceSOAPConstants
-
getArrayType
Obtain the QName of the SOAP array type- Specified by:
getArrayTypein interfaceSOAPConstants
-