Spring Web Services Framework

Package org.springframework.ws.server.endpoint.annotation

JDK 1.5+ annotations for Spring-WS endpoints.

See:
          Description

Annotation Types Summary
Endpoint Indicates that an annotated class is an "Endpoint" (e.g. a web service endpoint).
Namespace Sets up a namespace to be used in an @Endpoint method, class, or package.
Namespaces Sets the namespaces to be used in an @Endpoint method, class, or package.
PayloadRoot Marks an endpoint method as the handler for an incoming request.
RequestPayload Annotation which indicates that a method parameter should be bound to the request payload.
ResponsePayload Annotation which indicates that a method return value should be bound to the response payload.
XPathParam Indicates that a method parameter should be bound to an XPath expression.
 

Package org.springframework.ws.server.endpoint.annotation Description

JDK 1.5+ annotations for Spring-WS endpoints.


Spring Web Services Framework

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