Spring Web Services Framework

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

Method Summary
 void doWithMessage(WebServiceMessage message)
          Execute any number of operations on the supplied message.
 

Method Detail

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

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.