- All Implemented Interfaces:
- org.springframework.ws.server.EndpointAdapter
public class ContextEndpointAdapter
extends org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter
It is an extension of the @see org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter.
It is implemented in such a way that expects the ContextPayloadEndpoint which expects the context of the message in the
invoke method. This adapter provides this message context to the endpoint. It also sets the reply in the context by populating
the GenericSoapMessage - which contains the whole SOAP message (envelope = header + body).
- Since:
- 1.0.0
- Author:
- Tom Bujok