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 ch...@apache.org on 2006/09/19 12:39:09 UTC

svn commit: r447803 - in /webservices/axis2/trunk/java/xdocs: 1_0/Axis2ArchitectureGuide.html latest/Axis2ArchitectureGuide.html

Author: chatra
Date: Tue Sep 19 03:39:09 2006
New Revision: 447803

URL: http://svn.apache.org/viewvc?view=rev&rev=447803
Log:
applied patch AXIS2-1174. Thanks Sameera 

Modified:
    webservices/axis2/trunk/java/xdocs/1_0/Axis2ArchitectureGuide.html
    webservices/axis2/trunk/java/xdocs/latest/Axis2ArchitectureGuide.html

Modified: webservices/axis2/trunk/java/xdocs/1_0/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_0/Axis2ArchitectureGuide.html?view=diff&rev=447803&r1=447802&r2=447803
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_0/Axis2ArchitectureGuide.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_0/Axis2ArchitectureGuide.html Tue Sep 19 03:39:09 2006
@@ -409,7 +409,7 @@
     message by looking at various transport headers, add data into message
     context etc.</li>
   <li><strong>Pre-Dispatch Phase</strong>- The main functionality of the
-    handlers are in this phase is to populate message context in order to do
+    handlers in this phase is to populate message context in order to do
     the dispatching. As an example, processing of addressing headers of the
     SOAP message happen in this phase.Addressing handlers extract information
     and put them in to the message context.</li>
@@ -443,7 +443,7 @@
 <a href="#mr">Message Receiver</a> or the Client API implementation.Phases of
 the <em>Out Pipe</em> are described below:
 <ol>
-  <li>Message Initialize Phase - Fist phase of the <em>Out Pipe</em>. Serves
+  <li>Message Initialize Phase - First phase of the <em>Out Pipe</em>. Serves
     as the placeholder for the custom handlers</li>
   <li>User Phases - This executes handlers in user defined phases</li>
   <li>Transports Phase - Execute any transport handlers taken from the

Modified: webservices/axis2/trunk/java/xdocs/latest/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/latest/Axis2ArchitectureGuide.html?view=diff&rev=447803&r1=447802&r2=447803
==============================================================================
--- webservices/axis2/trunk/java/xdocs/latest/Axis2ArchitectureGuide.html (original)
+++ webservices/axis2/trunk/java/xdocs/latest/Axis2ArchitectureGuide.html Tue Sep 19 03:39:09 2006
@@ -409,7 +409,7 @@
     message by looking at various transport headers, add data into message
     context etc.</li>
   <li><strong>Pre-Dispatch Phase</strong>- The main functionality of the
-    handlers are in this phase is to populate message context in order to do
+    handlers in this phase is to populate message context in order to do
     the dispatching. As an example, processing of addressing headers of the
     SOAP message happen in this phase.Addressing handlers extract information
     and put them in to the message context.</li>
@@ -443,7 +443,7 @@
 <a href="#mr">Message Receiver</a> or the Client API implementation.Phases of
 the <em>Out Pipe</em> are described below:
 <ol>
-  <li>Message Initialize Phase - Fist phase of the <em>Out Pipe</em>. Serves
+  <li>Message Initialize Phase - First phase of the <em>Out Pipe</em>. Serves
     as the placeholder for the custom handlers</li>
   <li>User Phases - This executes handlers in user defined phases</li>
   <li>Transports Phase - Execute any transport handlers taken from the



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org