Uses of Class
net.sourceforge.mflow.reflect.ReflectionException

Packages that use ReflectionException
net.sourceforge.mflow.reflect   
 

Uses of ReflectionException in net.sourceforge.mflow.reflect
 

Methods in net.sourceforge.mflow.reflect that throw ReflectionException
static java.lang.Object ReflectionUtil.instantiate(java.lang.String className, java.util.List sigs)
          Attempts to create an instance of a class based on its name and a List of ParamArgPairs.
static java.lang.Object ReflectionUtil.instantiate(java.lang.Class clazz, java.util.List sigs)
          Attempts to create an instance of a Class given a List of ParamArgPairs.
static java.lang.Object ReflectionUtil.invokeMethod(java.lang.Object obj, java.lang.String methodName, java.util.List sigs)
          Attempts to invoke a named method on an arbitrary object, given a List of ParamArgPairs.
 



Copyright © 2002-2004 MFlow Group. All Rights Reserved.