Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter

Packages that use AbstractMethodEndpointAdapter
org.springframework.ws.server.endpoint.adapter Provides miscellaneous EndpointAdapter implementations. 
 

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

Subclasses of AbstractMethodEndpointAdapter in org.springframework.ws.server.endpoint.adapter
 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 MessageMethodEndpointAdapter
          Deprecated. as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and MessageContextMethodArgumentResolver.
 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.