Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by GlenDaniels:
http://wiki.apache.org/ws/FrontPage/Axis2/changesfrom1%2e2to1%2e3

------------------------------------------------------------------------------
- This include all the major changes we have done from 1.2 release to 1.3 
release. This will include API changes , class deprecating etc etc.
+ This page describes all the major changes we have done from 1.2 release to 
1.3 release. This will include API changes, class deprecating etc etc.
  
+ == Deprecated Classes ==
+ 
+ * All the asynchronous MessageReceivers have been deprecated, since they were 
almost identical copies of their synchronous siblings - more copies of code 
means more places to maintain.  Now asynchrony on the server side is all in one 
place - AbstractMessageReceiver does the job of deciding (based on the 
AbstractMessageReceiver.DO_ASYNC property) whether or not to spin up a thread 
to do the work of invokeBusinessLogic(MessageContext).
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to