Package org.springframework.ws.server.endpoint.mapping
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
AbstractAnnotationMethodEndpointMapping Abstract base for EndpointMapping implementations that map classes tagged with an annotation.
AbstractEndpointMapping Abstract base class for EndpointMapping implementations.
AbstractMapBasedEndpointMapping Abstract base class for endpoint mapping that are based on a Map.
AbstractMethodEndpointMapping Abstract base class for MethodEndpoint mappings.
AbstractQNameEndpointMapping Abstract base class for EndpointMappings that resolve qualified names as registration keys.
PayloadRootAnnotationMethodEndpointMapping Implementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods to request payload root elements.
PayloadRootQNameEndpointMapping Implementation of the EndpointMapping interface to map from the qualified name of the request payload root element.
SimpleMethodEndpointMapping Simple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload to methods.Endpoint beans are registered using the endpoints property; the endpoint methods that start with methodPrefix and end with methodSuffix will be registered.
XPathPayloadEndpointMapping Implementation of the EndpointMapping interface that maps to endpoint using an XPath expression.
Provides miscellaneous endpoints EndpointMapping implementations.