Package com.plumtree.openfoundation.reflect

Cross-platform interfaces allowing reflective construction of objects and invocation of methods.

See:
          Description

Class Summary
XPConstructor XPConstructor corresponds to java.lang.reflect.Constructor class.
XPField Describes a field on a type.
XPMethod This class corresponds to java.lang.reflect.Method.
XPReflect Helper class to access java.lang.reflect.Method.invoke() or System.Reflection.MethodInfo.Invoke() methods.
 

Exception Summary
XPIllegalAccessException This class corresponds to java.lang.IllegalAccessException.
XPInvocationTargetException A checked exception that wraps an exception thrown by an invoked method or constructor.
XPNoSuchMethodException This exception is thrown when a particular method cannot be found.
 

Package com.plumtree.openfoundation.reflect Description

Cross-platform interfaces allowing reflective construction of objects and invocation of methods.



Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.