Java javax.xml.soap SOAPConstants fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.soap SOAPConstants fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.soap SOAPConstants.

The text is from its open source code.

Field

StringSOAP_1_1_PROTOCOL
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.1 specification.
StringSOAP_1_2_PROTOCOL
Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.2 specification
StringURI_NS_SOAP_1_1_ENVELOPE
The namespace identifier for the SOAP 1.1 envelope.
StringURI_NS_SOAP_1_2_ENVELOPE
The namespace identifier for the SOAP 1.2 envelope.
StringURI_NS_SOAP_ENVELOPE
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
StringURI_NS_SOAP_ENCODING
The namespace identifier for the SOAP 1.1 encoding.
StringSOAP_1_1_CONTENT_TYPE
The media type of the Content-Type MIME header in SOAP 1.1.
StringSOAP_1_2_CONTENT_TYPE
The media type of the Content-Type MIME header in SOAP 1.2.
StringURI_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).
StringURI_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).
StringURI_SOAP_1_2_ROLE_NONE
The URI specifying the role None in SOAP 1.2.
StringURI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
The URI identifying the ultimate receiver of the SOAP 1.2 message.
QNameSOAP_RECEIVER_FAULT
SOAP 1.2 Receiver Fault