Uses of Class
org.springframework.ws.server.endpoint.mapping.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.mapping
Modifier and TypeClassDescriptionclass
Abstract base class forEndpointMapping
s that resolve qualified names as registration keys.class
Implementation of theEndpointMapping
interface to map from the qualified name of the request payload root element.class
Implementation of theEndpointMapping
interface to map from the full request URI or request URI path to endpoint beans.class
Implementation of theEndpointMapping
interface that maps to endpoint using an XPath expression. -
Uses of AbstractMapBasedEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface to map fromSOAPAction
headers to endpoint beans.