Author: chamikara
Date: Sat Dec 2 00:21:51 2006
New Revision: 481518
URL: http://svn.apache.org/viewvc?view=rev&rev=481518
Log:
An correction to the userguide
Modified:
webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html
Modified: webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html
URL:
http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html?view=diff&rev=481518&r1=481517&r2=481518
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html
(original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html Sat
Dec 2 00:21:51 2006
@@ -813,12 +813,9 @@
<h3>onError</h3>
-<p>This will be invoked if Sandesha2 receives a fault SOAP message for one of
-the protocol messages it sent. The parameter will be an AxisFault
-representing that fault message. Remember that this will not be invoked for
-faults that occur due to application messages or any other messages that do
-not get originated from Sandesha2. They will not be considered by the
-Sandesha2 system as valid application messages.</p>
+<p>This will be invoked if Sandesha2 receives a fault SOAP message. The
parameter will be an AxisFault
+representing that fault message. this will be specially useful for capturing
the faults that get returned
+due to RM protocol messages, since they do not get returned to the client
code.</p>
<a name="on_timeout" id="on_timeout"></a>
<h3>onTimeOut</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]