|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.soap Interface SOAPConstants
public interface SOAPConstants
The definition of constants pertaining to the SOAP protocol.
字段摘要 | |
---|---|
static String |
DEFAULT_SOAP_PROTOCOL
The default protocol: SOAP 1.1 for backwards compatibility. |
static String |
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. |
static String |
SOAP_1_1_CONTENT_TYPE
The media type of the Content-Type MIME header in SOAP 1.1. |
static String |
SOAP_1_1_PROTOCOL
Used to create MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.1 specification. |
static String |
SOAP_1_2_CONTENT_TYPE
The media type of the Content-Type MIME header in SOAP 1.2. |
static String |
SOAP_1_2_PROTOCOL
Used to create MessageFactory instances that create
SOAPMessages whose behavior supports the SOAP 1.2
specification |
static QName |
SOAP_DATAENCODINGUNKNOWN_FAULT
SOAP 1.2 DataEncodingUnknown Fault |
static String |
SOAP_ENV_PREFIX
The default namespace prefix for http://www.w3.org/2003/05/soap-envelope |
static QName |
SOAP_MUSTUNDERSTAND_FAULT
SOAP 1.2 MustUnderstand Fault |
static QName |
SOAP_RECEIVER_FAULT
SOAP 1.2 Receiver Fault |
static QName |
SOAP_SENDER_FAULT
SOAP 1.2 Sender Fault |
static QName |
SOAP_VERSIONMISMATCH_FAULT
SOAP 1.2 VersionMismatch Fault |
static String |
URI_NS_SOAP_1_1_ENVELOPE
The namespace identifier for the SOAP 1.1 envelope. |
static String |
URI_NS_SOAP_1_2_ENCODING
The namespace identifier for the SOAP 1.2 encoding. |
static String |
URI_NS_SOAP_1_2_ENVELOPE
The namespace identifier for the SOAP 1.2 envelope. |
static String |
URI_NS_SOAP_ENCODING
The namespace identifier for the SOAP 1.1 encoding. |
static 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. |
static 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). |
static String |
URI_SOAP_1_2_ROLE_NONE
The URI specifying the role None in SOAP 1.2. |
static String |
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
The URI identifying the ultimate receiver of the SOAP 1.2 message. |
static 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). |
字段详细信息 |
---|
DYNAMIC_SOAP_PROTOCOL
static final String DYNAMIC_SOAP_PROTOCOL
- Used to create
MessageFactory
instances that createSOAPMessages
whose concrete type is based on theContent-Type
MIME header passed to thecreateMessage
method. If noContent-Type
header is passed then thecreateMessage
may throw anIllegalArgumentException
or, in the case of the no argument version ofcreateMessage
, anUnsupportedOperationException
.- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
SOAP_1_1_PROTOCOL
static final String SOAP_1_1_PROTOCOL
- Used to create
MessageFactory
instances that createSOAPMessages
whose behavior supports the SOAP 1.1 specification.- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
SOAP_1_2_PROTOCOL
static final String SOAP_1_2_PROTOCOL
- Used to create
MessageFactory
instances that createSOAPMessages
whose behavior supports the SOAP 1.2 specification- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
DEFAULT_SOAP_PROTOCOL
static final String DEFAULT_SOAP_PROTOCOL
- The default protocol: SOAP 1.1 for backwards compatibility.
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
URI_NS_SOAP_1_1_ENVELOPE
static final String URI_NS_SOAP_1_1_ENVELOPE
- The namespace identifier for the SOAP 1.1 envelope.
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
URI_NS_SOAP_1_2_ENVELOPE
static final String URI_NS_SOAP_1_2_ENVELOPE
- The namespace identifier for the SOAP 1.2 envelope.
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
URI_NS_SOAP_ENVELOPE
static 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.
- 另请参见:
- 常量字段
URI_NS_SOAP_ENCODING
static final String URI_NS_SOAP_ENCODING
- The namespace identifier for the SOAP 1.1 encoding.
An attribute named
encodingStyle
in theURI_NS_SOAP_ENVELOPE
namespace and set to the valueURI_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_1_2_ENCODING
static final String URI_NS_SOAP_1_2_ENCODING
- The namespace identifier for the SOAP 1.2 encoding.
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
SOAP_1_1_CONTENT_TYPE
static final String SOAP_1_1_CONTENT_TYPE
- The media type of the
Content-Type
MIME header in SOAP 1.1.- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
SOAP_1_2_CONTENT_TYPE
static final String SOAP_1_2_CONTENT_TYPE
- The media type of the
Content-Type
MIME header in SOAP 1.2.- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
URI_SOAP_ACTOR_NEXT
static 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)
- 另请参见:
- 常量字段
URI_SOAP_1_2_ROLE_NEXT
static 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).
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
URI_SOAP_1_2_ROLE_NONE
static final String URI_SOAP_1_2_ROLE_NONE
- The URI specifying the role None in SOAP 1.2.
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
static final String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
- The URI identifying the ultimate receiver of the SOAP 1.2 message.
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
SOAP_ENV_PREFIX
static final String SOAP_ENV_PREFIX
- The default namespace prefix for http://www.w3.org/2003/05/soap-envelope
- 从以下版本开始:
- SAAJ 1.3
- 另请参见:
- 常量字段
SOAP_VERSIONMISMATCH_FAULT
static final QName SOAP_VERSIONMISMATCH_FAULT
- SOAP 1.2 VersionMismatch Fault
- 从以下版本开始:
- SAAJ 1.3
SOAP_MUSTUNDERSTAND_FAULT
static final QName SOAP_MUSTUNDERSTAND_FAULT
- SOAP 1.2 MustUnderstand Fault
- 从以下版本开始:
- SAAJ 1.3
SOAP_DATAENCODINGUNKNOWN_FAULT
static final QName SOAP_DATAENCODINGUNKNOWN_FAULT
- SOAP 1.2 DataEncodingUnknown Fault
- 从以下版本开始:
- SAAJ 1.3
SOAP_SENDER_FAULT
static final QName SOAP_SENDER_FAULT
- SOAP 1.2 Sender Fault
- 从以下版本开始:
- SAAJ 1.3
SOAP_RECEIVER_FAULT
static final QName SOAP_RECEIVER_FAULT
- SOAP 1.2 Receiver Fault
- 从以下版本开始:
- SAAJ 1.3
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.