You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2006/05/04 12:24:15 UTC

svn commit: r399649 - in /webservices/axis2/trunk/java/xdocs/1_0: index.html userguide4.html

Author: chatra
Date: Thu May  4 03:24:10 2006
New Revision: 399649

URL: http://svn.apache.org/viewcvs?rev=399649&view=rev
Log:
made minor changes

Modified:
    webservices/axis2/trunk/java/xdocs/1_0/index.html
    webservices/axis2/trunk/java/xdocs/1_0/userguide4.html

Modified: webservices/axis2/trunk/java/xdocs/1_0/index.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/1_0/index.html?rev=399649&r1=399648&r2=399649&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_0/index.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_0/index.html Thu May  4 03:24:10 2006
@@ -115,7 +115,7 @@
     </tr>
     <tr>
       <td><a href="api/index.html">Online Java Docs</a></td>
-      <td></td>
+      <td>Java API documentation</td>
     </tr>
     <tr>
       <td><a href="adb/adb-howto.html">ADB How-to</a></td>

Modified: webservices/axis2/trunk/java/xdocs/1_0/userguide4.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/1_0/userguide4.html?rev=399649&r1=399648&r2=399649&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_0/userguide4.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_0/userguide4.html Thu May  4 03:24:10 2006
@@ -146,17 +146,16 @@
 
 <p>As it can be seen there are four phases defined in this "module.xml"</p>
 <ol>
-  <li>inflow               - Represents the handler chain that will run when
-    a message is coming in. </li>
-  <li><p style="margin-bottom: 0in">outflow             - Represents the
-    handler chain that will run when the message is going out. </p>
+  <li>inflow - Represents the handler chain that will run when a message is
+    coming in. </li>
+  <li><p style="margin-bottom: 0in">outflow - Represents the handler chain
+    that will run when the message is going out. </p>
   </li>
-  <li><p style="margin-bottom: 0in">Outfaultflow      - Represents the
-    handler chain that will run when there is a fault and the fault is going
-    out </p>
+  <li><p style="margin-bottom: 0in">Outfaultflow - Represents the handler
+    chain that will run when there is a fault and the fault is going out </p>
   </li>
-  <li><p>INfaultflow       - Represents the handler chain that will run when
-    there is a fault and the fault is coming in </p>
+  <li><p>INfaultflow - Represents the handler chain that will run when there
+    is a fault and the fault is coming in </p>
   </li>
 </ol>