public enum SOAP12QName extends Enum<SOAP12QName>
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 SOAP12QName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOAP12QName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SOAP12QName ADDRESS
public static final SOAP12QName BINDING
public static final SOAP12QName BODY
public static final SOAP12QName FAULT
public static final SOAP12QName HEADER
public static final SOAP12QName HEADER_FAULT
public static final SOAP12QName OPERATION
public static final String SOAP_NS_URI
public static final String SOAP_NS_PREFIX
public static SOAP12QName[] values()
public static SOAP12QName 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()