Spring Web Services Framework

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

Provides miscellaneous EndpointAdapter implementations.

See:
          Description

Class Summary
AbstractMethodEndpointAdapter Abstract base class for EndpointAdapter implementations that support MethodEndpoints.
DefaultMethodEndpointAdapter Default extension of AbstractMethodEndpointAdapter with support for pluggable argument resolvers and return value handlers.
GenericMarshallingMethodEndpointAdapter Deprecated. as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MarshallingPayloadMethodProcessor.
MarshallingMethodEndpointAdapter Deprecated. as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MarshallingPayloadMethodProcessor.
MessageEndpointAdapter Adapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain.
MessageMethodEndpointAdapter Deprecated. as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MessageContextMethodArgumentResolver.
PayloadEndpointAdapter Adapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.
PayloadMethodEndpointAdapter Deprecated. as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and SourcePayloadMethodProcessor.
XPathParamAnnotationMethodEndpointAdapter Deprecated. as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and XPathParamMethodArgumentResolver.
 

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

Provides miscellaneous EndpointAdapter implementations.


Spring Web Services Framework

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