Spring Web Services Framework

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

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

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

Subclasses of AbstractPayloadMethodProcessor in org.springframework.ws.server.endpoint.adapter.method
 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
          Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports Source objects.
 

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

Subclasses of AbstractPayloadMethodProcessor 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.
 

Uses of AbstractPayloadMethodProcessor in org.springframework.ws.server.endpoint.adapter.method.jaxb
 

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


Spring Web Services Framework

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