| Defines the basic contract for Web Services interested in the entire message payload.
The main entrypoint is
MessageEndpoint.invoke(MessageContext) , which gets invoked with the message context. This context
contains the
MessageContext.getRequest request , and can be used to create a response.
author: Arjen Poutsma See Also: org.springframework.ws.server.endpoint.PayloadEndpoint since: 1.0.0 |