Interface SOAPConstants


  • public interface SOAPConstants
    The definition of constants pertaining to the SOAP 1.1 protocol.
    • Field Detail

      • URI_NS_SOAP_ENVELOPE

        static final java.lang.String URI_NS_SOAP_ENVELOPE
        The namespace identifier for the SOAP envelope.
        See Also:
        Constant Field Values
      • URI_NS_SOAP_ENCODING

        static final java.lang.String URI_NS_SOAP_ENCODING
        The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
        See Also:
        Constant Field Values
      • URI_SOAP_ACTOR_NEXT

        static final java.lang.String URI_SOAP_ACTOR_NEXT
        The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
        See Also:
        Constant Field Values
      • DYNAMIC_SOAP_PROTOCOL

        static final java.lang.String DYNAMIC_SOAP_PROTOCOL
        See Also:
        Constant Field Values
      • DEFAULT_SOAP_PROTOCOL

        static final java.lang.String DEFAULT_SOAP_PROTOCOL
        See Also:
        Constant Field Values
      • URI_NS_SOAP_1_1_ENVELOPE

        static final java.lang.String URI_NS_SOAP_1_1_ENVELOPE
        See Also:
        Constant Field Values
      • URI_NS_SOAP_1_2_ENVELOPE

        static final java.lang.String URI_NS_SOAP_1_2_ENVELOPE
        See Also:
        Constant Field Values
      • URI_NS_SOAP_1_2_ENCODING

        static final java.lang.String URI_NS_SOAP_1_2_ENCODING
        See Also:
        Constant Field Values
      • SOAP_1_1_CONTENT_TYPE

        static final java.lang.String SOAP_1_1_CONTENT_TYPE
        See Also:
        Constant Field Values
      • SOAP_1_2_CONTENT_TYPE

        static final java.lang.String SOAP_1_2_CONTENT_TYPE
        See Also:
        Constant Field Values
      • URI_SOAP_1_2_ROLE_NEXT

        static final java.lang.String URI_SOAP_1_2_ROLE_NEXT
        See Also:
        Constant Field Values
      • URI_SOAP_1_2_ROLE_NONE

        static final java.lang.String URI_SOAP_1_2_ROLE_NONE
        See Also:
        Constant Field Values
      • URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER

        static final java.lang.String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
        See Also:
        Constant Field Values
      • SOAP_VERSIONMISMATCH_FAULT

        static final javax.xml.namespace.QName SOAP_VERSIONMISMATCH_FAULT
      • SOAP_MUSTUNDERSTAND_FAULT

        static final javax.xml.namespace.QName SOAP_MUSTUNDERSTAND_FAULT
      • SOAP_DATAENCODINGUNKNOWN_FAULT

        static final javax.xml.namespace.QName SOAP_DATAENCODINGUNKNOWN_FAULT
      • SOAP_SENDER_FAULT

        static final javax.xml.namespace.QName SOAP_SENDER_FAULT
      • SOAP_RECEIVER_FAULT

        static final javax.xml.namespace.QName SOAP_RECEIVER_FAULT