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(Class<T> clazz,
Method method,
URI baseUri,
ProxyConfig config)
Deprecated.
|
static <T> T |
ProxyBuilder.createProxy(Class<T> iface,
URI baseUri,
ProxyConfig config)
Deprecated.
|
Constructor and Description |
---|
ClientInvoker(URI baseUri,
Class declaring,
Method method,
ProxyConfig config) |
ClientProxy(Map<Method,MethodInvoker> methodMap,
URI base,
ProxyConfig config) |
SubResourceInvoker(URI uri,
Method method,
ProxyConfig config) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.