| Name | Package | Description |
| Endpoint | org.springframework.ws.server.endpoint.annotation | Marks a class as an endpoint. |
| PayloadRoot | org.springframework.ws.server.endpoint.annotation | Marks an endpoint method as the handler for an incoming request. |
| SoapAction | org.springframework.ws.soap.server.endpoint.annotation | Marks an endpoint method as the handler for an incoming request. |
| SoapFault | org.springframework.ws.soap.server.endpoint.annotation | Marks an exception class with the fault elements that should be returned whenever this exception is thrown. |
| XPathParam | org.springframework.ws.server.endpoint.annotation | Indicates that a method parameter should be bound to an XPath expression. |