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 sa...@apache.org on 2006/01/05 06:17:23 UTC

svn commit: r366085 - /webservices/axis2/trunk/java/xdocs/http-transport.html

Author: saminda
Date: Wed Jan  4 21:17:18 2006
New Revision: 366085

URL: http://svn.apache.org/viewcvs?rev=366085&view=rev
Log:
Updated docs 

Modified:
    webservices/axis2/trunk/java/xdocs/http-transport.html

Modified: webservices/axis2/trunk/java/xdocs/http-transport.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/http-transport.html?rev=366085&r1=366084&r2=366085&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/http-transport.html (original)
+++ webservices/axis2/trunk/java/xdocs/http-transport.html Wed Jan  4 21:17:18 2006
@@ -99,7 +99,7 @@
 Options options = new Options();
 ....
 
-HttpTransportProperties.ProxyProperties proxyProperties = new HttpTransportProperties.ProxyProperties();
+HttpTransportProperties.ProxyProperties proxyProperties = new HttpTransportProperties.new ProxyProperties();
 proxyProperties.setProxyHostName(....);
 proxyProperties.setProxyPort(...);
 ...