|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The definition of constants pertaining to the SOAP 1.1 protocol.
Field Summary | |
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. |
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). |
Field Detail |
public static final String URI_NS_SOAP_ENVELOPE
SOAPElement
s in this namespace are defined by the SOAP 1.1
specification.
public static final String URI_NS_SOAP_ENCODING
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_SOAP_ACTOR_NEXT
This value can be passed to
SOAPHeader.examineMustUnderstandHeaderElements(String)
,
SOAPHeader.examineHeaderElements(String)
and
SOAPHeader.extractHeaderElements(String)
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.