| Name | Description | Type | Package | Framework |
| AbstractAnnotationMethodEndpointMapping | Abstract base for EndpointMapping implementations that map classes tagged withan annotation. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| AbstractEndpointMapping | Abstract base class for EndpointMapping implementations. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| AbstractMapBasedEndpointMapping | Abstract base class for endpoint mapping that are based on a Map. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| AbstractMethodEndpointMapping | Abstract base class for MethodEndpoint mappings. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| AbstractQNameEndpointMapping | Abstract base class for EndpointMappings that resolve qualified names as registration keys. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| PayloadRootAnnotationMethodEndpointMapping | to request payload root elements. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| PayloadRootQNameEndpointMapping | root element. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| SimpleMethodEndpointMapping | Simple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload tomethods. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| UriEndpointMapping | endpoint beans. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |
| XmlRootElementEndpointMapping | JAXB2 XmlRootElement annotation to map methods to request payload root elements. | Class | org.springframework.ws.server.endpoint.mapping.jaxb | Spring WebService |
| XPathPayloadEndpointMapping | Supports both mapping to bean instances and mapping to bean names: the latter is required for prototype endpoints. | Class | org.springframework.ws.server.endpoint.mapping | Spring WebService |