|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.msgpack.rpc.reflect.MethodSelector
public class MethodSelector
| 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 |
|---|
public MethodSelector()
| Method Detail |
|---|
public static java.lang.reflect.Method[] selectRpcServerMethod(java.lang.Class<?> iface)
public static java.lang.reflect.Method[] selectRpcClientMethod(java.lang.Class<?> iface)
public static boolean isRpcServerMethod(java.lang.reflect.Method method)
public static boolean isRpcClientMethod(java.lang.reflect.Method method)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||