org.springframework.ws.soap.server.endpoint.annotation
Annotation Type SoapAction
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @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:
SoapActionAnnotationMethodEndpointMapping
Required Element Summary |
String |
value
Signifies the value for the request SOAPAction header that is handled by the method. |
value
public abstract String value
- Signifies the value for the request
SOAPAction
header that is handled by the method.
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.