org.jboss.soa.esb.services.security.auth.ws
Class SoapConstants

java.lang.Object
  extended by org.jboss.soa.esb.services.security.auth.ws.SoapConstants

public final class SoapConstants
extends java.lang.Object

Holds constants for SOAP related elements.

Author:
Daniel Bevenius

Field Summary
static javax.xml.namespace.QName SOAP_BODY_QNAME
          QName for SOAP Body element.
static javax.xml.namespace.QName SOAP_HEADER_QNAME
          QName for SOAP Header element.
static javax.xml.namespace.QName WSSE_11_QNAME
           
static javax.xml.namespace.QName WSSE_2_QNAME
           
static java.lang.String WSSE_LN
          Local name for Security header element.
static java.lang.String WSSE_NS
          SOAP Message Security 1.0 NameSpace URL
static java.lang.String WSSE_NS2
           
static javax.xml.namespace.QName WSSE_QNAME
           
static java.lang.String WSSE11_NS
          SOAP Message Security 1.1 NameSpace URL
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_HEADER_QNAME

public static final javax.xml.namespace.QName SOAP_HEADER_QNAME
QName for SOAP Header element.


SOAP_BODY_QNAME

public static final javax.xml.namespace.QName SOAP_BODY_QNAME
QName for SOAP Body element.


WSSE_LN

public static final java.lang.String WSSE_LN
Local name for Security header element.

See Also:
Constant Field Values

WSSE_NS

public static final java.lang.String WSSE_NS
SOAP Message Security 1.0 NameSpace URL

See Also:
Constant Field Values

WSSE_NS2

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

WSSE11_NS

public static final java.lang.String WSSE11_NS
SOAP Message Security 1.1 NameSpace URL

See Also:
Constant Field Values

WSSE_QNAME

public static final javax.xml.namespace.QName WSSE_QNAME

WSSE_2_QNAME

public static final javax.xml.namespace.QName WSSE_2_QNAME

WSSE_11_QNAME

public static final javax.xml.namespace.QName WSSE_11_QNAME