|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EndpointMapping | |
---|---|
org.springframework.ws.server | Contains classes for server-side Spring-WS support. |
org.springframework.ws.server.endpoint.mapping | Provides miscellaneous endpoints EndpointMapping implementations. |
org.springframework.ws.server.endpoint.mapping.jaxb | Provides JAXB2-based EndpointMapping implementations. |
org.springframework.ws.soap.addressing.server | Contains servers-side WS-Addressing support, in the form of EndpointMappings . |
org.springframework.ws.soap.server | Contains classes for SOAP-specific server-side Spring-WS support. |
org.springframework.ws.soap.server.endpoint.mapping | 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 EndpointMapping | |
---|---|
List<EndpointMapping> |
MessageDispatcher.getEndpointMappings()
Returns the EndpointMapping s to use by this MessageDispatcher . |
Method parameters in org.springframework.ws.server with type arguments of type EndpointMapping | |
---|---|
void |
MessageDispatcher.setEndpointMappings(List<EndpointMapping> endpointMappings)
Sets the EndpointMapping s to use by this MessageDispatcher . |
Uses of EndpointMapping in org.springframework.ws.server.endpoint.mapping |
---|
Classes in org.springframework.ws.server.endpoint.mapping that implement EndpointMapping | |
---|---|
class |
AbstractAnnotationMethodEndpointMapping<T>
Abstract base for EndpointMapping implementations that map classes tagged with
an annotation. |
class |
AbstractEndpointMapping
Abstract base class for EndpointMapping implementations. |
class |
AbstractMapBasedEndpointMapping
Abstract base class for endpoint mapping that are based on a Map . |
class |
AbstractMethodEndpointMapping<T>
Abstract base class for MethodEndpoint mappings. |
class |
AbstractQNameEndpointMapping
Abstract base class for EndpointMapping s that resolve qualified names as registration keys. |
class |
PayloadRootAnnotationMethodEndpointMapping
Implementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods
to request payload root elements. |
class |
PayloadRootQNameEndpointMapping
Deprecated. as of Spring Web Services 2.0, in favor of PayloadRootAnnotationMethodEndpointMapping . |
class |
SimpleMethodEndpointMapping
Simple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload to
methods. |
class |
UriEndpointMapping
Implementation of the EndpointMapping interface to map from the full request URI or request URI path to
endpoint beans. |
class |
XPathPayloadEndpointMapping
Implementation of the EndpointMapping 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 EndpointMapping | |
---|---|
class |
XmlRootElementEndpointMapping
Implementation of the EndpointMapping interface that uses the
JAXB2 XmlRootElement 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 EndpointMapping | |
---|---|
class |
AbstractActionEndpointMapping
Abstract base class for WS-Addressing Action -mapped EndpointMapping
implementations. |
class |
AbstractActionMethodEndpointMapping
Abstract base class for WS-Addressing Action -mapped EndpointMapping
implementations that map to MethodEndpoint s. |
class |
AbstractAddressingEndpointMapping
Abstract base class for EndpointMapping implementations that handle WS-Addressing. |
class |
AnnotationActionEndpointMapping
Implementation of the EndpointMapping interface that uses the
@Action annotation to map methods to a WS-Addressing Action header. |
class |
SimpleActionEndpointMapping
Implementation of the EndpointMapping interface to map from WS-Addressing Action Message
Addressing Property to endpoint beans. |
Uses of EndpointMapping in org.springframework.ws.soap.server |
---|
Subinterfaces of EndpointMapping in org.springframework.ws.soap.server | |
---|---|
interface |
SoapEndpointMapping
SOAP-specific sub-interface of the EndpointMapping . |
Uses of EndpointMapping in org.springframework.ws.soap.server.endpoint.mapping |
---|
Classes in org.springframework.ws.soap.server.endpoint.mapping that implement EndpointMapping | |
---|---|
class |
DelegatingSoapEndpointMapping
EndpointMapping implement that adds SOAP actors or roles to a delegate endpoint. |
class |
SoapActionAnnotationMethodEndpointMapping
Implementation of the EndpointMapping interface that uses the SoapAction annotation to map methods to the request SOAPAction header. |
class |
SoapActionEndpointMapping
Deprecated. as of Spring Web Services 2.0, in favor of SoapActionAnnotationMethodEndpointMapping . |
Methods in org.springframework.ws.soap.server.endpoint.mapping with parameters of type EndpointMapping | |
---|---|
void |
DelegatingSoapEndpointMapping.setDelegate(EndpointMapping delegate)
Sets the delegate EndpointMapping to resolve the endpoint with. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |