Apache CXF API

org.apache.cxf.transport.http
Class ProxyFactory

java.lang.Object
  extended by org.apache.cxf.transport.http.ProxyFactory

public class ProxyFactory
extends Object


Constructor Summary
ProxyFactory()
           
 
Method Summary
 Proxy createProxy(HTTPClientPolicy policy, URL currentUrl)
          This method returns the Proxy server should it be set on the Client Side Policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyFactory

public ProxyFactory()
Method Detail

createProxy

public Proxy createProxy(HTTPClientPolicy policy,
                         URL currentUrl)
This method returns the Proxy server should it be set on the Client Side Policy.

Returns:
The proxy server or null, if not set.

Apache CXF API

Apache CXF