From 77341a92f716465f4a68f4cece9fad764d0a3909 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 13 Jun 2007 00:37:09 +0000 Subject: [PATCH] SWS-134 --- src/site/apt/upgrading.apt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/apt/upgrading.apt b/src/site/apt/upgrading.apt index b4d3cc2c..949ebddc 100644 --- a/src/site/apt/upgrading.apt +++ b/src/site/apt/upgrading.apt @@ -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 <<>> 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 <<>> method <<>> has been renamed to <<>>, since it was poorly named.