Package | Description |
---|---|
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 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 | Class and Description |
---|---|
class |
AbstractPayloadSourceMethodProcessor
Abstract base class for
MethodArgumentResolver and MethodReturnValueHandler implementations based on
Source s. |
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 © 2005–2015 The Spring Web Services Framework. All rights reserved.