Package | Description |
---|---|
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.server.endpoint.mapping |
Provides miscellaneous endpoints
EndpointMapping implementations for SOAP purposes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationMethodEndpointMapping<T>
Abstract base for
EndpointMapping implementations that map classes tagged with
an annotation. |
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
Implementation of the
EndpointMapping interface to map from the qualified name of the request payload
root element. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
XmlRootElementEndpointMapping
Implementation of the
EndpointMapping interface that uses the
JAXB2 XmlRootElement annotation to map methods to request payload root elements. |
Modifier and Type | Class and Description |
---|---|
class |
SoapActionAnnotationMethodEndpointMapping
Implementation of the
EndpointMapping interface that uses the SoapAction annotation to map methods to the request SOAPAction header. |
class |
SoapActionEndpointMapping
Implementation of the
EndpointMapping interface to map from SOAPAction headers to endpoint
beans. |
Copyright © 2020 Pivotal Software. All rights reserved.