Date: 2005-02-14T21:42:33
   Editor: SrinathPerera
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Architecture
   URL: http://wiki.apache.org/ws/FrontPage/Architecture

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -20,19 +20,8 @@
  1. Client API
 
 == Package Structure ==
- {{{
-       src/java/org/apache/axis/
-                                  core 
-                                      om
-                                      registry
-                                      context
-                                  client
-                                  provider
-                                  handlers  
-                                  encoding                    
-                                  transport  
-                                  management           
- }}}
+ go and have a look at the svn ;) We decide oupon the interfaces in the 
default package and impl in the impl package if there is more than one 
implementation.
+e.g. org.apache.axis.om.XX for interfaces and org.apache.axis.om.impl for 
implementation
 
 == Modules  ==
 
@@ -46,16 +35,15 @@
       * [wiki:/OMProposedArchi OM Architecture Proposal]
       * [wiki:/OMTableModel OM TableModel ]
 
-
-
- * [wiki:/Encoding Encoding]
-
- * [wiki:/WSDL WSDL] 
-
- * [wiki:/Deployment Deployment]
+* [wiki:/Deployment Deployment]
  
  * [wiki:/Client Client Side APIs]
 
  * Build
 
+ * [wiki:/Encoding Encoding] - not supported in M1
+
+ * [wiki:/WSDL WSDL] - only the WOM is supported
+
+ 
 

Reply via email to