Package org.apache.axiom.soap
Class SOAP11Version
- java.lang.Object
-
- org.apache.axiom.soap.SOAP11Version
-
- All Implemented Interfaces:
SOAP11Constants
,SOAPConstants
,SOAPVersion
public class SOAP11Version extends Object implements SOAPVersion, SOAP11Constants
Version-specific stuff for SOAP 1.1
-
-
Field Summary
-
Fields inherited from interface org.apache.axiom.soap.SOAP11Constants
ATTR_ACTOR, FAULT_CODE_RECEIVER, FAULT_CODE_SENDER, QNAME_ACTOR, QNAME_FAULT_CODE, QNAME_FAULT_DETAIL, QNAME_FAULT_REASON, QNAME_FAULT_ROLE, QNAME_MU_FAULTCODE, QNAME_RECEIVER_FAULTCODE, QNAME_SENDER_FAULTCODE, SOAP_11_CONTENT_TYPE, SOAP_ACTOR_NEXT, SOAP_ENCODING_NAMESPACE_URI, SOAP_ENVELOPE_NAMESPACE_URI, SOAP_FAULT_ACTOR_LOCAL_NAME, SOAP_FAULT_CODE_LOCAL_NAME, SOAP_FAULT_DETAIL_LOCAL_NAME, SOAP_FAULT_STRING_LOCAL_NAME
-
Fields inherited from interface org.apache.axiom.soap.SOAPConstants
ATTR_MUSTUNDERSTAND, ATTR_MUSTUNDERSTAND_0, ATTR_MUSTUNDERSTAND_1, ATTR_MUSTUNDERSTAND_FALSE, ATTR_MUSTUNDERSTAND_TRUE, BODY_FAULT_LOCAL_NAME, BODY_LOCAL_NAME, BODY_NAMESPACE_PREFIX, FAULT_CODE_DATA_ENCODING_UNKNOWN, FAULT_CODE_MUST_UNDERSTAND, FAULT_CODE_VERSION_MISMATCH, HEADER_LOCAL_NAME, SOAP_DEFAULT_NAMESPACE_PREFIX, SOAP_FAULT_DETAIL_EXCEPTION_ENTRY, SOAPENVELOPE_LOCAL_NAME, SOAPFAULT_DETAIL_LOCAL_NAME, SOAPFAULT_LOCAL_NAME
-
Fields inherited from interface org.apache.axiom.soap.SOAPVersion
SOAP11, SOAP12
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getEncodingURI()
Obtain the encoding namespace for this version of SOAPString
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAPQName
getFaultCodeQName()
Obtain the QName for the fault code element.QName
getFaultDetailQName()
Obtain the QName for the fault detail element.QName
getFaultReasonQName()
Obtain the QName for the fault reason element.QName
getFaultRoleQName()
Obtain the QName for the fault role/actor element.MediaType
getMediaType()
Obtain the media type for this version of SOAP.QName
getMustUnderstandFaultCode()
Obtain the QName for the MustUnderstand fault codeString
getNextRoleURI()
Obtain the "next" role/actor URIQName
getReceiverFaultCode()
Obtain the QName for the Receiver fault code.QName
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)QName
getSenderFaultCode()
Obtain the QName for the Sender fault codestatic SOAP11Version
getSingleton()
Deprecated.UseSOAPVersion.SOAP11
instead.
-
-
-
Method Detail
-
getSingleton
public static SOAP11Version getSingleton()
Deprecated.UseSOAPVersion.SOAP11
instead.
-
getEnvelopeURI
public String getEnvelopeURI()
Description copied from interface:SOAPVersion
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPVersion
-
getEncodingURI
public String getEncodingURI()
Description copied from interface:SOAPVersion
Obtain the encoding namespace for this version of SOAP- Specified by:
getEncodingURI
in interfaceSOAPVersion
-
getRoleAttributeQName
public QName getRoleAttributeQName()
Description copied from interface:SOAPVersion
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPVersion
-
getNextRoleURI
public String getNextRoleURI()
Description copied from interface:SOAPVersion
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPVersion
-
getMustUnderstandFaultCode
public QName getMustUnderstandFaultCode()
Description copied from interface:SOAPVersion
Obtain the QName for the MustUnderstand fault code- Specified by:
getMustUnderstandFaultCode
in interfaceSOAPVersion
-
getSenderFaultCode
public QName getSenderFaultCode()
Description copied from interface:SOAPVersion
Obtain the QName for the Sender fault code- Specified by:
getSenderFaultCode
in interfaceSOAPVersion
- Returns:
- Sender fault code as a QName
-
getReceiverFaultCode
public QName getReceiverFaultCode()
Description copied from interface:SOAPVersion
Obtain the QName for the Receiver fault code.- Specified by:
getReceiverFaultCode
in interfaceSOAPVersion
- Returns:
- Receiver fault code as a QName
-
getFaultReasonQName
public QName getFaultReasonQName()
Description copied from interface:SOAPVersion
Obtain the QName for the fault reason element.- Specified by:
getFaultReasonQName
in interfaceSOAPVersion
- Returns:
- the QName for the fault reason element
-
getFaultCodeQName
public QName getFaultCodeQName()
Description copied from interface:SOAPVersion
Obtain the QName for the fault code element.- Specified by:
getFaultCodeQName
in interfaceSOAPVersion
- Returns:
- the QName for the fault code element
-
getFaultDetailQName
public QName getFaultDetailQName()
Description copied from interface:SOAPVersion
Obtain the QName for the fault detail element.- Specified by:
getFaultDetailQName
in interfaceSOAPVersion
- Returns:
- the QName for the fault detail element
-
getFaultRoleQName
public QName getFaultRoleQName()
Description copied from interface:SOAPVersion
Obtain the QName for the fault role/actor element.- Specified by:
getFaultRoleQName
in interfaceSOAPVersion
- Returns:
- the QName for the fault role/actor element
-
getMediaType
public MediaType getMediaType()
Description copied from interface:SOAPVersion
Obtain the media type for this version of SOAP.- Specified by:
getMediaType
in interfaceSOAPVersion
- Returns:
- the media type
-
-