java.io.Serializable, java.lang.Comparable<WsrmConstants.Action>, java.lang.constant.Constablepublic static enum WsrmConstants.Action extends java.lang.Enum<WsrmConstants.Action>
| Modifier and Type | Class | Description | 
|---|---|---|
static class  | 
WsrmConstants.Action.VersionInfo | 
 Deprecated.  
 | 
| Enum Constant | Description | 
|---|---|
ACK | 
 Deprecated. 
acknowledgement 
 | 
ACK_REQUESTED | 
 Deprecated. 
acknowledgement requested 
 | 
CLOSE_SEQUENCE | 
 Deprecated. 
Close Sequence 
 | 
CLOSE_SEQUENCE_RESPONSE | 
 Deprecated. 
Close Sequence response 
 | 
CREATE_SEQUENCE | 
 Deprecated. 
Create Sequence 
 | 
CREATE_SEQUENCE_RESPONSE | 
 Deprecated. 
Create Sequence response 
 | 
FAULT | 
 Deprecated. 
Fault. 
 | 
LAST_MESSAGE | 
 Deprecated. 
Last Message 
 | 
TERMINATE_SEQUENCE | 
 Deprecated. 
Terminate Sequence 
 | 
TERMINATE_SEQUENCE_RESPONSE | 
 Deprecated. 
Terminate Sequence response 
 | 
| Modifier and Type | Field | Description | 
|---|---|---|
(package private) java.lang.String | 
elementName | 
 Deprecated. 
  | 
| Modifier and Type | Method | Description | 
|---|---|---|
static java.lang.String | 
dumpAllActionsForAllRMVersions() | 
 Deprecated. 
  | 
java.lang.String | 
getActionURI(WsrmConstants.RMVersion version) | 
 Deprecated. 
  | 
static java.util.List<java.lang.String> | 
getAllActionsForAllRMVersions() | 
 Deprecated. 
  | 
java.lang.String | 
getElementName() | 
 Deprecated. 
  | 
static WsrmConstants.Action.VersionInfo | 
getVersionInfo(java.lang.String uri) | 
 Deprecated. 
  | 
static boolean | 
matchesAnyActionAndRMVersion(java.lang.String uri) | 
 Deprecated. 
  | 
boolean | 
matchesAnyRMVersion(java.lang.String uri) | 
 Deprecated. 
  | 
static WsrmConstants.Action | 
valueOf(java.lang.String name) | 
 Deprecated. 
Returns the enum constant of this type with the specified name. 
 | 
static WsrmConstants.Action | 
valueOfElementName(java.lang.String elementName) | 
 Deprecated. 
  | 
static WsrmConstants.Action[] | 
values() | 
 Deprecated. 
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final WsrmConstants.Action ACK
public static final WsrmConstants.Action ACK_REQUESTED
public static final WsrmConstants.Action CREATE_SEQUENCE
public static final WsrmConstants.Action CREATE_SEQUENCE_RESPONSE
public static final WsrmConstants.Action CLOSE_SEQUENCE
public static final WsrmConstants.Action CLOSE_SEQUENCE_RESPONSE
public static final WsrmConstants.Action TERMINATE_SEQUENCE
public static final WsrmConstants.Action TERMINATE_SEQUENCE_RESPONSE
public static final WsrmConstants.Action LAST_MESSAGE
public static final WsrmConstants.Action FAULT
public static WsrmConstants.Action[] values()
for (WsrmConstants.Action c : WsrmConstants.Action.values()) System.out.println(c);
public static WsrmConstants.Action 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 getElementName()
public java.lang.String getActionURI(WsrmConstants.RMVersion version)
public boolean matchesAnyRMVersion(java.lang.String uri)
public static boolean matchesAnyActionAndRMVersion(java.lang.String uri)
public static java.util.List<java.lang.String> getAllActionsForAllRMVersions()
public static java.lang.String dumpAllActionsForAllRMVersions()
public static WsrmConstants.Action valueOfElementName(java.lang.String elementName)
public static WsrmConstants.Action.VersionInfo getVersionInfo(java.lang.String uri)