public interface WebServiceMessageCallback
WebServiceMessage.
Implementations can execute any number of operations on the message, such as set the contents of the message, or set
the SOAPAction header.| Modifier and Type | Method and Description |
|---|---|
void |
doWithMessage(WebServiceMessage message)
Execute any number of operations on the supplied
message. |
void doWithMessage(WebServiceMessage message) throws IOException, TransformerException
message.message - the messageIOException - in case of I/O errorsTransformerException - in case of transformation errorsCopyright © 2005–2015 The Spring Web Services Framework. All rights reserved.