Spring Web Services Framework

org.springframework.ws.server.endpoint.annotation
Annotation Type Endpoint


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Endpoint

Marks a class as an endpoint.

Instances of this class are typically picked up by an AbstractAnnotationMethodEndpointMapping implementation, such as SoapActionAnnotationMethodEndpointMapping.

Since:
1.0.0
Author:
Arjen Poutsma


Spring Web Services Framework

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