Uses of Interface
org.springframework.ws.server.EndpointMapping
Package
Description
Contains classes for server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointMapping
implementations.Provides JAXB2-based
EndpointMapping
implementations.Contains servers-side WS-Addressing support, in the form of
EndpointMappings
.Contains classes for SOAP-specific server-side Spring-WS support.
Provides miscellaneous endpoints
EndpointMapping
implementations for SOAP purposes.-
Uses of EndpointMapping in org.springframework.ws.server
Modifier and TypeMethodDescriptionMessageDispatcher.getEndpointMappings()
Returns theEndpointMapping
s to use by thisMessageDispatcher
.Modifier and TypeMethodDescriptionvoid
MessageDispatcher.setEndpointMappings
(List<EndpointMapping> endpointMappings) Sets theEndpointMapping
s to use by thisMessageDispatcher
. -
Uses of EndpointMapping 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 EndpointMapping implementations.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 EndpointMapping 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 EndpointMapping in org.springframework.ws.soap.addressing.server
Modifier and TypeClassDescriptionclass
Abstract base class for WS-AddressingAction
-mappedEndpointMapping
implementations.class
Abstract base class for WS-AddressingAction
-mappedEndpointMapping
implementations that map toMethodEndpoint
s.class
Abstract base class forEndpointMapping
implementations that handle WS-Addressing.class
Implementation of theEndpointMapping
interface that uses the@Action
annotation to map methods to a WS-AddressingAction
header.class
Implementation of theEndpointMapping
interface to map from WS-AddressingAction
Message Addressing Property to endpoint beans. -
Uses of EndpointMapping in org.springframework.ws.soap.server
Modifier and TypeInterfaceDescriptioninterface
SOAP-specific sub-interface of theEndpointMapping
. -
Uses of EndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
Modifier and TypeClassDescriptionclass
EndpointMapping
implement that adds SOAP actors or roles to a delegate endpoint.class
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.Modifier and TypeMethodDescriptionvoid
DelegatingSoapEndpointMapping.setDelegate
(EndpointMapping delegate) Sets the delegateEndpointMapping
to resolve the endpoint with.