This commit is contained in:
Arjen Poutsma
2007-06-13 00:37:09 +00:00
parent 9669622f75
commit 77341a92f7

View File

@@ -12,6 +12,9 @@ should help most users the project update their applications:
Some issues have been resolved which make the WebServiceTemplate more useable in Plain Old XML settings, and less
SOAP-specific.
* The various overloaded <<<sendAndReceive()>>> methods have been renamed to aid comprehension. The method signature
now reflects what is sent (eg. a Source), and what is received (eg. a Result).
* The <<<WebServiceMessageCallback>>> method <<<doInMessage()>>> has been renamed to <<<doWithMessage()>>>, since it
was poorly named.