org.springframework.ws.client.core
Interface WebServiceMessageCallback
- All Known Implementing Classes:
- ActionCallback, SoapActionCallback
public interface WebServiceMessageCallback
Generic callback interface for code that operates on a WebServiceMessage.
Implementations can execute any number of operations on the message, such as set the contents of the message, or set
the SOAPAction header.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
doWithMessage
void doWithMessage(WebServiceMessage message)
throws IOException,
TransformerException
- Execute any number of operations on the supplied
message.
- Parameters:
message - the message
- Throws:
IOException - in case of I/O errors
TransformerException - in case of transformation errors
Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.