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 WS 中用于定义 Web 服务端点的注解,包括 @Endpoint、@PayloadRoot 和 @XPathParam。这些注解使得开发人员可以更加灵活地处理 SOAP 消息。
208

被折叠的 条评论
为什么被折叠?



