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. |
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.