Annotation Interface Action


@Documented @Retention(RUNTIME) @Target(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.
Since:
1.5.0
Author:
Arjen Poutsma
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Signifies the value for the request WS-Addressing Action header that is handled by the method.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Signifies the value for the fault response WS-Addressing Action header that is provided by the method.
    Signifies the value for the response WS-Addressing Action header that is provided by the method.
  • Element Details

    • value

      String value
      Signifies the value for the request WS-Addressing Action header that is handled by the method.
    • output

      String output
      Signifies the value for the response WS-Addressing Action header that is provided by the method.
      Default:
      ""
    • fault

      String fault
      Signifies the value for the fault response WS-Addressing Action header that is provided by the method.
      Default:
      ""