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 sa...@apache.org on 2007/07/03 05:58:46 UTC

svn commit: r552658 - /webservices/axis2/trunk/java/xdocs/@axis2_version_dir@/xmlbased-server.html

Author: sandakith
Date: Mon Jul  2 20:58:46 2007
New Revision: 552658

URL: http://svn.apache.org/viewvc?view=rev&rev=552658
Log:
Fixing AXIS2-1527,

Modified:
    webservices/axis2/trunk/java/xdocs/@axis2_version_dir@/xmlbased-server.html

Modified: webservices/axis2/trunk/java/xdocs/@axis2_version_dir@/xmlbased-server.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/%40axis2_version_dir%40/xmlbased-server.html?view=diff&rev=552658&r1=552657&r2=552658
==============================================================================
--- webservices/axis2/trunk/java/xdocs/@axis2_version_dir@/xmlbased-server.html (original)
+++ webservices/axis2/trunk/java/xdocs/@axis2_version_dir@/xmlbased-server.html Mon Jul  2 20:58:46 2007
@@ -58,10 +58,8 @@
 <p>An implementation class has the business logic for the Web service and
 implements the operations provided by the Web service. Unless you have data
 binding, the signature of the methods can have only one parameter of the type
-OMElement.</p>
-
-<p>For more details on OMElement see the <a
-href="http://ws.apache.org/commons/axiom/OMTutorial.html">OM Tutorial</a>.</p>
+OMElement. <i>OM stands for Object Model (also known as AXIOM - AXis Object Model) and refers to the XML infoset model that is initially developed for Apache Axis2. DOM and JDOM are two such XML models conceptually similar to OM as an XML model by its external behavior, but considering the deep down implementation OM is very much different to others. OMElement is the basic representation of the XML infoset element in OM.For more details on OMElement see the <a
+href="http://ws.apache.org/commons/axiom/OMTutorial.html">OM Tutorial</a>.</i></p>
 <pre>public class MyService{
     public void ping(OMElement element){
         // Business Logic     



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