Annotation 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
-
Element Details
-
value
String valueThe qualified name of the soap header. The format used is that ofQName.toString()
, i.e. "{" + Namespace URI + "}" + local part, where the namespace is optional.
-