Date: 2004-09-20T17:41:57
   Editor: MichaelMerz <[EMAIL PROTECTED]>
   Wiki: Apache Beehive Wiki
   Page: Jsr181ImplArchitecture
   URL: http://wiki.apache.org/beehive/Jsr181ImplArchitecture

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -59,7 +59,9 @@
 === Processor API ===
 
 The API is intended for applications such as IDEs (e.g. Pollinate, WebLogic 
Workshop, etc.), or Web Service containers (e.g. Axis) that require a direct, 
programmatic interface. The API consists mainly of two interfaces:
+
  a. The WsmAnnotationProcessor, which subclasses the 
TwoPhaseAnnotationProcessor. The TwoPhaseAnnotationProcessor subclasses Sun's 
AnnotationProcessor and splits the process() method into two check() and 
generate() (see control subproject).
+
  b. The AnnotationModel, which provides access to the metadata for a given Web 
service through the method "getModel(<name>)".
 
 === Command Line Interface ===

Reply via email to