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 2006/05/04 20:40:40 UTC

svn commit: r399812 - /webservices/axis2/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimpleWebService.html

Author: ruchithf
Date: Thu May  4 11:40:40 2006
New Revision: 399812

URL: http://svn.apache.org/viewcvs?rev=399812&view=rev
Log:
Fixing typos

Modified:
    webservices/axis2/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimpleWebService.html

Modified: webservices/axis2/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimpleWebService.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimpleWebService.html?rev=399812&r1=399811&r2=399812&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimpleWebService.html (original)
+++ webservices/axis2/trunk/java/modules/samples/xdocs/amazonQS/AmazonSimpleWebService.html Thu May  4 11:40:40 2006
@@ -16,7 +16,7 @@
 <p>Description of the operations is available at 
   <a href="http://webservices.amazon.com/AWSSimpleQueueService/AWSSimpleQueueService.wsdl" target="_blank">http://webservices.amazon.com/AWSSimpleQueueService/AWSSimpleQueueService.wsdl</a></p>
 <h3><strong>  Getting Started</strong></h3>
-<p>  The users who need to get the web services out of this queue need to be registered with the amazon.com, as a developer. (For this perticular example a key has been obtained from Amazon and via property file it has called to OMElement). Once being registered, a subscription Id will be given. This key has to be used with your code to get the required web services. 
+<p>  The users who need to get the web services out of this queue need to be registered with the amazon.com, as a developer. (For this particular example a key has been obtained from Amazon and via property file it has called to OMElement). Once being registered, a subscription Id will be given. This key has to be used with your code to get the required web services. 
 
 
  The key that is being obtained, should be incorporated to the key.properties file, which is located at ${user.dir}\modules\samples\properties</p>
@@ -43,7 +43,7 @@
 <p>  OMElement for relevant operations are carried out by CreateQueue, DeleteQueue, Enqueue and Read classes. 
   Event Listener for IN operations is carried by ListenersIn and OUT operations ListenersOut classes.
   Separate threads are created by RunnableXXX classes. Extended classes from Callback handled by SimpleQueueXXXCallbackHandler classes.</p>
-<p>Once a event is generted by AmazonSimpleQueueServiceXX class, the event is handled by ListnersXX class. The listener classs has references to RunnableXXX class, which is carried out the Axis2-M2 exceution code. </p>
+<p>Once a event is generated by AmazonSimpleQueueServiceXX class, the event is handled by ListnersXX class. The listener classs has references to RunnableXXX class, which is carried out the Axis2-M2 execution code. </p>
 <p> Once an event is generated by AmazonSimpleQueueServiceXX class, the event is handled by ListnersXX class. The listener class has a reference to RunnableXXX class, which contains the Axis2-M2 execution code. RunnableXXX class has references to classes that support OMElement, which is needed as references to invokeNonBlocking(String, OMElement,Callback) method and SimpleQueueXXXCallbackHandler classes. Once the onComplete() method executes, the response is send back to GUI's response handling components. Figure below shows the schematic architecture of the sample. </p>
 <p> 
 <img src="AmazonSimpleWebService_clip_image002.gif" width="579" height="321"><br>
@@ -73,4 +73,4 @@
 </p>
 <hr/>
 </body>
-</html>
\ No newline at end of file
+</html>