Spring Web Services Framework

Uses of Interface
org.springframework.ws.server.endpoint.adapter.method.MethodReturnValueHandler

Packages that use MethodReturnValueHandler
org.springframework.ws.server.endpoint.adapter Provides miscellaneous EndpointAdapter implementations. 
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 MethodReturnValueHandler in org.springframework.ws.server.endpoint.adapter
 

Methods in org.springframework.ws.server.endpoint.adapter that return types with arguments of type MethodReturnValueHandler
 List<MethodReturnValueHandler> DefaultMethodEndpointAdapter.getMethodReturnValueHandlers()
          Returns the list of MethodReturnValueHandlers to use.
 

Method parameters in org.springframework.ws.server.endpoint.adapter with type arguments of type MethodReturnValueHandler
 void DefaultMethodEndpointAdapter.setMethodReturnValueHandlers(List<MethodReturnValueHandler> methodReturnValueHandlers)
          Sets the list of MethodReturnValueHandlers to use.
 

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

Classes in org.springframework.ws.server.endpoint.adapter.method that implement MethodReturnValueHandler
 class AbstractPayloadMethodProcessor
          Abstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based on RequestPayload and ResponsePayload annotations.
 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 MethodReturnValueHandler in org.springframework.ws.server.endpoint.adapter.method.dom
 

Classes in org.springframework.ws.server.endpoint.adapter.method.dom that implement MethodReturnValueHandler
 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 MethodReturnValueHandler in org.springframework.ws.server.endpoint.adapter.method.jaxb
 

Classes in org.springframework.ws.server.endpoint.adapter.method.jaxb that implement MethodReturnValueHandler
 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.