Uses of Interface
org.springframework.ws.server.EndpointAdapter
Package
Description
Contains classes for server-side Spring-WS support.
Provides miscellaneous
EndpointAdapter
implementations.-
Uses of EndpointAdapter in org.springframework.ws.server
Modifier and TypeMethodDescriptionprotected EndpointAdapter
MessageDispatcher.getEndpointAdapter
(Object endpoint) Returns theEndpointAdapter
for the given endpoint.Modifier and TypeMethodDescriptionMessageDispatcher.getEndpointAdapters()
Returns theEndpointAdapter
s to use by thisMessageDispatcher
.Modifier and TypeMethodDescriptionvoid
MessageDispatcher.setEndpointAdapters
(List<EndpointAdapter> endpointAdapters) Sets theEndpointAdapter
s to use by thisMessageDispatcher
. -
Uses of EndpointAdapter in org.springframework.ws.server.endpoint.adapter
Modifier 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
.