Spring Web Services Framework

org.springframework.ws.soap.server.endpoint.annotation
Annotation Type SoapHeader


@Target(value=PARAMETER)
@Retention(value=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
 String value
          The qualified name of the soap header.
 

Element Detail

value

public abstract 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.


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.