|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMapBasedEndpointMapping | |
---|---|
org.springframework.ws.server.endpoint.mapping | Provides miscellaneous endpoints EndpointMapping implementations. |
org.springframework.ws.soap.server.endpoint.mapping | Provides miscellaneous endpoints EndpointMapping implementations for SOAP purposes. |
Uses of AbstractMapBasedEndpointMapping in org.springframework.ws.server.endpoint.mapping |
---|
Subclasses of AbstractMapBasedEndpointMapping in org.springframework.ws.server.endpoint.mapping | |
---|---|
class |
AbstractQNameEndpointMapping
Abstract base class for EndpointMapping s that resolve qualified names as registration keys. |
class |
PayloadRootQNameEndpointMapping
Deprecated. as of Spring Web Services 2.0, in favor of PayloadRootAnnotationMethodEndpointMapping . |
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 AbstractMapBasedEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping |
---|
Subclasses of AbstractMapBasedEndpointMapping in org.springframework.ws.soap.server.endpoint.mapping | |
---|---|
class |
SoapActionEndpointMapping
Deprecated. as of Spring Web Services 2.0, in favor of SoapActionAnnotationMethodEndpointMapping . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |