| Name | Description | Type | Package | Framework |
| Endpoint | Indicates that an annotated class is an Endpoint (e. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |
| Namespace | Sets up a namespace to be used in an @Endpoint method, class, or package. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |
| Namespaces | Sets the namespaces to be used in an @Endpoint method, class, or package. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |
| PayloadRoot | Marks an endpoint method as the handler for an incoming request. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |
| RequestPayload | Annotation which indicates that a method parameter should be bound to the request payload. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |
| ResponsePayload | Annotation which indicates that a method return value should be bound to the response payload. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |
| XPathParam | Indicates that a method parameter should be bound to an XPath expression. | Class | org.springframework.ws.server.endpoint.annotation | Spring WebService |