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 ch...@apache.org on 2005/02/23 07:43:38 UTC

svn commit: r154976 - webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html

Author: chathura
Date: Tue Feb 22 22:43:35 2005
New Revision: 154976

URL: http://svn.apache.org/viewcvs?view=rev&rev=154976
Log:
Removed the WOM builder related code.

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

Modified: webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html?view=diff&r1=154975&r2=154976
==============================================================================
--- webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html (original)
+++ webservices/axis/trunk/java/xdocs/Axis2ArchitectureGuide.html Tue Feb 22 22:43:35 2005
@@ -22,10 +22,10 @@
 described in the next section of this document.</P>
 <OL>
   <LI>Core ( Consisting of the Engine, Engine Registry, Contexts, Handler Framework and Phase 
-  rules)
+  Resolver)
   <LI>Deployment
   <LI>Axis Object Model (AXIOM)
-  <LI>WSDL Object model. <LI>Client API. </LI></OL>
+  <LI>WSDL Object Model. <LI>Client API. </LI></OL>
 <IMG height=568 alt="TotalArch (17K)" 
 src="Axis2ArchitectureGuide_files/TotalArch.png" width=673> 
 <H2>1. Core of Apache Axis2</H2>
@@ -583,17 +583,7 @@
   <LI>WSDL Emitter. 
   <LI>Code Generator. 
   <LI>Code Parser. </LI></UL>
-<H3><A name=_Toc96747295>5.5 WOM Builder Module</A></H3>
-<P>WOM has an external building mechanism and it gets built by an external 
-builder. Since WOM is both WSDL 1.1 and WSDL 2.0 compliant it can get built from 
-an either of the WSDL versions. Currently WSDL1ToWOMBuilder uses the WSDL4J for 
-the WSDL Parsing. In that implementation the WOM gets populated from a WSDL4J 
-object structure. Following is the class diagram of the WOM build mechanism. 
-<BR><BR><IMG height=240 src="Axis2ArchitectureGuide_files/archi014.jpg" 
-width=633 border=0 DESIGNTIMEURL="images/archi014.jpg"><BR><BR>The 
-WSDL2ToWOMBuilder is to be implemented and the WSDL24J is going to be part of 
-this implementation</P>
-<P>
+Above four modules are yet to be implemented / in-progress.
 <H2><A name=_Toc96747296>6. Client API</A></H2>
 <P></P>
 <P>Types of Client programming models that Axis2 support: </P>