org.msgpack.rpc.reflect
Class Reflect

java.lang.Object
  extended by org.msgpack.rpc.reflect.Reflect

public class Reflect
extends java.lang.Object


Method Summary
static Invoker reflectInvoker(java.lang.reflect.Method method)
           
static
<T> Proxy<T>
reflectProxy(java.lang.Class<T> iface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reflectProxy

public static <T> Proxy<T> reflectProxy(java.lang.Class<T> iface)

reflectInvoker

public static Invoker reflectInvoker(java.lang.reflect.Method method)


Copyright © 2010. All Rights Reserved.