You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by az...@apache.org on 2007/05/16 10:03:34 UTC

svn commit: r538466 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java

Author: azeez
Date: Wed May 16 01:03:33 2007
New Revision: 538466

URL: http://svn.apache.org/viewvc?view=rev&rev=538466
Log:
Reverting change. Setting handler classname this way does not work. It always sets the name of the interface

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java?view=diff&rev=538466&r1=538465&r2=538466
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/HandlerDescription.java Wed May 16 01:03:33 2007
@@ -174,7 +174,6 @@
      */
     public void setHandler(Handler handler) {
         this.handler = handler;
-        setClassName(Handler.class.getName());
     }
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org