API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. SOAPConstants View Source
Author(s)
Since
Version
Serial
Hierarchy
 SOAPConstants
Subinterfaces
Description
public interface SOAPConstants
The definition of constants pertaining to the SOAP protocol.
See also:   
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic String DEFAULT_SOAP_PROTOCOL = "SOAP 1.1 Protocol"
  The default protocol: SOAP 1.1 for backwards compatibility.
publicfinalstatic String DYNAMIC_SOAP_PROTOCOL = "Dynamic 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.
publicfinalstatic String SOAP_1_1_CONTENT_TYPE = "text/xml"
  The media type of the Content-Type MIME header in SOAP 1.1.
publicfinalstatic String SOAP_1_1_PROTOCOL = "SOAP 1.1 Protocol"
  Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.1 specification.
publicfinalstatic String SOAP_1_2_CONTENT_TYPE = "application/soap+xml"
  The media type of the Content-Type MIME header in SOAP 1.2.
publicfinalstatic String SOAP_1_2_PROTOCOL = "SOAP 1.2 Protocol"
  Used to create MessageFactory instances that create SOAPMessages whose behavior supports the SOAP 1.2 specification
publicfinalstatic QName SOAP_DATAENCODINGUNKNOWN_FAULT
  SOAP 1.2 DataEncodingUnknown Fault
publicfinalstatic String SOAP_ENV_PREFIX = "env"
  The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
publicfinalstatic QName SOAP_MUSTUNDERSTAND_FAULT
  SOAP 1.2 MustUnderstand Fault
publicfinalstatic QName SOAP_RECEIVER_FAULT
  SOAP 1.2 Receiver Fault
publicfinalstatic QName SOAP_SENDER_FAULT
  SOAP 1.2 Sender Fault
publicfinalstatic QName SOAP_VERSIONMISMATCH_FAULT
  SOAP 1.2 VersionMismatch Fault
publicfinalstatic String URI_NS_SOAP_1_1_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/"
  The namespace identifier for the SOAP 1.1 envelope.
publicfinalstatic String URI_NS_SOAP_1_2_ENCODING = "http://www.w3.org/2003/05/soap-encoding"
  The namespace identifier for the SOAP 1.2 encoding.
publicfinalstatic String URI_NS_SOAP_1_2_ENVELOPE = "http://www.w3.org/2003/05/soap-envelope"
  The namespace identifier for the SOAP 1.2 envelope.
publicfinalstatic String URI_NS_SOAP_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/"
  The namespace identifier for the SOAP 1.1 encoding.
publicfinalstatic String URI_NS_SOAP_ENVELOPE = "http://schemas.xmlsoap.org/soap/envelope/"
The namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.
publicfinalstatic String URI_SOAP_1_2_ROLE_NEXT = "http://www.w3.org/2003/05/soap-envelope/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).
publicfinalstatic String URI_SOAP_1_2_ROLE_NONE = "http://www.w3.org/2003/05/soap-envelope/role/none"
  The URI specifying the role None in SOAP 1.2.
publicfinalstatic String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER = "http://www.w3.org/2003/05/soap-envelope/role/ultimateReceiver"
  The URI identifying the ultimate receiver of the SOAP 1.2 message.
publicfinalstatic String URI_SOAP_ACTOR_NEXT = "http://schemas.xmlsoap.org/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).
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar