org.resteasy
Class ClientProxy

java.lang.Object
  extended by org.resteasy.ClientProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

public class ClientProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
ClientProxy(java.util.Map<java.lang.reflect.Method,ClientInvoker> methodMap)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object o, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientProxy

public ClientProxy(java.util.Map<java.lang.reflect.Method,ClientInvoker> methodMap)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object o,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2008. All Rights Reserved.