Package jakarta.xml.soap
Interface SOAPConstants
- 
 public interface SOAPConstantsThe definition of constants pertaining to the SOAP protocol.- Since:
- 1.6
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_SOAP_PROTOCOLThe default protocol: SOAP 1.1 for backwards compatibility.static StringDYNAMIC_SOAP_PROTOCOLUsed to createMessageFactoryinstances that createSOAPMessageswhose concrete type is based on theContent-TypeMIME header passed to thecreateMessagemethod.static StringSOAP_1_1_CONTENT_TYPEThe media type of theContent-TypeMIME header in SOAP 1.1.static StringSOAP_1_1_PROTOCOLUsed to createMessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.1 specification.static StringSOAP_1_2_CONTENT_TYPEThe media type of theContent-TypeMIME header in SOAP 1.2.static StringSOAP_1_2_PROTOCOLUsed to createMessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.2 specificationstatic QNameSOAP_DATAENCODINGUNKNOWN_FAULTSOAP 1.2 DataEncodingUnknown Faultstatic StringSOAP_ENV_PREFIXThe default namespace prefix for http://www.w3.org/2003/05/soap-envelopestatic QNameSOAP_MUSTUNDERSTAND_FAULTSOAP 1.2 MustUnderstand Faultstatic QNameSOAP_RECEIVER_FAULTSOAP 1.2 Receiver Faultstatic QNameSOAP_SENDER_FAULTSOAP 1.2 Sender Faultstatic QNameSOAP_VERSIONMISMATCH_FAULTSOAP 1.2 VersionMismatch Faultstatic StringURI_NS_SOAP_1_1_ENVELOPEThe namespace identifier for the SOAP 1.1 envelope.static StringURI_NS_SOAP_1_2_ENCODINGThe namespace identifier for the SOAP 1.2 encoding.static StringURI_NS_SOAP_1_2_ENVELOPEThe namespace identifier for the SOAP 1.2 envelope.static StringURI_NS_SOAP_ENCODINGThe namespace identifier for the SOAP 1.1 encoding.static StringURI_NS_SOAP_ENVELOPEThe namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this namespace are defined by the SOAP 1.1 specification.static StringURI_SOAP_1_2_ROLE_NEXTThe 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).static StringURI_SOAP_1_2_ROLE_NONEThe URI specifying the role None in SOAP 1.2.static StringURI_SOAP_1_2_ROLE_ULTIMATE_RECEIVERThe URI identifying the ultimate receiver of the SOAP 1.2 message.static StringURI_SOAP_ACTOR_NEXTThe 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- 
DYNAMIC_SOAP_PROTOCOLstatic final String DYNAMIC_SOAP_PROTOCOL Used to createMessageFactoryinstances that createSOAPMessageswhose concrete type is based on theContent-TypeMIME header passed to thecreateMessagemethod. If noContent-Typeheader is passed then thecreateMessagemay throw anIllegalArgumentExceptionor, in the case of the no argument version ofcreateMessage, anUnsupportedOperationException.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
SOAP_1_1_PROTOCOLstatic final String SOAP_1_1_PROTOCOL Used to createMessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.1 specification.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
SOAP_1_2_PROTOCOLstatic final String SOAP_1_2_PROTOCOL Used to createMessageFactoryinstances that createSOAPMessageswhose behavior supports the SOAP 1.2 specification- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
DEFAULT_SOAP_PROTOCOLstatic final String DEFAULT_SOAP_PROTOCOL The default protocol: SOAP 1.1 for backwards compatibility.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
URI_NS_SOAP_1_1_ENVELOPEstatic final String URI_NS_SOAP_1_1_ENVELOPE The namespace identifier for the SOAP 1.1 envelope.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
URI_NS_SOAP_1_2_ENVELOPEstatic final String URI_NS_SOAP_1_2_ENVELOPE The namespace identifier for the SOAP 1.2 envelope.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
URI_NS_SOAP_ENVELOPEstatic final String URI_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.- See Also:
- Constant Field Values
 
 - 
URI_NS_SOAP_ENCODINGstatic final String URI_NS_SOAP_ENCODING The namespace identifier for the SOAP 1.1 encoding. An attribute namedencodingStylein theURI_NS_SOAP_ENVELOPEnamespace and set to the valueURI_NS_SOAP_ENCODINGcan be added to an element to indicate that it is encoded using the rules in section 5 of the SOAP 1.1 specification.- See Also:
- Constant Field Values
 
 - 
URI_NS_SOAP_1_2_ENCODINGstatic final String URI_NS_SOAP_1_2_ENCODING The namespace identifier for the SOAP 1.2 encoding.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
SOAP_1_1_CONTENT_TYPEstatic final String SOAP_1_1_CONTENT_TYPE The media type of theContent-TypeMIME header in SOAP 1.1.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
SOAP_1_2_CONTENT_TYPEstatic final String SOAP_1_2_CONTENT_TYPE The media type of theContent-TypeMIME header in SOAP 1.2.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
URI_SOAP_ACTOR_NEXTstatic final String 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).This value can be passed to SOAPHeader.examineMustUnderstandHeaderElements(String),SOAPHeader.examineHeaderElements(String)andSOAPHeader.extractHeaderElements(String)- See Also:
- Constant Field Values
 
 - 
URI_SOAP_1_2_ROLE_NEXTstatic final String 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).- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
URI_SOAP_1_2_ROLE_NONEstatic final String URI_SOAP_1_2_ROLE_NONE The URI specifying the role None in SOAP 1.2.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVERstatic final String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER The URI identifying the ultimate receiver of the SOAP 1.2 message.- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
SOAP_ENV_PREFIXstatic final String SOAP_ENV_PREFIX The default namespace prefix for http://www.w3.org/2003/05/soap-envelope- Since:
- 1.6, SAAJ 1.3
- See Also:
- Constant Field Values
 
 - 
SOAP_VERSIONMISMATCH_FAULTstatic final QName SOAP_VERSIONMISMATCH_FAULT SOAP 1.2 VersionMismatch Fault- Since:
- 1.6, SAAJ 1.3
 
 - 
SOAP_MUSTUNDERSTAND_FAULTstatic final QName SOAP_MUSTUNDERSTAND_FAULT SOAP 1.2 MustUnderstand Fault- Since:
- 1.6, SAAJ 1.3
 
 - 
SOAP_DATAENCODINGUNKNOWN_FAULTstatic final QName SOAP_DATAENCODINGUNKNOWN_FAULT SOAP 1.2 DataEncodingUnknown Fault- Since:
- 1.6, SAAJ 1.3
 
 - 
SOAP_SENDER_FAULTstatic final QName SOAP_SENDER_FAULT SOAP 1.2 Sender Fault- Since:
- 1.6, SAAJ 1.3
 
 - 
SOAP_RECEIVER_FAULTstatic final QName SOAP_RECEIVER_FAULT SOAP 1.2 Receiver Fault- Since:
- 1.6, SAAJ 1.3
 
 
- 
 
-