Spring WS Annotation

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

JDK 1.5+ annotations for Spring-WS endpoints.

 

Annotation Types Summary
Endpoint Indicates that an annotated class is an "Endpoint" (e.g. a web service endpoint).
PayloadRoot Marks an endpoint method as the handler for an incoming request.
XPathParam Indicates that a method parameter should be bound to an XPath expression.

你可能感兴趣的:(spring,jdk,Web)