|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
ObjectEnum<ResponseMechanism>
ResponseMechanism
public enum ResponseMechanism
ResponseMechanism constant definitions.
[99] The <ResponseMechanism> element in the request specifies one or
more strings included in the request that specify extended protocol
mechanisms that the client supports in connection with a request.
[100] ResponseMechanism values are specified as anyURIs.
| Enum Constant Summary | |
|---|---|
PENDING
The requestor is prepared to accept a response that uses asynchronous processing, i.e. |
|
REPRESENT
The requestor is prepared to accept a response that uses the two-phase protocol, i.e. |
|
REQUEST_SIGNATURE_VALUE
The requestor is prepared to accept a response that carries a <RequestSignatureValue> element. |
|
| Method Summary | |
|---|---|
String |
toString()
returns the String representation of this enum constant, including the namespace. |
static ResponseMechanism |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResponseMechanism[] |
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, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResponseMechanism PENDING
ResultMajor code 'Pending'.
public static final ResponseMechanism REPRESENT
ResultMajor code 'Represent'.
public static final ResponseMechanism REQUEST_SIGNATURE_VALUE
<RequestSignatureValue> element.
| Method Detail |
|---|
public static ResponseMechanism[] values()
for (ResponseMechanism c : ResponseMechanism.values()) System.out.println(c);
public static ResponseMechanism 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 nullpublic String toString()
toString in class Enum<ResponseMechanism>String representation including the namespace.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||