You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/01/10 16:00:53 UTC

svn commit: r367628 - /webservices/axis2/trunk/java/xdocs/0_94/axis2config.html

Author: ruchithf
Date: Tue Jan 10 06:59:51 2006
New Revision: 367628

URL: http://svn.apache.org/viewcvs?rev=367628&view=rev
Log:
Fixed a typo

Modified:
    webservices/axis2/trunk/java/xdocs/0_94/axis2config.html

Modified: webservices/axis2/trunk/java/xdocs/0_94/axis2config.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/axis2config.html?rev=367628&r1=367627&r2=367628&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/axis2config.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/axis2config.html Tue Jan 10 06:59:51 2006
@@ -95,7 +95,7 @@
 </phaseOrder>   
 </pre></source>
 
-The most interesting thing is that you can add handlers here as well , if you want to add a handler which should go in to that phase you can directly do that by adding a handler element into it . In addition to that there is no any hard coding stuffs for handler  chain in anywhere in Axis2 (at any Axis*) , so all theose configuration are alos done here in phase order element. The complete configuration will look like as follows;
+The most interesting thing is that you can add handlers here as well , if you want to add a handler which should go in to that phase you can directly do that by adding a handler element into it . In addition to that there is no any hard coding stuffs for handler  chain in anywhere in Axis2 (at any Axis*) , so all those configuration are also done here in phase order element. The complete configuration will look like as follows;
 
 <source><pre>
 &lt;phaseOrder type="inflow""&gt;