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
           
 

Element Detail

value

public abstract String value

Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.