public static enum WSAddressingFeature.AddressingResponses extends Enum<WSAddressingFeature.AddressingResponses>
Enum Constant and Description |
---|
ALL |
ANONYMOUS |
NON_ANONYMOUS |
Modifier and Type | Method and Description |
---|---|
static WSAddressingFeature.AddressingResponses |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WSAddressingFeature.AddressingResponses[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WSAddressingFeature.AddressingResponses ALL
public static final WSAddressingFeature.AddressingResponses NON_ANONYMOUS
public static final WSAddressingFeature.AddressingResponses ANONYMOUS
public static WSAddressingFeature.AddressingResponses[] values()
for (WSAddressingFeature.AddressingResponses c : WSAddressingFeature.AddressingResponses.values()) System.out.println(c);
public static WSAddressingFeature.AddressingResponses 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 nullApache CXF