Author: sagara
Date: Sat Aug 25 07:53:19 2012
New Revision: 1377231

URL: http://svn.apache.org/viewvc?rev=1377231&view=rev
Log:
AXIS2-5390 - Add some comments to clarify usages. 

Modified:
    
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
    
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java
    
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPClient4TransportSender.java

Modified: 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java?rev=1377231&r1=1377230&r2=1377231&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/CommonsHTTPTransportSender.java
 Sat Aug 25 07:53:19 2012
@@ -50,6 +50,11 @@ import java.util.List;
 import java.util.Map;
 import java.util.zip.GZIPOutputStream;
 
+/**
+ * The Class CommonsHTTPTransportSender use Commons-HTTPclient 3.1. 
Functionality
+ * of this class is identical to HTTPClient4TransportSender and users are 
highly
+ * encouraged to use HTTPClient4TransportSender instead of this.
+ */
 public class CommonsHTTPTransportSender extends AbstractHandler implements 
HTTPTransportSender {
     /**
      * The {@link TransportOutDescription} object received by the call to

Modified: 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java?rev=1377231&r1=1377230&r2=1377231&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient3/HTTPClient3TransportSender.java
 Sat Aug 25 07:53:19 2012
@@ -26,6 +26,10 @@ import org.apache.axis2.transport.http.C
 import org.apache.axis2.transport.http.HTTPTransportConstants;
 import org.apache.axis2.transport.http.HTTPTransportSender;
 
+/**
+ * The Class HTTPClient4TransportSender use Commons-HTTPclient 3.1. Users are 
highly
+ * encouraged to use HTTPClient4TransportSender instead of 
CommonsHTTPTransportSender.
+ */
 public class HTTPClient3TransportSender extends CommonsHTTPTransportSender 
implements
         HTTPTransportSender {
 

Modified: 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPClient4TransportSender.java
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPClient4TransportSender.java?rev=1377231&r1=1377230&r2=1377231&view=diff
==============================================================================
--- 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPClient4TransportSender.java
 (original)
+++ 
axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/impl/httpclient4/HTTPClient4TransportSender.java
 Sat Aug 25 07:53:19 2012
@@ -29,7 +29,9 @@ import org.apache.axis2.transport.http.H
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
-
+/**
+ * The Class HTTPClient4TransportSender use HC HTTPClient 4.X. 
+ */
 public class HTTPClient4TransportSender extends CommonsHTTPTransportSender 
implements
                                                                            
HTTPTransportSender {
 


Reply via email to