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 du...@apache.org on 2001/02/10 05:40:00 UTC

cvs commit: xml-axis/java/src/org/apache/axis/utils Admin.java Debug.java QName.java

dug         01/02/09 20:40:00

  Modified:    .        LICENSE
               java/samples/stock ComInfoService.java GetInfo.java
                        GetQuote.java StockQuoteService.java
               java/src/org/apache/axis AxisFault.java Chain.java
                        Constants.java FaultableHandler.java Handler.java
                        Message.java MessageContext.java SimpleChain.java
                        SimpleTargetedChain.java Supplier.java
               java/src/org/apache/axis/client AdminClient.java
                        EchoClient.java HTTPCall.java HTTPMessage.java
                        TestClient.java TransportRoutingClient.java
               java/src/org/apache/axis/encoding Base64.java
               java/src/org/apache/axis/handlers BasicHandler.java
                        DebugHandler.java EchoHandler.java
                        ErrorHandler.java HTTPDispatchHandler.java
                        LogHandler.java MsgDispatchHandler.java
                        RPCDispatchHandler.java ServiceHandler.java
                        SimpleAuthenticationHandler.java
                        SimpleAuthorizationHandler.java
               java/src/org/apache/axis/message RPCArg.java RPCBody.java
                        SOAPBody.java SOAPEnvelope.java SOAPHeader.java
               java/src/org/apache/axis/registries HandlerRegistry.java
                        SimpleHandlerRegistry.java
                        SimpleServiceRegistry.java
               java/src/org/apache/axis/server SimpleAxisEngine.java
               java/src/org/apache/axis/suppliers FactorySupplier.java
                        SimpleSupplier.java
               java/src/org/apache/axis/transport/http AxisServlet.java
                        HTTPConstants.java
               java/src/org/apache/axis/utils Admin.java Debug.java
                        QName.java
  Log:
  Fixed license to remove IBM
  Made more handlers extend BasicHandler instead of implementing Handler
  directly
  
  Revision  Changes    Path
  1.3       +1 -3      xml-axis/LICENSE
  
  Index: LICENSE
  ===================================================================
  RCS file: /home/cvs/xml-axis/LICENSE,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LICENSE	2001/01/24 14:38:38	1.2
  +++ LICENSE	2001/02/10 04:39:52	1.3
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.3       +1 -3      xml-axis/java/samples/stock/ComInfoService.java
  
  Index: ComInfoService.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/ComInfoService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComInfoService.java	2001/02/09 02:15:14	1.2
  +++ ComInfoService.java	2001/02/10 04:39:52	1.3
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 2001, International
  - * Business Machines, Inc., http://www.apache.org.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +1 -3      xml-axis/java/samples/stock/GetInfo.java
  
  Index: GetInfo.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/GetInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GetInfo.java	2001/01/28 05:12:40	1.1
  +++ GetInfo.java	2001/02/10 04:39:52	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.9       +1 -3      xml-axis/java/samples/stock/GetQuote.java
  
  Index: GetQuote.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/GetQuote.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- GetQuote.java	2001/02/09 02:15:14	1.8
  +++ GetQuote.java	2001/02/10 04:39:52	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/samples/stock/StockQuoteService.java
  
  Index: StockQuoteService.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/samples/stock/StockQuoteService.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- StockQuoteService.java	2001/02/09 02:15:14	1.4
  +++ StockQuoteService.java	2001/02/10 04:39:52	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 2001, International
  - * Business Machines, Inc., http://www.apache.org.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +1 -3      xml-axis/java/src/org/apache/axis/AxisFault.java
  
  Index: AxisFault.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/AxisFault.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AxisFault.java	2001/02/04 13:45:35	1.7
  +++ AxisFault.java	2001/02/10 04:39:53	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/src/org/apache/axis/Chain.java
  
  Index: Chain.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Chain.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Chain.java	2001/01/26 20:54:56	1.4
  +++ Chain.java	2001/02/10 04:39:53	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.3       +1 -3      xml-axis/java/src/org/apache/axis/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Constants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Constants.java	2001/02/08 22:11:53	1.2
  +++ Constants.java	2001/02/10 04:39:53	1.3
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.9       +1 -3      xml-axis/java/src/org/apache/axis/FaultableHandler.java
  
  Index: FaultableHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/FaultableHandler.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- FaultableHandler.java	2001/02/01 22:21:22	1.8
  +++ FaultableHandler.java	2001/02/10 04:39:53	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.7       +1 -3      xml-axis/java/src/org/apache/axis/Handler.java
  
  Index: Handler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Handler.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Handler.java	2001/01/26 20:54:57	1.6
  +++ Handler.java	2001/02/10 04:39:53	1.7
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.9       +1 -3      xml-axis/java/src/org/apache/axis/Message.java
  
  Index: Message.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Message.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Message.java	2001/01/31 19:49:48	1.8
  +++ Message.java	2001/02/10 04:39:53	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.7       +1 -3      xml-axis/java/src/org/apache/axis/MessageContext.java
  
  Index: MessageContext.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/MessageContext.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MessageContext.java	2001/02/08 22:11:55	1.6
  +++ MessageContext.java	2001/02/10 04:39:53	1.7
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +1 -3      xml-axis/java/src/org/apache/axis/SimpleChain.java
  
  Index: SimpleChain.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/SimpleChain.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SimpleChain.java	2001/02/01 22:21:23	1.7
  +++ SimpleChain.java	2001/02/10 04:39:53	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +3 -32     xml-axis/java/src/org/apache/axis/SimpleTargetedChain.java
  
  Index: SimpleTargetedChain.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/SimpleTargetedChain.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SimpleTargetedChain.java	2001/02/01 22:21:23	1.7
  +++ SimpleTargetedChain.java	2001/02/10 04:39:53	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -60,16 +58,16 @@
   import java.util.* ;
   import org.apache.axis.* ;
   import org.apache.axis.utils.* ;
  +import org.apache.axis.handlers.* ;
   
   /**
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class SimpleTargetedChain implements Handler {
  +public class SimpleTargetedChain extends BasicHandler {
     protected Chain      inputChain ;
     protected Handler    pivotHandler ;
     protected Chain      outputChain ;
  -  protected Hashtable  options ;
   
     public void init() { 
       if ( inputChain   != null )   inputChain.init();
  @@ -130,33 +128,6 @@
       return( (inputChain==null)   ? false : inputChain.canHandleBlock(qname) ||
               (pivotHandler==null) ? false : pivotHandler.canHandleBlock(qname) ||
               (outputChain==null)  ? false : outputChain.canHandleBlock(qname) );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
     }
   
     public Chain getInputChain() { return( inputChain ); }
  
  
  
  1.2       +1 -3      xml-axis/java/src/org/apache/axis/Supplier.java
  
  Index: Supplier.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/Supplier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Supplier.java	2001/01/26 19:54:34	1.1
  +++ Supplier.java	2001/02/10 04:39:53	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +1 -3      xml-axis/java/src/org/apache/axis/client/AdminClient.java
  
  Index: AdminClient.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/AdminClient.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AdminClient.java	2001/02/09 02:15:16	1.7
  +++ AdminClient.java	2001/02/10 04:39:54	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.11      +1 -3      xml-axis/java/src/org/apache/axis/client/EchoClient.java
  
  Index: EchoClient.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/EchoClient.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- EchoClient.java	2001/02/08 22:04:18	1.10
  +++ EchoClient.java	2001/02/10 04:39:54	1.11
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +1 -3      xml-axis/java/src/org/apache/axis/client/HTTPCall.java
  
  Index: HTTPCall.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/HTTPCall.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- HTTPCall.java	2001/02/07 13:52:05	1.7
  +++ HTTPCall.java	2001/02/10 04:39:54	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/src/org/apache/axis/client/HTTPMessage.java
  
  Index: HTTPMessage.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/HTTPMessage.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HTTPMessage.java	2001/02/07 13:52:05	1.4
  +++ HTTPMessage.java	2001/02/10 04:39:54	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.6       +1 -3      xml-axis/java/src/org/apache/axis/client/TestClient.java
  
  Index: TestClient.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/TestClient.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestClient.java	2001/01/26 20:55:00	1.5
  +++ TestClient.java	2001/02/10 04:39:54	1.6
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +1 -3      xml-axis/java/src/org/apache/axis/client/TransportRoutingClient.java
  
  Index: TransportRoutingClient.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/TransportRoutingClient.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TransportRoutingClient.java	2001/02/08 22:04:20	1.1
  +++ TransportRoutingClient.java	2001/02/10 04:39:54	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +1 -3      xml-axis/java/src/org/apache/axis/encoding/Base64.java
  
  Index: Base64.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/encoding/Base64.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Base64.java	2001/02/05 22:32:28	1.1
  +++ Base64.java	2001/02/10 04:39:55	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +4 -1      xml-axis/java/src/org/apache/axis/handlers/BasicHandler.java
  
  Index: BasicHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/BasicHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BasicHandler.java	2001/02/08 22:08:05	1.1
  +++ BasicHandler.java	2001/02/10 04:39:55	1.2
  @@ -54,9 +54,10 @@
   
   package org.apache.axis.handlers;
   
  +import java.util.Hashtable;
   import org.apache.axis.*;
   import org.apache.axis.utils.QName;
  -import java.util.Hashtable;
  +import org.apache.axis.utils.Debug;
   
   /** <code>BasicHandler</code> is a utility class which implements simple
    * property setting/getting behavior, and stubs out a lot of the Handler
  @@ -82,6 +83,8 @@
   
       public void undo(MessageContext msgContext)
       {
  +      Debug.Print( 1, "Enter: " + this.getClass().getName() + "::undo" );
  +      Debug.Print( 1, "Exit: " + this.getClass().getName() + "::undo" );
       }
       
       public boolean canHandleBlock(QName qname)
  
  
  
  1.3       +1 -3      xml-axis/java/src/org/apache/axis/handlers/DebugHandler.java
  
  Index: DebugHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/DebugHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DebugHandler.java	2001/02/08 22:08:06	1.2
  +++ DebugHandler.java	2001/02/10 04:39:55	1.3
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.11      +1 -3      xml-axis/java/src/org/apache/axis/handlers/EchoHandler.java
  
  Index: EchoHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/EchoHandler.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- EchoHandler.java	2001/02/08 22:08:07	1.10
  +++ EchoHandler.java	2001/02/10 04:39:55	1.11
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.9       +1 -3      xml-axis/java/src/org/apache/axis/handlers/ErrorHandler.java
  
  Index: ErrorHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/ErrorHandler.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ErrorHandler.java	2001/02/08 22:08:08	1.8
  +++ ErrorHandler.java	2001/02/10 04:39:55	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.10      +2 -46     xml-axis/java/src/org/apache/axis/handlers/HTTPDispatchHandler.java
  
  Index: HTTPDispatchHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/HTTPDispatchHandler.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- HTTPDispatchHandler.java	2001/02/09 02:15:16	1.9
  +++ HTTPDispatchHandler.java	2001/02/10 04:39:55	1.10
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -74,15 +72,7 @@
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class HTTPDispatchHandler implements Handler {
  -  protected Hashtable  options ;
  -
  -  public void init() {
  -  }
  -
  -  public void cleanup() {
  -  }
  -
  +public class HTTPDispatchHandler extends BasicHandler {
     public void invoke(MessageContext msgContext) throws AxisFault {
       Debug.Print( 1, "Enter: HTTPDispatchHandler::invoke" );
       /* Find the service we're invoking so we can grab it's options */
  @@ -204,39 +194,5 @@
         throw (AxisFault) e ;
       } 
       Debug.Print( 1, "Exit: HTTPDispatchHandler::invoke" );
  -  }
  -
  -  public void undo(MessageContext msgContext) { 
  -  }
  -
  -  public boolean canHandleBlock(QName qname) {
  -    return( false );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
     }
   };
  
  
  
  1.9       +3 -44     xml-axis/java/src/org/apache/axis/handlers/LogHandler.java
  
  Index: LogHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/LogHandler.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- LogHandler.java	2001/02/01 22:21:27	1.8
  +++ LogHandler.java	2001/02/10 04:39:55	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -62,20 +60,13 @@
   import java.sql.Time ;
   import org.apache.axis.* ;
   import org.apache.axis.utils.* ;
  +import org.apache.axis.handlers.* ;
   
   /**
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class LogHandler implements Handler {
  -  protected Hashtable  options ;
  -
  -  public void init() {
  -  }
  -
  -  public void cleanup() {
  -  }
  -
  +public class LogHandler extends BasicHandler {
     public void invoke(MessageContext msgContext) throws AxisFault {
       Debug.Print( 1, "Enter: LogHandler::invoke" );
       try {
  @@ -116,36 +107,4 @@
       }
       Debug.Print( 1, "Exit: LogHandler::undo" );
     }
  -
  -  public boolean canHandleBlock(QName qname) {
  -    return( false );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
  -  }
  -
   };
  
  
  
  1.2       +3 -46     xml-axis/java/src/org/apache/axis/handlers/MsgDispatchHandler.java
  
  Index: MsgDispatchHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/MsgDispatchHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MsgDispatchHandler.java	2001/02/01 22:21:27	1.1
  +++ MsgDispatchHandler.java	2001/02/10 04:39:55	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -65,20 +63,13 @@
   import org.apache.axis.* ;
   import org.apache.axis.utils.* ;
   import org.apache.axis.message.* ;
  +import org.apache.axis.handlers.* ;
   
   /**
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class MsgDispatchHandler implements Handler {
  -  public Hashtable  options ;
  -
  -  public void init() {
  -  }
  -
  -  public void cleanup() {
  -  }
  -
  +public class MsgDispatchHandler extends BasicHandler {
     /**
      * This is pretty much a pass-thru to the util.Admin tool.  This will just
      * take the incoming xml file and call the Admin processing.
  @@ -129,38 +120,4 @@
   
       Debug.Print( 1, "Exit: MsgDispatcherHandler::invoke" );
     }
  -
  -  public void undo(MessageContext msgContext) { }
  -
  -  public boolean canHandleBlock(QName qname) {
  -    return( false );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -   public Hashtable getOptions() {
  -     return( options );
  -   }
  - 
  -  public void setOptions(Hashtable opts) {
  -    this.options = opts ;
  -  }
  -
   };
  
  
  
  1.9       +2 -42     xml-axis/java/src/org/apache/axis/handlers/RPCDispatchHandler.java
  
  Index: RPCDispatchHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/RPCDispatchHandler.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RPCDispatchHandler.java	2001/02/01 22:21:27	1.8
  +++ RPCDispatchHandler.java	2001/02/10 04:39:55	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -68,15 +66,7 @@
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class RPCDispatchHandler implements Handler {
  -  protected Hashtable  options ;
  -
  -  public void init() {
  -  }
  -
  -  public void cleanup() {
  -  }
  -
  +public class RPCDispatchHandler extends BasicHandler {
     public void invoke(MessageContext msgContext) throws AxisFault {
       Debug.Print( 1, "Enter: RPCDispatchHandler::invoke" );
   
  @@ -155,34 +145,4 @@
       Debug.Print( 1, "Exit: RPCDispatchHandler::undo" );
     }
   
  -  public boolean canHandleBlock(QName qname) {
  -    return( false );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
  -  }
   };
  
  
  
  1.5       +3 -23     xml-axis/java/src/org/apache/axis/handlers/ServiceHandler.java
  
  Index: ServiceHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/ServiceHandler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ServiceHandler.java	2001/02/09 07:25:26	1.4
  +++ ServiceHandler.java	2001/02/10 04:39:55	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -62,6 +60,7 @@
   import org.apache.axis.* ;
   import org.apache.axis.utils.* ;
   import org.apache.axis.message.* ;
  +import org.apache.axis.handlers.* ;
   
   /**
    * This class is needed so that we have some place to store service specific
  @@ -72,8 +71,7 @@
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class ServiceHandler implements Handler {
  -  protected Hashtable  options ;
  +public class ServiceHandler extends BasicHandler {
     protected Handler    handler ;
   
     public void init() {
  @@ -97,24 +95,6 @@
   
     public boolean canHandleBlock(QName qname) {
       return( handler.canHandleBlock(qname) );
  -  }
  -
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
     }
   
     public void setHandler(Handler h) {
  
  
  
  1.3       +2 -49     xml-axis/java/src/org/apache/axis/handlers/SimpleAuthenticationHandler.java
  
  Index: SimpleAuthenticationHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/SimpleAuthenticationHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleAuthenticationHandler.java	2001/02/07 15:04:38	1.2
  +++ SimpleAuthenticationHandler.java	2001/02/10 04:39:55	1.3
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -73,15 +71,7 @@
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class SimpleAuthenticationHandler implements Handler {
  -  protected Hashtable  options ;
  -
  -  public void init() {
  -  }
  -
  -  public void cleanup() {
  -  }
  -
  +public class SimpleAuthenticationHandler extends BasicHandler {
     public void invoke(MessageContext msgContext) throws AxisFault {
       Debug.Print( 1, "Enter: SimpleAuthenticationHandler::invoke" );
       try {
  @@ -133,41 +123,4 @@
       }
       Debug.Print( 1, "Exit: SimpleAuthenticationHandler::invoke" );
     }
  -
  -  public void undo(MessageContext msgContext) {
  -    Debug.Print( 1, "Enter: SimpleAuthenticationHandler::undo" );
  -    Debug.Print( 1, "Exit: SimpleAuthenticationHandler::undo" );
  -  }
  -
  -  public boolean canHandleBlock(QName qname) {
  -    return( false );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
  -  }
  -
   };
  
  
  
  1.4       +2 -49     xml-axis/java/src/org/apache/axis/handlers/SimpleAuthorizationHandler.java
  
  Index: SimpleAuthorizationHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/handlers/SimpleAuthorizationHandler.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SimpleAuthorizationHandler.java	2001/02/07 15:04:38	1.3
  +++ SimpleAuthorizationHandler.java	2001/02/10 04:39:55	1.4
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -74,15 +72,7 @@
    *
    * @author Doug Davis (dug@us.ibm.com)
    */
  -public class SimpleAuthorizationHandler implements Handler {
  -  protected Hashtable  options ;
  -
  -  public void init() {
  -  }
  -
  -  public void cleanup() {
  -  }
  -
  +public class SimpleAuthorizationHandler extends BasicHandler {
     public void invoke(MessageContext msgContext) throws AxisFault {
       Debug.Print( 1, "Enter: SimpleAuthenticationHandler::invoke" );
       try {
  @@ -134,41 +124,4 @@
       }
       Debug.Print( 1, "Exit: SimpleAuthorizationHandler::invoke" );
     }
  -
  -  public void undo(MessageContext msgContext) {
  -    Debug.Print( 1, "Enter: SimpleAuthorizationHandler::undo" );
  -    Debug.Print( 1, "Exit: SimpleAuthorizationHandler::undo" );
  -  }
  -
  -  public boolean canHandleBlock(QName qname) {
  -    return( false );
  -  }
  -
  -  /**
  -   * Add the given option (name/value) to this handler's bag of options
  -   */
  -  public void addOption(String name, Object value) {
  -    if ( options == null ) options = new Hashtable();
  -    options.put( name, value );
  -  }
  -
  -  /**
  -   * Returns the option corresponding to the 'name' given
  -   */
  -  public Object getOption(String name) {
  -    if ( options == null ) return( null );
  -    return( options.get(name) );
  -  }
  -
  -  /**
  -   * Return the entire list of options
  -   */
  -  public Hashtable getOptions() {
  -    return( options );
  -  }
  -
  -  public void setOptions(Hashtable opts) {
  -    options = opts ;
  -  }
  -
   };
  
  
  
  1.7       +1 -3      xml-axis/java/src/org/apache/axis/message/RPCArg.java
  
  Index: RPCArg.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/message/RPCArg.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- RPCArg.java	2001/02/02 02:53:26	1.6
  +++ RPCArg.java	2001/02/10 04:39:56	1.7
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +1 -3      xml-axis/java/src/org/apache/axis/message/RPCBody.java
  
  Index: RPCBody.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/message/RPCBody.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- RPCBody.java	2001/02/01 22:21:31	1.7
  +++ RPCBody.java	2001/02/10 04:39:56	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.8       +1 -3      xml-axis/java/src/org/apache/axis/message/SOAPBody.java
  
  Index: SOAPBody.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/message/SOAPBody.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SOAPBody.java	2001/02/01 22:21:31	1.7
  +++ SOAPBody.java	2001/02/10 04:39:56	1.8
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.10      +1 -3      xml-axis/java/src/org/apache/axis/message/SOAPEnvelope.java
  
  Index: SOAPEnvelope.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/message/SOAPEnvelope.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- SOAPEnvelope.java	2001/02/07 13:52:05	1.9
  +++ SOAPEnvelope.java	2001/02/10 04:39:57	1.10
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.9       +1 -3      xml-axis/java/src/org/apache/axis/message/SOAPHeader.java
  
  Index: SOAPHeader.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/message/SOAPHeader.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SOAPHeader.java	2001/02/07 13:52:05	1.8
  +++ SOAPHeader.java	2001/02/10 04:39:57	1.9
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/src/org/apache/axis/registries/HandlerRegistry.java
  
  Index: HandlerRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/registries/HandlerRegistry.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- HandlerRegistry.java	2001/01/26 20:55:05	1.4
  +++ HandlerRegistry.java	2001/02/10 04:39:57	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/src/org/apache/axis/registries/SimpleHandlerRegistry.java
  
  Index: SimpleHandlerRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/registries/SimpleHandlerRegistry.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleHandlerRegistry.java	2001/01/26 20:55:06	1.4
  +++ SimpleHandlerRegistry.java	2001/02/10 04:39:57	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/src/org/apache/axis/registries/SimpleServiceRegistry.java
  
  Index: SimpleServiceRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/registries/SimpleServiceRegistry.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleServiceRegistry.java	2001/01/26 20:55:06	1.4
  +++ SimpleServiceRegistry.java	2001/02/10 04:39:58	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.14      +1 -3      xml-axis/java/src/org/apache/axis/server/SimpleAxisEngine.java
  
  Index: SimpleAxisEngine.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/server/SimpleAxisEngine.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- SimpleAxisEngine.java	2001/02/09 07:26:16	1.13
  +++ SimpleAxisEngine.java	2001/02/10 04:39:58	1.14
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +1 -3      xml-axis/java/src/org/apache/axis/suppliers/FactorySupplier.java
  
  Index: FactorySupplier.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/suppliers/FactorySupplier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FactorySupplier.java	2001/01/26 19:55:04	1.1
  +++ FactorySupplier.java	2001/02/10 04:39:58	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +1 -3      xml-axis/java/src/org/apache/axis/suppliers/SimpleSupplier.java
  
  Index: SimpleSupplier.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/suppliers/SimpleSupplier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleSupplier.java	2001/01/26 19:55:03	1.1
  +++ SimpleSupplier.java	2001/02/10 04:39:58	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.3       +1 -3      xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java
  
  Index: AxisServlet.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisServlet.java	2001/02/08 22:12:04	1.2
  +++ AxisServlet.java	2001/02/10 04:39:59	1.3
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.2       +1 -4      xml-axis/java/src/org/apache/axis/transport/http/HTTPConstants.java
  
  Index: HTTPConstants.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/transport/http/HTTPConstants.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HTTPConstants.java	2001/02/07 13:52:06	1.1
  +++ HTTPConstants.java	2001/02/10 04:39:59	1.2
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  @@ -70,4 +68,3 @@
     public static final String HEADER_SOAP_ACTION = "SOAPAction";
     public static final String HEADER_AUTHORIZATION = "Authorization";
   }
  -
  
  
  
  1.11      +1 -3      xml-axis/java/src/org/apache/axis/utils/Admin.java
  
  Index: Admin.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/Admin.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Admin.java	2001/02/06 19:42:50	1.10
  +++ Admin.java	2001/02/10 04:39:59	1.11
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.3       +1 -3      xml-axis/java/src/org/apache/axis/utils/Debug.java
  
  Index: Debug.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/Debug.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Debug.java	2001/02/06 16:16:01	1.2
  +++ Debug.java	2001/02/10 04:39:59	1.3
  @@ -49,9 +49,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  
  
  
  1.5       +1 -3      xml-axis/java/src/org/apache/axis/utils/QName.java
  
  Index: QName.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/QName.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- QName.java	2001/01/26 20:55:09	1.4
  +++ QName.java	2001/02/10 04:39:59	1.5
  @@ -48,9 +48,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 1999, International
  - * Business Machines, Inc., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */