Package org.springframework.ws.server.endpoint.mapping
package org.springframework.ws.server.endpoint.mapping
Provides miscellaneous endpoints
EndpointMapping
implementations.-
ClassDescriptionAbstract base for
EndpointMapping
implementations that map classes tagged with an annotation.Abstract base class for EndpointMapping implementations.Abstract base class for endpoint mapping that are based on aMap
.Abstract base class forMethodEndpoint
mappings.Abstract base class forEndpointMapping
s that resolve qualified names as registration keys.Implementation of theEndpointMapping
interface that uses thePayloadRoot
annotation to map methods to request payload root elements.Implementation of theEndpointMapping
interface to map from the qualified name of the request payload root element.Simple subclass ofAbstractMethodEndpointMapping
that maps from the local name of the request payload to methods.Implementation of theEndpointMapping
interface to map from the full request URI or request URI path to endpoint beans.Implementation of theEndpointMapping
interface that maps to endpoint using an XPath expression.