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 sa...@apache.org on 2005/10/07 12:10:53 UTC

svn commit: r307068 - /webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java

Author: saminda
Date: Fri Oct  7 03:10:48 2005
New Revision: 307068

URL: http://svn.apache.org/viewcvs?rev=307068&view=rev
Log:
Clean up the unused methods in MEPClient

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

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java?rev=307068&r1=307067&r2=307068&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/clientapi/MEPClient.java Fri Oct  7 03:10:48 2005
@@ -53,14 +53,6 @@
     */
     protected boolean isExceptionToBeThrownOnSOAPFault = true;
 
-//    //TODO try to find a better way to handle the GET
-//    public void setRestThroughPOST(boolean b) {
-//        doRestThroughPOST = b;
-//    }
-
-//    public void setDoREST(boolean b) {
-//        doREST = b;
-//    }
 
     public String getSoapAction() {
         return soapAction;