Uses of Class
org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Packages that use AbstractMapBasedEndpointMapping
Package
Description
Provides miscellaneous endpoints 
EndpointMapping implementations.Provides miscellaneous endpoints 
EndpointMapping implementations for SOAP purposes.- 
Uses of AbstractMapBasedEndpointMapping in org.springframework.ws.server.endpoint.mappingModifier and TypeClassDescriptionclassAbstract base class forEndpointMappings that resolve qualified names as registration keys.classImplementation of theEndpointMappinginterface to map from the qualified name of the request payload root element.classImplementation of theEndpointMappinginterface to map from the full request URI or request URI path to endpoint beans.classImplementation of theEndpointMappinginterface that maps to endpoint using an XPath expression.
- 
Uses of AbstractMapBasedEndpointMapping in org.springframework.ws.soap.server.endpoint.mappingSubclasses of AbstractMapBasedEndpointMapping in org.springframework.ws.soap.server.endpoint.mappingModifier and TypeClassDescriptionclassImplementation of theEndpointMappinginterface to map fromSOAPActionheaders to endpoint beans.