public static enum WsrmConstants.HeaderElement extends Enum<WsrmConstants.HeaderElement>
| Enum Constant and Description | 
|---|
| ACKDeprecated.  | 
| ACK_REQUESTEDDeprecated.  | 
| CLOSE_SEQUENCEDeprecated.  | 
| CLOSE_SEQUENCE_RESPONSEDeprecated.  | 
| CREATE_SEQUENCEDeprecated.  | 
| CREATE_SEQUENCE_RESPONSEDeprecated.  | 
| FAULT_CODEDeprecated.  | 
| SEQUENCEDeprecated.  | 
| TERMINATE_SEQUENCEDeprecated.  | 
| TERMINATE_SEQUENCE_RESPONSEDeprecated.  | 
| Modifier and Type | Field and Description | 
|---|---|
| private WsrmConstants.Element | elemDeprecated.  | 
| private static Set<QName> | headerElementQNameSetDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set | getHeaderElementQNameSet()Deprecated.  Convenience method to get a List of all RM Header Element QNames | 
| private static List | getHeaderQNameListForRMVersion(WsrmConstants.RMVersion rmVersion)Deprecated.  | 
| QName | getQualifiedName(WsrmConstants.RMVersion rmVersion)Deprecated.  | 
| static WsrmConstants.HeaderElement | valueOf(String name)Deprecated.  Returns the enum constant of this type with the specified name. | 
| static WsrmConstants.HeaderElement[] | values()Deprecated.  Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final WsrmConstants.HeaderElement SEQUENCE
public static final WsrmConstants.HeaderElement ACK
public static final WsrmConstants.HeaderElement ACK_REQUESTED
public static final WsrmConstants.HeaderElement CREATE_SEQUENCE
public static final WsrmConstants.HeaderElement CREATE_SEQUENCE_RESPONSE
public static final WsrmConstants.HeaderElement TERMINATE_SEQUENCE
public static final WsrmConstants.HeaderElement TERMINATE_SEQUENCE_RESPONSE
public static final WsrmConstants.HeaderElement CLOSE_SEQUENCE
public static final WsrmConstants.HeaderElement CLOSE_SEQUENCE_RESPONSE
public static final WsrmConstants.HeaderElement FAULT_CODE
private WsrmConstants.Element elem
public static WsrmConstants.HeaderElement[] values()
for (WsrmConstants.HeaderElement c : WsrmConstants.HeaderElement.values()) System.out.println(c);
public static WsrmConstants.HeaderElement valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic QName getQualifiedName(WsrmConstants.RMVersion rmVersion)
public static Set getHeaderElementQNameSet()
private static List getHeaderQNameListForRMVersion(WsrmConstants.RMVersion rmVersion)