org.opensaml.ws.soap.util
Class SOAPConstants

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

public class SOAPConstants
extends Object

SOAP Related Constants.


Field Summary
static String SOAP11_NS
          SOAP 1.1 namespace.
static String SOAP11_PREFIX
          SOAP 1.1 prefix.
static String SOAP12_NS
          SOAP 1.2 namespace.
static String SOAP12_PREFIX
          SOAP 1.2 prefix.
 
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 String SOAP11_NS
SOAP 1.1 namespace.

See Also:
Constant Field Values

SOAP11_PREFIX

public static final String SOAP11_PREFIX
SOAP 1.1 prefix.

See Also:
Constant Field Values

SOAP12_NS

public static final String SOAP12_NS
SOAP 1.2 namespace.

See Also:
Constant Field Values

SOAP12_PREFIX

public static final String SOAP12_PREFIX
SOAP 1.2 prefix.

See Also:
Constant Field Values
Constructor Detail

SOAPConstants

public SOAPConstants()


Copyright © 2006-2013 Internet2. All Rights Reserved.