org.msgpack.rpc.reflect
Class ProxyBuilder.MethodEntry

java.lang.Object
  extended by org.msgpack.rpc.reflect.ProxyBuilder.MethodEntry
Enclosing class:
ProxyBuilder

public static class ProxyBuilder.MethodEntry
extends java.lang.Object


Constructor Summary
ProxyBuilder.MethodEntry(java.lang.reflect.Method method, java.lang.String rpcName, java.lang.reflect.Type genericReturnType, boolean async, InvokerBuilder.ArgumentEntry[] argumentEntries)
           
 
Method Summary
 InvokerBuilder.ArgumentEntry[] getArgumentEntries()
           
 java.lang.reflect.Type getGenericReturnType()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getRpcName()
           
 boolean isAsync()
           
 boolean isReturnTypeVoid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyBuilder.MethodEntry

public ProxyBuilder.MethodEntry(java.lang.reflect.Method method,
                                java.lang.String rpcName,
                                java.lang.reflect.Type genericReturnType,
                                boolean async,
                                InvokerBuilder.ArgumentEntry[] argumentEntries)
Method Detail

getMethod

public java.lang.reflect.Method getMethod()

getRpcName

public java.lang.String getRpcName()

getGenericReturnType

public java.lang.reflect.Type getGenericReturnType()

isReturnTypeVoid

public boolean isReturnTypeVoid()

isAsync

public boolean isAsync()

getArgumentEntries

public InvokerBuilder.ArgumentEntry[] getArgumentEntries()


Copyright © 2010. All Rights Reserved.