| Methods in org.globus.mds.webmds that throw ReflectionException |
static Object |
Reflection.call(Class theClass,
String methodName,
Object[] arguments,
Class[] argumentTypes)
|
static Object |
Reflection.call(Class theClass,
String methodName,
Object[] arguments)
|
static Object |
Reflection.call(String className,
String methodName,
Object[] arguments,
Class[] argumentTypes)
|
static Object |
Reflection.call(String className,
String methodName,
Object[] arguments)
|
static Object |
Reflection.invokeMethod(Class theClass,
Method method,
Object[] arguments)
|