org.apache.cxf.transport.http
Class ProxyFactory
java.lang.Object
org.apache.cxf.transport.http.ProxyFactory
public class ProxyFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyFactory
public ProxyFactory()
createProxy
public Proxy createProxy(HTTPClientPolicy policy,
URI 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