Package org.apache.axiom.soap
Class SOAP12Version
java.lang.Object
org.apache.axiom.soap.SOAP12Version
- All Implemented Interfaces:
SOAP12Constants
,SOAPConstants
,SOAPVersion
Version-specific stuff for SOAP 1.2
-
Field Summary
Fields inherited from interface org.apache.axiom.soap.SOAP12Constants
FAULT_CODE_RECEIVER, FAULT_CODE_SENDER, QNAME_FAULT_CODE, QNAME_FAULT_DETAIL, QNAME_FAULT_NODE, QNAME_FAULT_REASON, QNAME_FAULT_ROLE, QNAME_FAULT_SUBCODE, QNAME_FAULT_TEXT, QNAME_FAULT_VALUE, QNAME_MU_FAULTCODE, QNAME_RECEIVER_FAULTCODE, QNAME_RELAY, QNAME_ROLE, QNAME_SENDER_FAULTCODE, SOAP_12_CONTENT_TYPE, SOAP_ENCODING_NAMESPACE_URI, SOAP_ENVELOPE_NAMESPACE_URI, SOAP_FAULT_CODE_LOCAL_NAME, SOAP_FAULT_DETAIL_LOCAL_NAME, SOAP_FAULT_NODE_LOCAL_NAME, SOAP_FAULT_REASON_LOCAL_NAME, SOAP_FAULT_ROLE_LOCAL_NAME, SOAP_FAULT_SUB_CODE_LOCAL_NAME, SOAP_FAULT_TEXT_LANG_ATTR_LOCAL_NAME, SOAP_FAULT_TEXT_LANG_ATTR_NS_PREFIX, SOAP_FAULT_TEXT_LANG_ATTR_NS_URI, SOAP_FAULT_TEXT_LOCAL_NAME, SOAP_FAULT_VALUE_DATA_ENCODING_UKNOWN, SOAP_FAULT_VALUE_LOCAL_NAME, SOAP_FAULT_VALUE_MUST_UNDERSTAND, SOAP_FAULT_VALUE_RECEIVER, SOAP_FAULT_VALUE_SENDER, SOAP_FAULT_VALUE_VERSION_MISMATCH, SOAP_RELAY, SOAP_ROLE, SOAP_ROLE_NEXT, SOAP_ROLE_NONE, SOAP_ROLE_ULTIMATE_RECEIVER
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
Modifier and TypeMethodDescriptionObtain the encoding namespace for this version of SOAPObtain the envelope namespace for this version of SOAPObtain the QName for the fault code element.Obtain the QName for the fault detail element.Obtain the QName for the fault reason element.Obtain the QName for the fault role/actor element.Obtain the media type for this version of SOAP.Obtain the QName for the MustUnderstand fault codeObtain the "next" role/actor URIObtain the QName for the Receiver fault code.Obtain the QName for the role attribute (actor/role)Obtain the QName for the Sender fault codestatic SOAP12Version
Deprecated.
-
Method Details
-
getSingleton
Deprecated.UseSOAPVersion.SOAP12
instead. -
getEnvelopeURI
Description copied from interface:SOAPVersion
Obtain the envelope namespace for this version of SOAP- Specified by:
getEnvelopeURI
in interfaceSOAPVersion
-
getEncodingURI
Description copied from interface:SOAPVersion
Obtain the encoding namespace for this version of SOAP- Specified by:
getEncodingURI
in interfaceSOAPVersion
-
getRoleAttributeQName
Description copied from interface:SOAPVersion
Obtain the QName for the role attribute (actor/role)- Specified by:
getRoleAttributeQName
in interfaceSOAPVersion
-
getNextRoleURI
Description copied from interface:SOAPVersion
Obtain the "next" role/actor URI- Specified by:
getNextRoleURI
in interfaceSOAPVersion
-
getMustUnderstandFaultCode
Description copied from interface:SOAPVersion
Obtain the QName for the MustUnderstand fault code- Specified by:
getMustUnderstandFaultCode
in interfaceSOAPVersion
-
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
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
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
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
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
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
Description copied from interface:SOAPVersion
Obtain the media type for this version of SOAP.- Specified by:
getMediaType
in interfaceSOAPVersion
- Returns:
- the media type
-
SOAPVersion.SOAP12
instead.