If you need to get access to the entire SOAP message, you should write an endpoint class by implementing:-
If you need to get access to the entire SOAP message, you should write an endpoint class by implementing:- Correct Answer org.springframework.ws.server.endpoint.MessageEndpoint
If you need to get access to the entire SOAP message, you should write an endpoint class by implementing the org.springframework.ws.server.endpoint.MessageEndpoint org.springframework.ws.server.endpoint.MessageEndpoint interface.