Package org.jboss.resteasy.client.core
Class ClientProxy
java.lang.Object
org.jboss.resteasy.client.core.ClientProxy
- All Implemented Interfaces:
InvocationHandler
- Version:
- $Revision: 1 $
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final URI
private Class<?>
private final ProxyConfig
private Map<Method,
MethodInvoker> -
Constructor Summary
ConstructorsConstructorDescriptionClientProxy
(Map<Method, MethodInvoker> methodMap, URI base, ProxyConfig config) -
Method Summary
-
Field Details
-
methodMap
-
clazz
-
base
-
config
-
-
Constructor Details
-
ClientProxy
-
-
Method Details