Package org.springframework.ws.server.endpoint.annotation
package org.springframework.ws.server.endpoint.annotation
JDK 1.5+ annotations for Spring-WS endpoints.
-
ClassDescriptionIndicates that an annotated class is an "Endpoint" (e.g.Sets up a namespace to be used in an
@Endpoint
method, class, or package.Sets the namespaces to be used in an@Endpoint
method, class, or package.Marks an endpoint method as the handler for an incoming request.Marks an endpoint method as containing multiplePayloadRoots
.Annotation which indicates that a method parameter should be bound to the request payload.Annotation which indicates that a method return value should be bound to the response payload.Indicates that a method parameter should be bound to an XPath expression.