org.msgpack.rpc.reflect
Class ReflectionInvokerBuilder

java.lang.Object
  extended by org.msgpack.rpc.reflect.InvokerBuilder
      extended by org.msgpack.rpc.reflect.ReflectionInvokerBuilder

public class ReflectionInvokerBuilder
extends InvokerBuilder


Nested Class Summary
 
Nested classes/interfaces inherited from class org.msgpack.rpc.reflect.InvokerBuilder
InvokerBuilder.ArgumentEntry
 
Constructor Summary
ReflectionInvokerBuilder()
           
 
Method Summary
 Invoker buildInvoker(java.lang.reflect.Method targetMethod, InvokerBuilder.ArgumentEntry[] entries, boolean async)
           
static ReflectionInvokerBuilder getInstance()
           
 
Methods inherited from class org.msgpack.rpc.reflect.InvokerBuilder
build, build, buildInvoker, buildInvoker
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionInvokerBuilder

public ReflectionInvokerBuilder()
Method Detail

getInstance

public static ReflectionInvokerBuilder getInstance()

buildInvoker

public Invoker buildInvoker(java.lang.reflect.Method targetMethod,
                            InvokerBuilder.ArgumentEntry[] entries,
                            boolean async)
Specified by:
buildInvoker in class InvokerBuilder


Copyright © 2010. All Rights Reserved.