Spring Web Services Framework

Uses of Interface
org.springframework.ws.server.EndpointAdapter

Packages that use EndpointAdapter
org.springframework.ws.server Contains classes for server-side Spring-WS support. 
org.springframework.ws.server.endpoint.adapter Provides miscellaneous EndpointAdapter implementations. 
 

Uses of EndpointAdapter in org.springframework.ws.server
 

Methods in org.springframework.ws.server that return EndpointAdapter
protected  EndpointAdapter MessageDispatcher.getEndpointAdapter(Object endpoint)
          Returns the EndpointAdapter for the given endpoint.
 

Methods in org.springframework.ws.server that return types with arguments of type EndpointAdapter
 List<EndpointAdapter> MessageDispatcher.getEndpointAdapters()
          Returns the EndpointAdapters to use by this MessageDispatcher.
 

Method parameters in org.springframework.ws.server with type arguments of type EndpointAdapter
 void MessageDispatcher.setEndpointAdapters(List<EndpointAdapter> endpointAdapters)
          Sets the EndpointAdapters to use by this MessageDispatcher.
 

Uses of EndpointAdapter in org.springframework.ws.server.endpoint.adapter
 

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


Spring Web Services Framework

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