T
- @Deprecated public class ProxyBuilder<T> extends Object
Modifier and Type | Method and Description |
---|---|
static <T> ProxyBuilder<T> |
build(Class<T> iface,
String base)
Deprecated.
|
static <T> ProxyBuilder<T> |
build(Class<T> iface,
URI base)
Deprecated.
|
ProxyBuilder<T> |
classloader(ClassLoader cl)
Deprecated.
|
static <T> T |
createProxy(Class<T> iface,
URI baseUri,
ProxyConfig config)
Deprecated.
|
ProxyBuilder<T> |
executor(ClientExecutor exec)
Deprecated.
|
ProxyBuilder<T> |
extractorFactory(EntityExtractorFactory fact)
Deprecated.
|
T |
now()
Deprecated.
|
ProxyBuilder<T> |
providerFactory(ResteasyProviderFactory fact)
Deprecated.
|
ProxyBuilder<T> |
requestAttributes(Map<String,Object> attrs)
Deprecated.
|
ProxyBuilder<T> |
serverConsumes(MediaType type)
Deprecated.
|
ProxyBuilder<T> |
serverMediaType(MediaType type)
Deprecated.
shortcut for serverProduces(type).serverConsumes(type)
|
ProxyBuilder<T> |
serverProduces(MediaType type)
Deprecated.
|
public static <T> ProxyBuilder<T> build(Class<T> iface, URI base)
public static <T> ProxyBuilder<T> build(Class<T> iface, String base)
public ProxyBuilder<T> classloader(ClassLoader cl)
public ProxyBuilder<T> executor(ClientExecutor exec)
public ProxyBuilder<T> providerFactory(ResteasyProviderFactory fact)
public ProxyBuilder<T> extractorFactory(EntityExtractorFactory fact)
public ProxyBuilder<T> serverMediaType(MediaType type)
public ProxyBuilder<T> serverProduces(MediaType type)
public ProxyBuilder<T> serverConsumes(MediaType type)
public ProxyBuilder<T> requestAttributes(Map<String,Object> attrs)
public T now()
public static <T> T createProxy(Class<T> iface, URI baseUri, ProxyConfig config)
Copyright © 2013. All Rights Reserved.