xdoclet.beans
Class Invocation
java.lang.Object
|
+--xdoclet.beans.Invocation
- public class Invocation
- extends Object
This class represents a conmbination of a method, arguments and an object,
making it easy to invoke a method using reflecion.
- Version:
- $Revision: 1.2 $
- Author:
- Aslak Hellesøy
Invocation
public Invocation(MethodDescriptor methodDescriptor,
Object bean,
Object[] args)
invoke
public Object invoke()
throws Exception
Exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2003 XDoclet Team. All Rights Reserved.