com.sun.xml.ws.encoding.soap.streaming
Class SOAP12NamespaceConstants

java.lang.Object
  extended by com.sun.xml.ws.encoding.soap.streaming.SOAP12NamespaceConstants

public class SOAP12NamespaceConstants
extends Object


Field Summary
static String ACTOR_NEXT
           
static String ATTR_ACTOR
           
static String ATTR_ENCODING_STYLE
           
static String ATTR_MISUNDERSTOOD
           
static String ATTR_MUST_UNDERSTAND
           
static String ATTR_NOT_UNDERSTOOD_QNAME
           
static String ENCODING
           
static String ENVELOPE
           
static String ROLE_NEXT
           
static String ROLE_NONE
           
static String ROLE_ULTIMATE_RECEIVER
           
static String SOAP_RPC
           
static String SOAP_UPGRADE
           
static String TAG_BODY
           
static String TAG_ENVELOPE
           
static String TAG_HEADER
           
static String TAG_NOT_UNDERSTOOD
           
static String TAG_RESULT
           
static String TRANSPORT_HTTP
           
static String XML_NS
           
static String XSD
           
static String XSI
           
 
Constructor Summary
SOAP12NamespaceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_NS

public static final String XML_NS
See Also:
Constant Field Values

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

ROLE_NEXT

public static final String ROLE_NEXT
See Also:
Constant Field Values

ROLE_NONE

public static final String ROLE_NONE
See Also:
Constant Field Values

ROLE_ULTIMATE_RECEIVER

public static final String ROLE_ULTIMATE_RECEIVER
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

TAG_NOT_UNDERSTOOD

public static final String TAG_NOT_UNDERSTOOD
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

ATTR_NOT_UNDERSTOOD_QNAME

public static final String ATTR_NOT_UNDERSTOOD_QNAME
See Also:
Constant Field Values
Constructor Detail

SOAP12NamespaceConstants

public SOAP12NamespaceConstants()