Annotation Interface SoapHeader


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface SoapHeader
Marks an endpoint method parameter to be resolved as a single or a list of SoapHeaderElement.
Since:
2.0
Author:
Tareq Abedrabbo
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The qualified name of the soap header.
  • Element Details

    • value

      String value
      The qualified name of the soap header. The format used is that of QName.toString(), i.e. "{" + Namespace URI + "}" + local part, where the namespace is optional.