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 di...@apache.org on 2005/12/02 05:38:33 UTC

svn commit: r351581 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java

Author: dims
Date: Thu Dec  1 20:38:30 2005
New Revision: 351581

URL: http://svn.apache.org/viewcvs?rev=351581&view=rev
Log:
GC


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

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java?rev=351581&r1=351580&r2=351581&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/client/Stub.java Thu Dec  1 20:38:30 2005
@@ -47,12 +47,10 @@
     protected static AxisService _service;
     protected ServiceContext _serviceContext;
     protected EndpointReference toEPR;
-
-    //Default SOAP version is 11
     protected ArrayList modules = new ArrayList();
 
     protected Options _clientOptions;
-               protected boolean useSeparateListener;
+    protected boolean useSeparateListener;
     protected String listenerTransport =Constants.TRANSPORT_HTTP ;
 
     public void engageModule(String moduleName) {
@@ -70,15 +68,6 @@
 
     protected Stub() {
     }
-
-//    /**
-//     * Sets the soap version.
-//     * @param soapVersion
-//     */
-//    public void setSOAPVersion(int soapVersion){
-//        this.soapVersion = soapVersion;
-//    }
-
 
     public void _setSessionInfo(String key, Object value) throws java.lang.Exception {
         if (!_maintainSession) {