public enum SOAPQName extends Enum<SOAPQName>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ADDRESS |
BINDING |
BODY |
FAULT |
HEADER |
HEADER_FAULT |
OPERATION |
Modifier and Type | Field and Description |
---|---|
static String |
SOAP_NS_PREFIX |
static String |
SOAP_NS_URI |
Modifier and Type | Method and Description |
---|---|
static QName |
createSOAPQName(String localName) |
QName |
getQName() |
static Set<QName> |
getQNames() |
static SOAPQName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOAPQName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SOAPQName ADDRESS
public static final SOAPQName BINDING
public static final SOAPQName BODY
public static final SOAPQName FAULT
public static final SOAPQName HEADER
public static final SOAPQName HEADER_FAULT
public static final SOAPQName OPERATION
public static final String SOAP_NS_URI
public static final String SOAP_NS_PREFIX
public static SOAPQName[] values()
public static SOAPQName 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 getQName()