EndpointAdapter implementations.See: Description
| Interface | Description |
|---|---|
| MessageEndpoint |
Defines the basic contract for Web Services interested in the entire message payload.
|
| PayloadEndpoint |
Defines the basic contract for Web Services interested in just the message payload.
|
| Class | Description |
|---|---|
| AbstractDom4jPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractDomPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractEndpointExceptionResolver |
Abstract base class for
EndpointExceptionResolvers. |
| AbstractJDomPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractLoggingInterceptor |
Abstract base class for
EndpointInterceptor instances that log a part of a
WebServiceMessage. |
| AbstractMarshallingPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractSaxPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractStaxEventPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractStaxPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractStaxStreamPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractValidatingMarshallingPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| AbstractXomPayloadEndpoint | Deprecated
as of Spring Web Services 2.0, in favor of annotated endpoints
|
| MethodEndpoint |
Represents a bean method that will be invoked as part of an incoming Web service message.
|
EndpointAdapter implementations.