DYNAMIC_SOAP_PROTOCOL Used to create MessageFactory instances that create
SOAPMessages whose concrete type is based on the
Content-Type MIME header passed to the
createMessage method.
URI_SOAP_1_2_ROLE_NEXT The URI identifying the next application processing a SOAP request as the intended
role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2
specification).
URI_SOAP_ACTOR_NEXT The URI identifying the next application processing a SOAP request as the intended
actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).
Field Detail
DEFAULT_SOAP_PROTOCOL
final public static String DEFAULT_SOAP_PROTOCOL(Code)
The default protocol: SOAP 1.1 for backwards compatibility.
since: SAAJ 1.3
DYNAMIC_SOAP_PROTOCOL
final public static String DYNAMIC_SOAP_PROTOCOL(Code)
Used to create MessageFactory instances that create
SOAPMessages whose concrete type is based on the
Content-Type MIME header passed to the
createMessage method. If no Content-Type
header is passed then the createMessage may throw an
IllegalArgumentException or, in the case of the no
argument version of createMessage, an
UnsupportedOperationException.
since: SAAJ 1.3
SOAP_1_1_CONTENT_TYPE
final public static String SOAP_1_1_CONTENT_TYPE(Code)
The media type of the Content-Type MIME header in SOAP 1.1.
since: SAAJ 1.3
SOAP_1_1_PROTOCOL
final public static String SOAP_1_1_PROTOCOL(Code)
Used to create MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.1 specification.
since: SAAJ 1.3
SOAP_1_2_CONTENT_TYPE
final public static String SOAP_1_2_CONTENT_TYPE(Code)
The media type of the Content-Type MIME header in SOAP 1.2.
since: SAAJ 1.3
SOAP_1_2_PROTOCOL
final public static String SOAP_1_2_PROTOCOL(Code)
Used to create MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.2
specification
since: SAAJ 1.3
SOAP_DATAENCODINGUNKNOWN_FAULT
final public static QName SOAP_DATAENCODINGUNKNOWN_FAULT(Code)
final public static QName SOAP_VERSIONMISMATCH_FAULT(Code)
SOAP 1.2 VersionMismatch Fault
since: SAAJ 1.3
URI_NS_SOAP_1_1_ENVELOPE
final public static String URI_NS_SOAP_1_1_ENVELOPE(Code)
The namespace identifier for the SOAP 1.1 envelope.
since: SAAJ 1.3
URI_NS_SOAP_1_2_ENCODING
final public static String URI_NS_SOAP_1_2_ENCODING(Code)
The namespace identifier for the SOAP 1.2 encoding.
since: SAAJ 1.3
URI_NS_SOAP_1_2_ENVELOPE
final public static String URI_NS_SOAP_1_2_ENVELOPE(Code)
The namespace identifier for the SOAP 1.2 envelope.
since: SAAJ 1.3
URI_NS_SOAP_ENCODING
final public static String URI_NS_SOAP_ENCODING(Code)
The namespace identifier for the SOAP 1.1 encoding.
An attribute named encodingStyle in the
URI_NS_SOAP_ENVELOPE namespace and set to the value
URI_NS_SOAP_ENCODING can be added to an element to indicate
that it is encoded using the rules in section 5 of the SOAP 1.1
specification.
URI_NS_SOAP_ENVELOPE
final public static String URI_NS_SOAP_ENVELOPE(Code)
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this
namespace are defined by the SOAP 1.1 specification.
URI_SOAP_1_2_ROLE_NEXT
final public static String URI_SOAP_1_2_ROLE_NEXT(Code)
The URI identifying the next application processing a SOAP request as the intended
role for a SOAP 1.2 header entry (see section 2.2 of part 1 of the SOAP 1.2
specification).
since: SAAJ 1.3
URI_SOAP_1_2_ROLE_NONE
final public static String URI_SOAP_1_2_ROLE_NONE(Code)
The URI specifying the role None in SOAP 1.2.
since: SAAJ 1.3
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
final public static String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER(Code)
The URI identifying the ultimate receiver of the SOAP 1.2 message.
since: SAAJ 1.3
URI_SOAP_ACTOR_NEXT
final public static String URI_SOAP_ACTOR_NEXT(Code)
The URI identifying the next application processing a SOAP request as the intended
actor for a SOAP 1.1 header entry (see section 4.2.2 of the SOAP 1.1 specification).