Package org.springframework.ws.server.endpoint.adapter
package org.springframework.ws.server.endpoint.adapter
Provides miscellaneous
EndpointAdapter
implementations.-
ClassDescriptionAbstract base class for
EndpointAdapter
implementations that supportMethodEndpoint
s.Default extension ofAbstractMethodEndpointAdapter
with support for pluggable argument resolvers and return value handlers.Deprecated.Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andMarshallingPayloadMethodProcessor
.Adapter to use aMessageEndpoint
as the endpoint for aEndpointInvocationChain
.Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andMessageContextMethodArgumentResolver
.Adapter to use aPayloadEndpoint
as the endpoint for aEndpointInvocationChain
.Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andSourcePayloadMethodProcessor
.Deprecated.as of Spring Web Services 2.0, in favor ofDefaultMethodEndpointAdapter
andXPathParamMethodArgumentResolver
.
DefaultMethodEndpointAdapter
andMarshallingPayloadMethodProcessor
.