org.msgpack.rpc.reflect
Class MethodSelector

java.lang.Object
  extended by org.msgpack.rpc.reflect.MethodSelector

public class MethodSelector
extends java.lang.Object


Constructor Summary
MethodSelector()
           
 
Method Summary
static boolean isRpcClientMethod(java.lang.reflect.Method method)
           
static boolean isRpcServerMethod(java.lang.reflect.Method method)
           
static java.lang.reflect.Method[] selectRpcClientMethod(java.lang.Class<?> iface)
           
static java.lang.reflect.Method[] selectRpcServerMethod(java.lang.Class<?> iface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSelector

public MethodSelector()
Method Detail

selectRpcServerMethod

public static java.lang.reflect.Method[] selectRpcServerMethod(java.lang.Class<?> iface)

selectRpcClientMethod

public static java.lang.reflect.Method[] selectRpcClientMethod(java.lang.Class<?> iface)

isRpcServerMethod

public static boolean isRpcServerMethod(java.lang.reflect.Method method)

isRpcClientMethod

public static boolean isRpcClientMethod(java.lang.reflect.Method method)


Copyright © 2010. All Rights Reserved.