|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Action
Marks an endpoint method as the handler for an incoming request. The annotation value signifies the value for the
request WS-Addressing Action
header that is handled by the method.
Required Element Summary | |
---|---|
String |
value
Signifies the value for the request WS-Addressing Action header that is handled by the method. |
Optional Element Summary | |
---|---|
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. |
Element Detail |
---|
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.
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |