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 ru...@apache.org on 2006/01/10 11:58:00 UTC

svn commit: r367567 - in /webservices/axis2/trunk/java/xdocs: 0_93/migration.html 0_94/migration.html

Author: ruchithf
Date: Tue Jan 10 02:57:54 2006
New Revision: 367567

URL: http://svn.apache.org/viewcvs?rev=367567&view=rev
Log:
s/service.xml/services.xml/g

Modified:
    webservices/axis2/trunk/java/xdocs/0_93/migration.html
    webservices/axis2/trunk/java/xdocs/0_94/migration.html

Modified: webservices/axis2/trunk/java/xdocs/0_93/migration.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_93/migration.html?rev=367567&r1=367566&r2=367567&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_93/migration.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_93/migration.html Tue Jan 10 02:57:54 2006
@@ -120,9 +120,9 @@
 brain behind manipulating handlers.</p>
 
 <p>When a service is called through a handler, it is just a matter of giving
-reference to the module that includes the handler in the service.xml. Apart
+reference to the module that includes the handler in the services.xml. Apart
 from that a handler can be directly called to a particular service, via
-service.xml, no module is needed, and several handlers can be invoked when
+services.xml, no module is needed, and several handlers can be invoked when
 the handlers are registered with the proper phases.</p>
 
 <p>Services are hot deployable in Axis2 and dynamic, but Modules. This is one

Modified: webservices/axis2/trunk/java/xdocs/0_94/migration.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/migration.html?rev=367567&r1=367566&r2=367567&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/migration.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/migration.html Tue Jan 10 02:57:54 2006
@@ -120,9 +120,9 @@
 brain behind manipulating handlers.</p>
 
 <p>When a service is called through a handler, it is just a matter of giving
-reference to the module that includes the handler in the service.xml. Apart
+reference to the module that includes the handler in the services.xml. Apart
 from that a handler can be directly called to a particular service, via
-service.xml, no module is needed, and several handlers can be invoked when
+services.xml, no module is needed, and several handlers can be invoked when
 the handlers are registered with the proper phases.</p>
 
 <p>Services are hot deployable in Axis2 and dynamic, but Modules. This is one