Uses of Interface
org.springframework.ws.server.EndpointAdapter
Packages that use EndpointAdapter
Package
Description
Contains classes for server-side Spring-WS support.
Provides miscellaneous
EndpointAdapter
implementations.-
Uses of EndpointAdapter in org.springframework.ws.server
Methods in org.springframework.ws.server that return EndpointAdapterModifier and TypeMethodDescriptionprotected EndpointAdapter
MessageDispatcher.getEndpointAdapter
(Object endpoint) Returns theEndpointAdapter
for the given endpoint.Methods in org.springframework.ws.server that return types with arguments of type EndpointAdapterModifier and TypeMethodDescriptionMessageDispatcher.getEndpointAdapters()
Returns theEndpointAdapter
s to use by thisMessageDispatcher
.Method parameters in org.springframework.ws.server with type arguments of type EndpointAdapterModifier and TypeMethodDescriptionvoid
MessageDispatcher.setEndpointAdapters
(List<EndpointAdapter> endpointAdapters) Sets theEndpointAdapter
s to use by thisMessageDispatcher
. -
Uses of EndpointAdapter in org.springframework.ws.server.endpoint.adapter
Classes in org.springframework.ws.server.endpoint.adapter that implement EndpointAdapterModifier and TypeClassDescriptionclass
Abstract base class forEndpointAdapter
implementations that supportMethodEndpoint
s.class
Default extension ofAbstractMethodEndpointAdapter
with support for pluggable argument resolvers and return value handlers.class
Deprecated.class
Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andMarshallingPayloadMethodProcessor
.class
Adapter to use aMessageEndpoint
as the endpoint for aEndpointInvocationChain
.class
Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andMessageContextMethodArgumentResolver
.class
Adapter to use aPayloadEndpoint
as the endpoint for aEndpointInvocationChain
.class
Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andSourcePayloadMethodProcessor
.class
Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andXPathParamMethodArgumentResolver
.
DefaultMethodEndpointAdapter
andMarshallingPayloadMethodProcessor
.