Uses of Class
org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Package
Description
Provides miscellaneous endpoints
EndpointMapping
implementations.Provides JAXB2-based
EndpointMapping
implementations.Provides miscellaneous endpoints
EndpointMapping
implementations for SOAP purposes.-
Uses of AbstractEndpointMapping in org.springframework.ws.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
Abstract base forEndpointMapping
implementations that map classes tagged with an annotation.class
Abstract base class for endpoint mapping that are based on aMap
.class
Abstract base class forMethodEndpoint
mappings.class
Abstract base class forEndpointMapping
s that resolve qualified names as registration keys.class
Implementation of theEndpointMapping
interface that uses thePayloadRoot
annotation to map methods to request payload root elements.class
Implementation of theEndpointMapping
interface to map from the qualified name of the request payload root element.class
Simple subclass ofAbstractMethodEndpointMapping
that maps from the local name of the request payload to methods.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 AbstractEndpointMapping in org.springframework.ws.server.endpoint.mapping.jaxb
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface that uses the JAXB2XmlRootElement
annotation to map methods to request payload root elements. -
Uses of AbstractEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
Implementation of theEndpointMapping
interface that uses theSoapAction
annotation to map methods to the request SOAPAction header.class
Implementation of theEndpointMapping
interface to map fromSOAPAction
headers to endpoint beans.