org.opensaml.ws.soap.util
Class SOAPConstants

java.lang.Object
  extended by org.opensaml.ws.soap.util.SOAPConstants

public class SOAPConstants
extends java.lang.Object

SOAP Related Constants.


Field Summary
static java.lang.String SOAP11_NS
          XML core namespace.
static java.lang.String SOAP11_PREFIX
          XML core prefix for xml attributes.
 
Constructor Summary
SOAPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP11_NS

public static final java.lang.String SOAP11_NS
XML core namespace.

See Also:
Constant Field Values

SOAP11_PREFIX

public static final java.lang.String SOAP11_PREFIX
XML core prefix for xml attributes.

See Also:
Constant Field Values
Constructor Detail

SOAPConstants

public SOAPConstants()