Uses of Interface
org.msgpack.rpc.reflect.Invoker

Packages that use Invoker
org.msgpack.rpc.dispatcher   
org.msgpack.rpc.reflect   
 

Uses of Invoker in org.msgpack.rpc.dispatcher
 

Fields in org.msgpack.rpc.dispatcher with type parameters of type Invoker
protected  java.util.Map<java.lang.String,Invoker> MethodDispatcher.methodMap
           
 

Uses of Invoker in org.msgpack.rpc.reflect
 

Methods in org.msgpack.rpc.reflect that return Invoker
static Invoker InvokerBuilder.build(java.lang.reflect.Method targetMethod)
           
static Invoker InvokerBuilder.build(java.lang.reflect.Method targetMethod, org.msgpack.template.FieldOption implicitOption)
           
 Invoker InvokerBuilder.buildInvoker(java.lang.reflect.Method targetMethod)
           
 Invoker InvokerBuilder.buildInvoker(java.lang.reflect.Method targetMethod, org.msgpack.template.FieldOption implicitOption)
           
 Invoker ReflectionInvokerBuilder.buildInvoker(java.lang.reflect.Method targetMethod, InvokerBuilder.ArgumentEntry[] entries, boolean async)
           
abstract  Invoker InvokerBuilder.buildInvoker(java.lang.reflect.Method targetMethod, InvokerBuilder.ArgumentEntry[] entries, boolean async)
           
static Invoker Reflect.reflectInvoker(java.lang.reflect.Method method)
           
 



Copyright © 2010. All Rights Reserved.