org.resteasy.plugins.client.httpclient
Class ProxyFactory

java.lang.Object
  extended by org.resteasy.plugins.client.httpclient.ProxyFactory

public class ProxyFactory
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ProxyFactory()
           
 
Method Summary
static
<T> T
create(java.lang.Class<T> clazz, java.lang.String base)
           
static
<T> T
create(java.lang.Class<T> clazz, java.lang.String base, org.apache.commons.httpclient.HttpClient client)
           
static
<T> T
create(java.lang.Class<T> clazz, java.net.URI baseUri, org.apache.commons.httpclient.HttpClient httpClient, ResteasyProviderFactory providerFactory)
           
 
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

create

public static <T> T create(java.lang.Class<T> clazz,
                           java.lang.String base)

create

public static <T> T create(java.lang.Class<T> clazz,
                           java.lang.String base,
                           org.apache.commons.httpclient.HttpClient client)

create

public static <T> T create(java.lang.Class<T> clazz,
                           java.net.URI baseUri,
                           org.apache.commons.httpclient.HttpClient httpClient,
                           ResteasyProviderFactory providerFactory)


Copyright © 2008. All Rights Reserved.