javax.xml.soap
Interface SOAPConstants


public interface SOAPConstants

The definition of constants pertaining to the SOAP 1.1 protocol.


Field Summary
static java.lang.String DEFAULT_SOAP_PROTOCOL
           
static java.lang.String DYNAMIC_SOAP_PROTOCOL
           
static java.lang.String SOAP_1_1_CONTENT_TYPE
           
static java.lang.String SOAP_1_1_PROTOCOL
           
static java.lang.String SOAP_1_2_CONTENT_TYPE
           
static java.lang.String SOAP_1_2_PROTOCOL
           
static QName SOAP_DATAENCODINGUNKNOWN_FAULT
           
static java.lang.String SOAP_ENV_PREFIX
           
static QName SOAP_MUSTUNDERSTAND_FAULT
           
static QName SOAP_RECEIVER_FAULT
           
static QName SOAP_SENDER_FAULT
           
static QName SOAP_VERSIONMISMATCH_FAULT
           
static java.lang.String URI_NS_SOAP_1_1_ENVELOPE
           
static java.lang.String URI_NS_SOAP_1_2_ENCODING
           
static java.lang.String URI_NS_SOAP_1_2_ENVELOPE
           
static java.lang.String URI_NS_SOAP_ENCODING
          The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).
static java.lang.String URI_NS_SOAP_ENVELOPE
          The namespace identifier for the SOAP envelope.
static java.lang.String URI_SOAP_1_2_ROLE_NEXT
           
static java.lang.String URI_SOAP_1_2_ROLE_NONE
           
static java.lang.String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
           
static java.lang.String URI_SOAP_ACTOR_NEXT
          The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).
 

Field Detail

URI_NS_SOAP_ENVELOPE

static final java.lang.String URI_NS_SOAP_ENVELOPE
The namespace identifier for the SOAP envelope.

See Also:
Constant Field Values

URI_NS_SOAP_ENCODING

static final java.lang.String URI_NS_SOAP_ENCODING
The namespace identifier for the SOAP encoding (see section 5 of the SOAP 1.1 specification).

See Also:
Constant Field Values

URI_SOAP_ACTOR_NEXT

static final java.lang.String URI_SOAP_ACTOR_NEXT
The URI identifying the first application processing a SOAP request as the intended actor for a SOAP header entry (see section 4.2.2 of the SOAP 1.1 specification).

See Also:
Constant Field Values

DYNAMIC_SOAP_PROTOCOL

static final java.lang.String DYNAMIC_SOAP_PROTOCOL
See Also:
Constant Field Values

SOAP_1_1_PROTOCOL

static final java.lang.String SOAP_1_1_PROTOCOL
See Also:
Constant Field Values

SOAP_1_2_PROTOCOL

static final java.lang.String SOAP_1_2_PROTOCOL
See Also:
Constant Field Values

DEFAULT_SOAP_PROTOCOL

static final java.lang.String DEFAULT_SOAP_PROTOCOL
See Also:
Constant Field Values

URI_NS_SOAP_1_1_ENVELOPE

static final java.lang.String URI_NS_SOAP_1_1_ENVELOPE
See Also:
Constant Field Values

URI_NS_SOAP_1_2_ENVELOPE

static final java.lang.String URI_NS_SOAP_1_2_ENVELOPE
See Also:
Constant Field Values

URI_NS_SOAP_1_2_ENCODING

static final java.lang.String URI_NS_SOAP_1_2_ENCODING
See Also:
Constant Field Values

SOAP_1_1_CONTENT_TYPE

static final java.lang.String SOAP_1_1_CONTENT_TYPE
See Also:
Constant Field Values

SOAP_1_2_CONTENT_TYPE

static final java.lang.String SOAP_1_2_CONTENT_TYPE
See Also:
Constant Field Values

URI_SOAP_1_2_ROLE_NEXT

static final java.lang.String URI_SOAP_1_2_ROLE_NEXT
See Also:
Constant Field Values

URI_SOAP_1_2_ROLE_NONE

static final java.lang.String URI_SOAP_1_2_ROLE_NONE
See Also:
Constant Field Values

URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER

static final java.lang.String URI_SOAP_1_2_ROLE_ULTIMATE_RECEIVER
See Also:
Constant Field Values

SOAP_ENV_PREFIX

static final java.lang.String SOAP_ENV_PREFIX
See Also:
Constant Field Values

SOAP_VERSIONMISMATCH_FAULT

static final QName SOAP_VERSIONMISMATCH_FAULT

SOAP_MUSTUNDERSTAND_FAULT

static final QName SOAP_MUSTUNDERSTAND_FAULT

SOAP_DATAENCODINGUNKNOWN_FAULT

static final QName SOAP_DATAENCODINGUNKNOWN_FAULT

SOAP_SENDER_FAULT

static final QName SOAP_SENDER_FAULT

SOAP_RECEIVER_FAULT

static final QName SOAP_RECEIVER_FAULT


Copyright © 2007 Apache Web Services Project. All Rights Reserved.