org.msgpack.rpc.reflect
Class ReflectionProxyBuilder

java.lang.Object
  extended by org.msgpack.rpc.reflect.ProxyBuilder
      extended by org.msgpack.rpc.reflect.ReflectionProxyBuilder

public class ReflectionProxyBuilder
extends ProxyBuilder


Nested Class Summary
 class ReflectionProxyBuilder.ReflectionHandler
           
 class ReflectionProxyBuilder.ReflectionProxy<T>
           
 
Nested classes/interfaces inherited from class org.msgpack.rpc.reflect.ProxyBuilder
ProxyBuilder.MethodEntry
 
Constructor Summary
ReflectionProxyBuilder()
           
 
Method Summary
<T> Proxy<T>
buildProxy(java.lang.Class<T> iface, ProxyBuilder.MethodEntry[] entries)
           
static ReflectionProxyBuilder getInstance()
           
 
Methods inherited from class org.msgpack.rpc.reflect.ProxyBuilder
build, buildProxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionProxyBuilder

public ReflectionProxyBuilder()
Method Detail

getInstance

public static ReflectionProxyBuilder getInstance()

buildProxy

public <T> Proxy<T> buildProxy(java.lang.Class<T> iface,
                               ProxyBuilder.MethodEntry[] entries)
Specified by:
buildProxy in class ProxyBuilder


Copyright © 2010. All Rights Reserved.