Class SOAP12Version

java.lang.Object
org.apache.axiom.soap.SOAP12Version
All Implemented Interfaces:
SOAP12Constants, SOAPConstants, SOAPVersion

public class SOAP12Version extends Object implements SOAPVersion, SOAP12Constants
Version-specific stuff for SOAP 1.2
  • Method Details

    • getSingleton

      public static SOAP12Version getSingleton()
      Deprecated.
      Use SOAPVersion.SOAP12 instead.
    • getEnvelopeURI

      public String getEnvelopeURI()
      Description copied from interface: SOAPVersion
      Obtain the envelope namespace for this version of SOAP
      Specified by:
      getEnvelopeURI in interface SOAPVersion
    • getEncodingURI

      public String getEncodingURI()
      Description copied from interface: SOAPVersion
      Obtain the encoding namespace for this version of SOAP
      Specified by:
      getEncodingURI in interface SOAPVersion
    • getRoleAttributeQName

      public QName getRoleAttributeQName()
      Description copied from interface: SOAPVersion
      Obtain the QName for the role attribute (actor/role)
      Specified by:
      getRoleAttributeQName in interface SOAPVersion
    • getNextRoleURI

      public String getNextRoleURI()
      Description copied from interface: SOAPVersion
      Obtain the "next" role/actor URI
      Specified by:
      getNextRoleURI in interface SOAPVersion
    • getMustUnderstandFaultCode

      public QName getMustUnderstandFaultCode()
      Description copied from interface: SOAPVersion
      Obtain the QName for the MustUnderstand fault code
      Specified by:
      getMustUnderstandFaultCode in interface SOAPVersion
    • getSenderFaultCode

      public QName getSenderFaultCode()
      Description copied from interface: SOAPVersion
      Obtain the QName for the Sender fault code
      Specified by:
      getSenderFaultCode in interface SOAPVersion
      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 interface SOAPVersion
      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 interface SOAPVersion
      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 interface SOAPVersion
      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 interface SOAPVersion
      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 interface SOAPVersion
      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 interface SOAPVersion
      Returns:
      the media type