Uses of Class
org.msgpack.rpc.reflect.InvokerBuilder.ArgumentEntry

Packages that use InvokerBuilder.ArgumentEntry
org.msgpack.rpc.reflect   
 

Uses of InvokerBuilder.ArgumentEntry in org.msgpack.rpc.reflect
 

Methods in org.msgpack.rpc.reflect that return InvokerBuilder.ArgumentEntry
 InvokerBuilder.ArgumentEntry[] ProxyBuilder.MethodEntry.getArgumentEntries()
           
 

Methods in org.msgpack.rpc.reflect with parameters of type InvokerBuilder.ArgumentEntry
 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)
           
 

Constructors in org.msgpack.rpc.reflect with parameters of type InvokerBuilder.ArgumentEntry
InvokerBuilder.ArgumentEntry(InvokerBuilder.ArgumentEntry e)
           
ProxyBuilder.MethodEntry(java.lang.reflect.Method method, java.lang.String rpcName, java.lang.reflect.Type genericReturnType, boolean async, InvokerBuilder.ArgumentEntry[] argumentEntries)
           
 



Copyright © 2010. All Rights Reserved.