org.jboss.resteasy.client
Class ProxyFactory

java.lang.Object
  extended by org.jboss.resteasy.client.ProxyFactory

public class ProxyFactory
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ProxyFactory()
           
 
Method Summary
static void addInterceptor(ClientInterceptor clientInterceptor)
           
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)
           
static
<T> T
create(java.lang.Class<T> clazz, java.net.URI baseUri, org.apache.commons.httpclient.HttpClient httpClient, ResteasyProviderFactory providerFactory, java.util.Collection<ClientInterceptor> interceptors)
           
 
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)

create

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

addInterceptor

public static void addInterceptor(ClientInterceptor clientInterceptor)


Copyright © 2009. All Rights Reserved.