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 ru...@apache.org on 2005/11/16 12:17:16 UTC

svn commit: r344982 - in /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi: Call.java Stub.java

Author: ruchithf
Date: Wed Nov 16 03:17:05 2005
New Revision: 344982

URL: http://svn.apache.org/viewcvs?rev=344982&view=rev
Log:
Garbage collecting

Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java?rev=344982&r1=344981&r2=344982&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Call.java Wed Nov 16 03:17:05 2005
@@ -179,7 +179,6 @@
             //if the operation is not alrady define we will copy the
             //crated Phases from the templete operation to the this Operation
 
-//            opDesc = new AxisOperation(new QName(axisOp));
             opDesc = AxisOperationFactory.getAxisOperation(mepURL);
             opDesc.setName(new QName(axisOp));
             opDesc.setRemainingPhasesInFlow(
@@ -209,7 +208,6 @@
             ConfigurationContextFactory efac =
                     new ConfigurationContextFactory();
             sysContext = efac.buildClientConfigurationContext(clientHome);
-            // ListenerManager.configurationContext = sysContext;
         } else {
             sysContext = ListenerManager.configurationContext;
         }

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java?rev=344982&r1=344981&r2=344982&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/Stub.java Wed Nov 16 03:17:05 2005
@@ -104,15 +104,6 @@
     	this.modules.add(moduleName);
     }
     
-//    /**
-//     *
-//     * @param doRest
-//     */
-//    public void setDoREST(boolean doRest) {
-//        this.doRest = doRest;
-//    }
-
-
     /**
      * If _maintainSession is set to True all the calls will use the same
      * ServiceContext and the user can Share information through that