Annotation Interface SoapAction


Marks an endpoint method as the handler for an incoming request. The annotation value signifies the value for the request SOAPAction header that is handled by the method.
Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Signifies the value for the request SOAPAction header that is handled by the method.
  • Element Details

    • value

      String value
      Signifies the value for the request SOAPAction header that is handled by the method.