org.springframework.ws.server.endpoint.annotation |
JDK 1.5+ annotations for Spring-WS endpoints.
|
Java Source File Name | Type | Comment |
Endpoint.java | Annotation | Marks a class as an endpoint. |
PayloadRoot.java | Annotation | Marks an endpoint method as the handler for an incoming request. |
XPathParam.java | Annotation | Indicates that a method parameter should be bound to an XPath expression. |