Annotation Interface Address


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Address
Marks an endpoint with a WS-Addressing Address. If this annotation is applied, the value is compared to the destination property of the incoming message.
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 destination that is handled by the class.
  • Element Details

    • value

      String value
      Signifies the value for the request WS-Addressing destination that is handled by the class.