Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.core |
Modifier and Type | Method and Description |
---|---|
static <T> ClientInvoker |
ProxyFactory.createClientInvoker(java.lang.Class<T> clazz,
java.lang.reflect.Method method,
java.net.URI baseUri,
ProxyConfig config)
Deprecated.
|
static <T> T |
ProxyBuilder.createProxy(java.lang.Class<T> iface,
java.net.URI baseUri,
ProxyConfig config)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ProxyConfig |
ClientProxy.config |
(package private) ProxyConfig |
SubResourceInvoker.config |
Constructor and Description |
---|
ClientInvoker(java.net.URI baseUri,
java.lang.Class declaring,
java.lang.reflect.Method method,
ProxyConfig config) |
ClientProxy(java.util.Map<java.lang.reflect.Method,MethodInvoker> methodMap,
java.net.URI base,
ProxyConfig config) |
SubResourceInvoker(java.net.URI uri,
java.lang.reflect.Method method,
ProxyConfig config) |