Uses of Interface
org.springframework.ws.server.EndpointMapping
Packages that use 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
Methods in org.springframework.ws.server that return types with arguments of type EndpointMappingModifier and TypeMethodDescriptionMessageDispatcher.getEndpointMappings()
Returns theEndpointMapping
s to use by thisMessageDispatcher
.Method parameters in org.springframework.ws.server with type arguments of type EndpointMappingModifier and TypeMethodDescriptionvoid
MessageDispatcher.setEndpointMappings
(List<EndpointMapping> endpointMappings) Sets theEndpointMapping
s to use by thisMessageDispatcher
. -
Uses of EndpointMapping in org.springframework.ws.server.endpoint.mapping
Classes in org.springframework.ws.server.endpoint.mapping that implement EndpointMappingModifier 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
Classes in org.springframework.ws.server.endpoint.mapping.jaxb that implement EndpointMappingModifier 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
Classes in org.springframework.ws.soap.addressing.server that implement EndpointMappingModifier 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
Subinterfaces of EndpointMapping in org.springframework.ws.soap.serverModifier and TypeInterfaceDescriptioninterface
SOAP-specific sub-interface of theEndpointMapping
. -
Uses of EndpointMapping in org.springframework.ws.soap.server.endpoint.mapping
Classes in org.springframework.ws.soap.server.endpoint.mapping that implement EndpointMappingModifier 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.Methods in org.springframework.ws.soap.server.endpoint.mapping with parameters of type EndpointMappingModifier and TypeMethodDescriptionvoid
DelegatingSoapEndpointMapping.setDelegate
(EndpointMapping delegate) Sets the delegateEndpointMapping
to resolve the endpoint with.