org.eclipse.swordfish.internal.resolver.backend.base.impl
Class HttpClientProxy

java.lang.Object
  extended by org.eclipse.swordfish.internal.resolver.backend.base.AbstractProxy
      extended by org.eclipse.swordfish.internal.resolver.backend.base.impl.HttpClientProxy
All Implemented Interfaces:
RegistryProxy

public class HttpClientProxy
extends AbstractProxy


Constructor Summary
HttpClientProxy()
           
 
Method Summary
 org.apache.commons.httpclient.HttpClient getClient()
           
 void setClient(org.apache.commons.httpclient.HttpClient client)
           
 
Methods inherited from class org.eclipse.swordfish.internal.resolver.backend.base.AbstractProxy
get, post
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientProxy

public HttpClientProxy()
Method Detail

getClient

public org.apache.commons.httpclient.HttpClient getClient()

setClient

public void setClient(org.apache.commons.httpclient.HttpClient client)