org.jboss.resteasy.client.jaxrs
Class ProxyBuilder<T>

java.lang.Object
  extended by org.jboss.resteasy.client.jaxrs.ProxyBuilder<T>

public class ProxyBuilder<T>
extends Object


Method Summary
 T build()
           
static
<T> ProxyBuilder<T>
builder(Class<T> iface, WebTarget webTarget)
           
 ProxyBuilder<T> classloader(ClassLoader cl)
           
 ProxyBuilder<T> defaultConsumes(MediaType type)
           
 ProxyBuilder<T> defaultConsumes(String type)
           
 ProxyBuilder<T> defaultProduces(MediaType type)
           
 ProxyBuilder<T> defaultProduces(String type)
           
static
<T> T
proxy(Class<T> iface, WebTarget base, ProxyConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

builder

public static <T> ProxyBuilder<T> builder(Class<T> iface,
                                          WebTarget webTarget)

proxy

public static <T> T proxy(Class<T> iface,
                          WebTarget base,
                          ProxyConfig config)

classloader

public ProxyBuilder<T> classloader(ClassLoader cl)

defaultProduces

public ProxyBuilder<T> defaultProduces(MediaType type)

defaultConsumes

public ProxyBuilder<T> defaultConsumes(MediaType type)

defaultProduces

public ProxyBuilder<T> defaultProduces(String type)

defaultConsumes

public ProxyBuilder<T> defaultConsumes(String type)

build

public T build()


Copyright © 2013. All Rights Reserved.