You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by jo...@apache.org on 2010/02/16 22:53:21 UTC

svn commit: r910711 - in /webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common: XmlRpcHttpRequestConfig.java XmlRpcHttpRequestConfigImpl.java

Author: jochen
Date: Tue Feb 16 21:53:20 2010
New Revision: 910711

URL: http://svn.apache.org/viewvc?rev=910711&view=rev
Log:
Import of the client package cannot be used. Javadoc references must use the fully qualified name to fix this.

Modified:
    webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.java
    webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfigImpl.java

Modified: webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.java
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.java?rev=910711&r1=910710&r2=910711&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.java (original)
+++ webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfig.java Tue Feb 16 21:53:20 2010
@@ -18,12 +18,6 @@
  */
 package org.apache.xmlrpc.common;
 
-import org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcLite14HttpTransport;
-import org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory;
 import org.apache.xmlrpc.common.XmlRpcHttpConfig;
 import org.apache.xmlrpc.common.XmlRpcStreamRequestConfig;
 
@@ -45,23 +39,31 @@
     
     /** Returns the connection timeout in milliseconds. Note, that this value
      * may or may not be used, depending on the transport factory. Transport factories,
-     * which are known to use this value: {@link XmlRpcCommonsTransportFactory},
-     * and {@link XmlRpcSun15HttpTransportFactory}. On the other hand, transport
+     * which are known to use this value:
+     * {@link org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory}.
+     * On the other hand, transport
      * factories which are known <em>not</em> to use this value:
-     * {@link XmlRpcSunHttpTransportFactory}, {@link XmlRpcSun14HttpTransportFactory},
-     * {@link XmlRpcLiteHttpTransportFactory}, and {@link XmlRpcLite14HttpTransport}.
+     * {@link org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcLite14HttpTransport}.
      * 
      * @return connection timeout in milliseconds or 0 if no set
      */
     int getConnectionTimeout();
-    
+
     /** Return the reply timeout in milliseconds.  Note, that this value
      * may or may not be used, depending on the transport factory. Transport factories,
-     * which are known to use this value: {@link XmlRpcCommonsTransportFactory},
-     * and {@link XmlRpcSun15HttpTransportFactory}. On the other hand, transport
+     * which are known to use this value:
+     * {@link org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory}.
+     * On the other hand, transport
      * factories which are known <em>not</em> to use this value:
-     * {@link XmlRpcSunHttpTransportFactory}, {@link XmlRpcSun14HttpTransportFactory},
-     * {@link XmlRpcLiteHttpTransportFactory}, and {@link XmlRpcLite14HttpTransport}.
+     * {@link org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcLite14HttpTransport}.
      * @return reply timeout in milliseconds or 0 if no set
      */
     int getReplyTimeout();

Modified: webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfigImpl.java
URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfigImpl.java?rev=910711&r1=910710&r2=910711&view=diff
==============================================================================
--- webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfigImpl.java (original)
+++ webservices/xmlrpc/trunk/common/src/main/java/org/apache/xmlrpc/common/XmlRpcHttpRequestConfigImpl.java Tue Feb 16 21:53:20 2010
@@ -19,12 +19,6 @@
 package org.apache.xmlrpc.common;
 
 import org.apache.xmlrpc.XmlRpcConfigImpl;
-import org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcLite14HttpTransport;
-import org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory;
-import org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory;
 
 
 /** Default implementation of a request configuration.
@@ -87,11 +81,15 @@
 
     /** Set the connection timeout in milliseconds. Note, that this value
      * may or may not be used, depending on the transport factory. Transport factories,
-     * which are known to use this value: {@link XmlRpcCommonsTransportFactory},
-     * and {@link XmlRpcSun15HttpTransportFactory}. On the other hand, transport
+     * which are known to use this value:
+     * {@link org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory}.
+     * On the other hand, transport
      * factories which are known <em>not</em> to use this value:
-     * {@link XmlRpcSunHttpTransportFactory}, {@link XmlRpcSun14HttpTransportFactory},
-     * {@link XmlRpcLiteHttpTransportFactory}, and {@link XmlRpcLite14HttpTransport}.
+     * {@link org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory}, and
+     * {@link org.apache.xmlrpc.client.XmlRpcLite14HttpTransport}.
      * @param pTimeout connection timeout, 0 to disable it
      */
     public void setConnectionTimeout(int pTimeout) {
@@ -104,11 +102,15 @@
 
     /** Set the reply timeout in milliseconds. Note, that this value
      * may or may not be used, depending on the transport factory. Transport factories,
-     * which are known to use this value: {@link XmlRpcCommonsTransportFactory},
-     * and {@link XmlRpcSun15HttpTransportFactory}. On the other hand, transport
+     * which are known to use this value:
+     * {@link org.apache.xmlrpc.client.XmlRpcCommonsTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcSun15HttpTransportFactory}.
+     * On the other hand, transport
      * factories which are known <em>not</em> to use this value:
-     * {@link XmlRpcSunHttpTransportFactory}, {@link XmlRpcSun14HttpTransportFactory},
-     * {@link XmlRpcLiteHttpTransportFactory}, and {@link XmlRpcLite14HttpTransport}.
+     * {@link org.apache.xmlrpc.client.XmlRpcSunHttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcSun14HttpTransportFactory},
+     * {@link org.apache.xmlrpc.client.XmlRpcLiteHttpTransportFactory},
+     * and {@link org.apache.xmlrpc.client.XmlRpcLite14HttpTransport}.
      * @param pTimeout reply timeout, 0 to disable it
      */
     public void setReplyTimeout(int pTimeout) {