Date: 2004-09-17T10:55:33
   Editor: JonathanColwell <[EMAIL PROTECTED]>
   Wiki: Apache Beehive Wiki
   Page: axis-specific implementation
   URL: http://wiki.apache.org/beehive/axis-specific implementation

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -4,9 +4,11 @@
 
 AxisHook.java - can create an org.apache.axis.description.ServiceDesc from the 
object model's metadata.  This ServiceDesc is used within AXIS to set up a 
running service as well as to generate WSDD and WSDL documents.
 
-AnnotatedJWSHandler.java - a subclass of org.apache.handlers.JWSHandler that 
uses reflection to examine the annotations in a compiled JWS Class.  These 
annotations are then used to configure some portions of the web service.
+AnnotatedJWSHandler.java - a subclass of org.apache.handlers.JWSHandler that 
uses reflection to examine the annotations in a compiled JWS Class.  These 
annotations are then used to configure some portions of the web service.  This 
class may be removed shortly since the DropInDeploymentHandler is a refactored 
version of this functionality, and all future development will occur there.
 
-DeploymentDumper.java - a command-line tool for generating a deployment 
descriptor based on annotations present in the web service source code.  
+DropInDeploymentHandler.java - pretty much the same functionality as the 
AnnotatedJWSHandler but it now subclasses BasicHandler and has its overall 
operation broken up into smaller more manageable pieces.  
+
+DeploymentDumper.java - a command-line tool for generating a deployment 
descriptor based on annotations present in the web service source code.  Since 
the current focus is on the JWS drop-in deployment model, this class may not be 
functioning properly as the AxisHook evolves.
 
 
 == AXIS imports ==

Reply via email to