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 |
PayloadRootAnnotationMethodEndpointMapping
Implementation of the
EndpointMapping interface that uses the PayloadRoot annotation to map methods
to request payload root elements. |
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. |
Copyright © 2020 Pivotal Software. All rights reserved.