|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
ObjectEnum<TransportMethod>
TransportMethod
public enum TransportMethod
Methods of transporting XKMS messages.
| Enum Constant Summary | |
|---|---|
PLAIN_HTTP
Plain HTTP |
|
SOAP11
SOAP 1.1 protocol |
|
SOAP12
SOAP 1.2 protocol |
|
UNKNOWN
Transport mechanism is (yet) unknown |
|
| Method Summary | |
|---|---|
static TransportMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TransportMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TransportMethod SOAP11
public static final TransportMethod SOAP12
public static final TransportMethod PLAIN_HTTP
public static final TransportMethod UNKNOWN
| Method Detail |
|---|
public static TransportMethod[] values()
for (TransportMethod c : TransportMethod.values()) System.out.println(c);
public static TransportMethod valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||