public static enum JaxRpcOperationInfo.OperationStyle extends java.lang.Enum<JaxRpcOperationInfo.OperationStyle>
Enum Constant and Description |
---|
NOTIFICATION |
ONE_WAY |
REQUEST_RESPONSE |
SOLICIT_RESPONSE |
Modifier and Type | Method and Description |
---|---|
static JaxRpcOperationInfo.OperationStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JaxRpcOperationInfo.OperationStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JaxRpcOperationInfo.OperationStyle ONE_WAY
public static final JaxRpcOperationInfo.OperationStyle REQUEST_RESPONSE
public static final JaxRpcOperationInfo.OperationStyle SOLICIT_RESPONSE
public static final JaxRpcOperationInfo.OperationStyle NOTIFICATION
public static JaxRpcOperationInfo.OperationStyle[] values()
for (JaxRpcOperationInfo.OperationStyle c : JaxRpcOperationInfo.OperationStyle.values()) System.out.println(c);
public static JaxRpcOperationInfo.OperationStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null