Package org.opensaml.soap.util
Class SOAPConstants
- java.lang.Object
-
- org.opensaml.soap.util.SOAPConstants
-
public final class SOAPConstants extends Object
SOAP Related Constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSOAP11_NSSOAP 1.1 namespace.static StringSOAP11_PREFIXSOAP 1.1 prefix.static StringSOAP12_NSSOAP 1.2 namespace.static StringSOAP12_PREFIXSOAP 1.2 prefix.
-
Constructor Summary
Constructors Modifier Constructor Description privateSOAPConstants()Constructor.
-
-
-
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
-
-