org.jboss.resteasy.client.jaxrs.internal.proxy
Class ClientProxy
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
- All Implemented Interfaces:
- InvocationHandler
public class ClientProxy
- extends Object
- implements InvocationHandler
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
ClientProxy
public ClientProxy(Map<Method,MethodInvoker> methodMap)
getClazz
public Class<?> getClazz()
setClazz
public void setClazz(Class<?> clazz)
invoke
public Object invoke(Object o,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.