| Package | Description |
|---|---|
| org.springframework.ws.config.annotation | |
| org.springframework.ws.server.endpoint.adapter |
Provides miscellaneous
EndpointAdapter implementations. |
| org.springframework.ws.server.endpoint.adapter.method |
Provides the
MethodArgumentResolver and MethodReturnValueHandler abstractions, and various
implementations thereof. |
| org.springframework.ws.server.endpoint.adapter.method.dom |
Provides DOM-based implementations of the
MethodArgumentResolver and
MethodReturnValueHandler interfaces. |
| org.springframework.ws.server.endpoint.adapter.method.jaxb |
Provides JAXB2-based implementations of the
MethodArgumentResolver and
MethodReturnValueHandler interfaces. |
| Modifier and Type | Method and Description |
|---|---|
void |
WsConfigurerComposite.addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers) |
void |
WsConfigurerAdapter.addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
Add handlers to support custom controller method return value types.
|
void |
WsConfigurer.addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
Add handlers to support custom controller method return value types.
|
protected void |
WsConfigurationSupport.addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers)
Add custom
MethodReturnValueHandlers in addition to the
ones registered by default. |
protected void |
DelegatingWsConfiguration.addReturnValueHandlers(List<MethodReturnValueHandler> returnValueHandlers) |
| Modifier and Type | Method and Description |
|---|---|
List<MethodReturnValueHandler> |
DefaultMethodEndpointAdapter.getCustomMethodReturnValueHandlers()
Returns the custom return value handlers.
|
List<MethodReturnValueHandler> |
DefaultMethodEndpointAdapter.getMethodReturnValueHandlers()
Returns the list of
MethodReturnValueHandlers to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMethodEndpointAdapter.setCustomMethodReturnValueHandlers(List<MethodReturnValueHandler> customMethodReturnValueHandlers)
Sets the handlers for custom return value types.
|
void |
DefaultMethodEndpointAdapter.setMethodReturnValueHandlers(List<MethodReturnValueHandler> methodReturnValueHandlers)
Sets the list of
MethodReturnValueHandlers to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPayloadMethodProcessor
Abstract base class for
MethodArgumentResolver and MethodReturnValueHandler implementations based on
RequestPayload and ResponsePayload annotations. |
class |
AbstractPayloadSourceMethodProcessor
Abstract base class for
MethodArgumentResolver and MethodReturnValueHandler implementations based on
Sources. |
class |
MarshallingPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that uses Marshaller
and Unmarshaller to support marshalled objects. |
class |
SourcePayloadMethodProcessor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dom4jPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that supports dom4j elements. |
class |
DomPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that supports W3C DOM elements. |
class |
JDomPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that supports JDOM elements. |
class |
XomPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that supports XOM elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJaxb2PayloadMethodProcessor
Abstract base class for
MethodArgumentResolver and MethodReturnValueHandler implementations that use JAXB2. |
class |
JaxbElementPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that supports JAXBElement objects. |
class |
XmlRootElementPayloadMethodProcessor
Implementation of
MethodArgumentResolver and MethodReturnValueHandler that supports parameters annotated with @XmlRootElement or @XmlType, and return values annotated with @XmlRootElement. |
Copyright © 2017 Pivotal Software. All rights reserved.