Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadSourceMethodProcessor

Packages that use AbstractPayloadSourceMethodProcessor
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. 
 

Uses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method
 

Subclasses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method
 class SourcePayloadMethodProcessor
          Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports Source objects.
 

Uses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method.dom
 

Subclasses of AbstractPayloadSourceMethodProcessor in org.springframework.ws.server.endpoint.adapter.method.dom
 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.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.