@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Action
Action
header that is
handled by the method.Modifier and Type | Required Element and Description |
---|---|
String |
value
Signifies the value for the request WS-Addressing
Action header that
is handled by the method. |
Modifier and Type | Optional Element and Description |
---|---|
String |
fault
Signifies the value for the fault response WS-Addressing
Action header
that is provided by the method. |
String |
output
Signifies the value for the response WS-Addressing
Action header that
is provided by the method. |
public abstract String value
Action
header that
is handled by the method.public abstract String output
Action
header that
is provided by the method.public abstract String fault
Action
header
that is provided by the method.