java.io.Serializable, java.lang.Comparable<WsrmConstants.SOAPVersion>public static enum WsrmConstants.SOAPVersion extends java.lang.Enum<WsrmConstants.SOAPVersion>
| Enum Constant | Description | 
|---|---|
| SOAP_11 | Deprecated. | 
| SOAP_12 | Deprecated. | 
| Modifier and Type | Field | Description | 
|---|---|---|
| (package private) java.lang.String | namespaceUri | Deprecated. | 
| (package private) java.lang.String | prefix | Deprecated. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getNamespaceUri() | Deprecated. | 
| java.lang.String | getPrefix() | Deprecated. | 
| static WsrmConstants.SOAPVersion | valueOf(java.lang.String name) | Deprecated. Returns the enum constant of this type with the specified name. | 
| static WsrmConstants.SOAPVersion[] | values() | Deprecated. Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WsrmConstants.SOAPVersion SOAP_11
public static final WsrmConstants.SOAPVersion SOAP_12
java.lang.String prefix
java.lang.String namespaceUri
public static WsrmConstants.SOAPVersion[] values()
for (WsrmConstants.SOAPVersion c : WsrmConstants.SOAPVersion.values()) System.out.println(c);
public static WsrmConstants.SOAPVersion valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPrefix()
public java.lang.String getNamespaceUri()