java.io.Serializable, java.lang.Comparable<WsrmConstants.FaultCode>, java.lang.constant.Constablepublic static enum WsrmConstants.FaultCode extends java.lang.Enum<WsrmConstants.FaultCode>
| Enum Constant | Description | 
|---|---|
RECEIVER | 
 Deprecated. 
  | 
SENDER | 
 Deprecated. 
  | 
| Modifier and Type | Field | Description | 
|---|---|---|
(package private) java.util.Map<WsrmConstants.SOAPVersion,java.lang.String> | 
versionToCodeMap | 
 Deprecated. 
  | 
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getCodeLocalName(WsrmConstants.SOAPVersion soapVersion) | 
 Deprecated. 
  | 
javax.xml.namespace.QName | 
getCodeQName(WsrmConstants.SOAPVersion soapVersion) | 
 Deprecated. 
  | 
java.lang.String | 
getCodeQualifiedName(WsrmConstants.SOAPVersion soapVersion) | 
 Deprecated. 
  | 
static WsrmConstants.FaultCode | 
valueOf(java.lang.String name) | 
 Deprecated. 
Returns the enum constant of this type with the specified name. 
 | 
static WsrmConstants.FaultCode[] | 
values() | 
 Deprecated. 
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final WsrmConstants.FaultCode SENDER
public static final WsrmConstants.FaultCode RECEIVER
java.util.Map<WsrmConstants.SOAPVersion,java.lang.String> versionToCodeMap
public static WsrmConstants.FaultCode[] values()
for (WsrmConstants.FaultCode c : WsrmConstants.FaultCode.values()) System.out.println(c);
public static WsrmConstants.FaultCode 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 getCodeLocalName(WsrmConstants.SOAPVersion soapVersion)
public java.lang.String getCodeQualifiedName(WsrmConstants.SOAPVersion soapVersion)
public javax.xml.namespace.QName getCodeQName(WsrmConstants.SOAPVersion soapVersion)