Spring Web Services Framework

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.
 

Element Detail

value

public abstract String value
Signifies the value for the request SOAPAction header that is handled by the method.


Spring Web Services Framework

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