Package com.sun.xml.rpc.soap.streaming
Class SOAP12NamespaceConstants
- java.lang.Object
-
- com.sun.xml.rpc.soap.streaming.SOAP12NamespaceConstants
-
public class SOAP12NamespaceConstants extends Object
- Author:
- JAX-RPC Development Team
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTOR_NEXT
static String
ATTR_ACTOR
static String
ATTR_ENCODING_STYLE
static String
ATTR_MISUNDERSTOOD
static String
ATTR_MUST_UNDERSTAND
static String
ENCODING
static String
ENVELOPE
static String
SOAP_RPC
static String
SOAP_UPGRADE
static String
TAG_BODY
static String
TAG_ENVELOPE
static String
TAG_HEADER
static String
TAG_RESULT
static String
TRANSPORT_HTTP
static String
XSD
static String
XSI
-
Constructor Summary
Constructors Constructor Description SOAP12NamespaceConstants()
-
-
-
Field Detail
-
ENVELOPE
public static final String ENVELOPE
- See Also:
- Constant Field Values
-
ENCODING
public static final String ENCODING
- See Also:
- Constant Field Values
-
SOAP_RPC
public static final String SOAP_RPC
- See Also:
- Constant Field Values
-
XSD
public static final String XSD
- See Also:
- Constant Field Values
-
XSI
public static final String XSI
- See Also:
- Constant Field Values
-
TRANSPORT_HTTP
public static final String TRANSPORT_HTTP
- See Also:
- Constant Field Values
-
ACTOR_NEXT
public static final String ACTOR_NEXT
- See Also:
- Constant Field Values
-
SOAP_UPGRADE
public static final String SOAP_UPGRADE
- See Also:
- Constant Field Values
-
TAG_ENVELOPE
public static final String TAG_ENVELOPE
- See Also:
- Constant Field Values
-
TAG_HEADER
public static final String TAG_HEADER
- See Also:
- Constant Field Values
-
TAG_BODY
public static final String TAG_BODY
- See Also:
- Constant Field Values
-
TAG_RESULT
public static final String TAG_RESULT
- See Also:
- Constant Field Values
-
ATTR_ACTOR
public static final String ATTR_ACTOR
- See Also:
- Constant Field Values
-
ATTR_MUST_UNDERSTAND
public static final String ATTR_MUST_UNDERSTAND
- See Also:
- Constant Field Values
-
ATTR_MISUNDERSTOOD
public static final String ATTR_MISUNDERSTOOD
- See Also:
- Constant Field Values
-
ATTR_ENCODING_STYLE
public static final String ATTR_ENCODING_STYLE
- See Also:
- Constant Field Values
-
-