Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQNameEndpointMapping
Abstract base class for
EndpointMapping s that resolve qualified names as registration keys. |
class |
PayloadRootQNameEndpointMapping
Implementation of the
EndpointMapping interface to map from the qualified name of the request payload
root element. |
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 |
SoapActionEndpointMapping
Implementation of the
EndpointMapping interface to map from SOAPAction headers to endpoint
beans. |
Copyright © 2020 Pivotal Software. All rights reserved.