org.webmacro.engine
Class MethodWrapper

java.lang.Object
  extended byorg.webmacro.engine.MethodWrapper

public class MethodWrapper
extends java.lang.Object

Since:
May 24, 2002
Author:
Keats

Constructor Summary
MethodWrapper(java.lang.Object o, java.lang.String methodName)
          Creates a new instance of MethodWrapperMacro
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.Object invoke(java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodWrapper

public MethodWrapper(java.lang.Object o,
                     java.lang.String methodName)
Creates a new instance of MethodWrapperMacro

Method Detail

invoke

public java.lang.Object invoke(java.lang.Object[] args)
                        throws PropertyException
Throws:
PropertyException

getDescription

public java.lang.String getDescription()