Uses of Class
org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadSourceMethodProcessor
Packages that use AbstractPayloadSourceMethodProcessor
Package
Description
Provides the
MethodArgumentResolver and MethodReturnValueHandler abstractions, and various
implementations thereof.Provides DOM-based implementations of the
MethodArgumentResolver and
MethodReturnValueHandler interfaces.-
Uses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method
Subclasses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.methodModifier and TypeClassDescriptionclass -
Uses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method.dom
Subclasses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method.domModifier and TypeClassDescriptionclassImplementation ofMethodArgumentResolverandMethodReturnValueHandlerthat supports dom4j elements.classImplementation ofMethodArgumentResolverandMethodReturnValueHandlerthat supports W3C DOM elements.classImplementation ofMethodArgumentResolverandMethodReturnValueHandlerthat supports JDOM elements.classImplementation ofMethodArgumentResolverandMethodReturnValueHandlerthat supports XOM elements.