Fields Summary |
---|
public static final String | DYNAMIC_SOAP_PROTOCOLUsed 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 . |
public static final String | SOAP_1_1_PROTOCOLUsed to create MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.1 specification. |
public static final String | SOAP_1_2_PROTOCOLUsed to create MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.2
specification |
public static final String | DEFAULT_SOAP_PROTOCOLThe default protocol: SOAP 1.1 for backwards compatibility. |
public static final String | URI_NS_SOAP_1_1_ENVELOPEThe namespace identifier for the SOAP 1.1 envelope. |
public static final String | URI_NS_SOAP_1_2_ENVELOPEThe namespace identifier for the SOAP 1.2 envelope. |
public static final String | URI_NS_SOAP_ENVELOPEThe namespace identifier for the SOAP 1.1 envelope, All SOAPElements in this
namespace are defined by the SOAP 1.1 specification. |
public static final String | URI_NS_SOAP_ENCODINGThe 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. |
public static final String | URI_NS_SOAP_1_2_ENCODINGThe namespace identifier for the SOAP 1.2 encoding. |
public static final String | SOAP_1_1_CONTENT_TYPEThe media type of the Content-Type MIME header in SOAP 1.1. |
public static final String | SOAP_1_2_CONTENT_TYPEThe media type of the Content-Type MIME header in SOAP 1.2. |
public static final String | URI_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).
This value can be passed to
{@link SOAPHeader#examineMustUnderstandHeaderElements(String)},
{@link SOAPHeader#examineHeaderElements(String)} and
{@link SOAPHeader#extractHeaderElements(String)} |
public static final String | URI_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). |
public static final String | URI_SOAP_1_2_ROLE_NONEThe URI specifying the role None in SOAP 1.2. |
public static final String | URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVERThe URI identifying the ultimate receiver of the SOAP 1.2 message. |
public static final String | SOAP_ENV_PREFIXThe default namespace prefix for http://www.w3.org/2003/05/soap-envelope |
public static final QName | SOAP_VERSIONMISMATCH_FAULTSOAP 1.2 VersionMismatch Fault |
public static final QName | SOAP_MUSTUNDERSTAND_FAULTSOAP 1.2 MustUnderstand Fault |
public static final QName | SOAP_DATAENCODINGUNKNOWN_FAULTSOAP 1.2 DataEncodingUnknown Fault |
public static final QName | SOAP_SENDER_FAULTSOAP 1.2 Sender Fault |
public static final QName | SOAP_RECEIVER_FAULTSOAP 1.2 Receiver Fault |