org.jboss.resteasy.client.jaxrs
Class ProxyBuilder<T>
java.lang.Object
org.jboss.resteasy.client.jaxrs.ProxyBuilder<T>
public class ProxyBuilder<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.