You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2006/11/27 12:42:00 UTC

svn commit: r479595 - /webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html

Author: chamikara
Date: Mon Nov 27 03:42:00 2006
New Revision: 479595

URL: http://svn.apache.org/viewvc?view=rev&rev=479595
Log:
Some minor changed to the user guide

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=479595&r1=479594&r2=479595
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/xdocs/userGuide.html Mon Nov 27 03:42:00 2006
@@ -435,7 +435,7 @@
     normal Axis2 one-way client invocation.</p>
     <ul>
       <li>Engaging Sandesha2 module.
-        <p>  style=""serviceClient.engageModule(new QName ("sandesha2"));</p>
+        <p>serviceClient.engageModule(new QName ("sandesha2"));</p>
       </li>
       <li>Engaging Addressing module
         <p>serviceClient.engageModule(new QName ("addressing"));</p>
@@ -654,7 +654,7 @@
 to add to your client code for creating a sequence is as follows.</p>
 <pre>String sequenceKey = SandeshaClient.createSequence (ServiceClient serviceClient, booleanoffer);</pre>
 
-<p>These is overloaded method of this which takes the sequenceKey from the
+<p>There is an overloaded method of this which takes the sequenceKey from the
 user.</p>
 <pre>SandeshaClient.createSequnce (ServiceClient serviceClient, boolean offer,String sequenceKey);</pre>
 <a name="ack_requests" id="ack_requests"></a>



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