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

Constructor Summary
Invocation(MethodDescriptor methodDescriptor, Object bean, Object[] args)
           
 
Method Summary
 Object invoke()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invocation

public Invocation(MethodDescriptor methodDescriptor,
                  Object bean,
                  Object[] args)
Method Detail

invoke

public Object invoke()
              throws Exception
Exception

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.