Annotation 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.- Since:
- 1.5.0
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueSignifies the value for the request WS-AddressingActionheader that is handled by the method. -
output
String outputSignifies the value for the response WS-AddressingActionheader that is provided by the method.- Default:
""
-
fault
String faultSignifies the value for the fault response WS-AddressingActionheader that is provided by the method.- Default:
""
-