Spring Web Services Framework

Package org.springframework.ws.server.endpoint.adapter.method

Provides the MethodArgumentResolver and MethodReturnValueHandler abstractions, and various implementations thereof.

See:
          Description

Interface Summary
MethodArgumentResolver Strategy interface used to resolve method parameters into arguments.
MethodReturnValueHandler Strategy interface used to handle method return values.
 

Class Summary
AbstractPayloadMethodProcessor Abstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based on RequestPayload and ResponsePayload annotations.
AbstractPayloadSourceMethodProcessor Abstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based on Sources.
MarshallingPayloadMethodProcessor Implementation of MethodArgumentResolver and MethodReturnValueHandler that uses Marshaller and Unmarshaller to support marshalled objects.
MessageContextMethodArgumentResolver Implementation of MethodArgumentResolver that supports MessageContext arguments.
SourcePayloadMethodProcessor Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports Source objects.
StaxPayloadMethodArgumentResolver Implementation of MethodArgumentResolver that supports StAX XMLStreamReader and XMLEventReader arguments.
XPathParamMethodArgumentResolver Implementation of MethodArgumentResolver that supports the @XPathParam annotation.
 

Package org.springframework.ws.server.endpoint.adapter.method Description

Provides the MethodArgumentResolver and MethodReturnValueHandler abstractions, and various implementations thereof.


Spring Web Services Framework

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