public class SoapFaultType extends Enumerated
| Modifier and Type | Field and Description |
|---|---|
static SoapFaultType |
FAULT_DATA_ENCODING_UNKNOWN
The data encoding unknown type.
|
static SoapFaultType |
FAULT_MUST_UNDERSTAND
The must understand type.
|
static SoapFaultType |
FAULT_RECEIVER
The receiver type.
|
static SoapFaultType |
FAULT_SENDER
The sender type.
|
static SoapFaultType |
FAULT_VERSION_MISMATCH
The version mismatch type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Get the value of this enumeration.
|
protected Enumerated |
resolveEnum(Object value)
Resolve the enumeration for the specified value.
|
static SoapFaultType |
toState(String value)
Return the enumeration for the specified value.
|
equals, generateMap, getKey, hashCode, readResolve, toStringpublic static final SoapFaultType FAULT_VERSION_MISMATCH
public static final SoapFaultType FAULT_MUST_UNDERSTAND
public static final SoapFaultType FAULT_DATA_ENCODING_UNKNOWN
public static final SoapFaultType FAULT_SENDER
public static final SoapFaultType FAULT_RECEIVER
public String getValue()
protected Enumerated resolveEnum(Object value) throws InvalidEnumerationException
resolveEnum in class Enumeratedvalue - The value.InvalidEnumerationException - if the value is not valid.public static SoapFaultType toState(String value) throws InvalidEnumerationException
value - The value.InvalidEnumerationException - if the value is not valid.Copyright © 2018 JBoss by Red Hat. All rights reserved.