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 ru...@apache.org on 2005/09/30 18:12:27 UTC

svn commit: r292799 - /webservices/axis2/trunk/java/xdocs/Axis2ArchitectureGuide.html

Author: ruchithf
Date: Fri Sep 30 09:12:22 2005
New Revision: 292799

URL: http://svn.apache.org/viewcvs?rev=292799&view=rev
Log:
Updated the Axis2ArchitectureGuide.html according to http://marc.theaimsgroup.com/?l=axis-dev&m=112800911726787&w=2 someone will have to update the site

Modified:
    webservices/axis2/trunk/java/xdocs/Axis2ArchitectureGuide.html

Modified: webservices/axis2/trunk/java/xdocs/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/Axis2ArchitectureGuide.html?rev=292799&r1=292798&r2=292799&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/Axis2ArchitectureGuide.html (original)
+++ webservices/axis2/trunk/java/xdocs/Axis2ArchitectureGuide.html Fri Sep 30 09:12:22 2005
@@ -629,7 +629,7 @@
 <h3>One Way Messaging Support</h3>
 
 <p>The One-Way support is provided by the <code>InOnlyMEPClient</code> and
-Axis2 provides a class called <code>Call</code> that provides a much simpler
+Axis2 provides a class called <code>MessageSender</code> that provides a much simpler
 interface for the user. The Axis2 supports HTTP/SMTP and TCP transports, in
 the case of the HTTP transport the return channel is not used and the HTTP
 202 OK is returned in the return Channel.</p>
@@ -638,7 +638,7 @@
 
 <p>The Request-Response support is provided by the
 <code>InOutMEPClient</code> and Axis2 provides a class called
-<code>MessageSender</code> that provides a much simpler interface for the
+<code>Call</code> that provides a much simpler interface for the
 user. The Client API has four ways to configure a given Message Exchange</p>
 <ol>
   <li><p style="margin-bottom: 0in">Blocking or Non-Blocking nature - this