org.apache.commons.clazz.reflect.common
Class ReflectedMethodOperation
java.lang.Object
org.apache.commons.clazz.common.ClazzElementSupport
org.apache.commons.clazz.common.ClazzFeatureSupport
org.apache.commons.clazz.reflect.common.ReflectedMethodFeatureSupport
org.apache.commons.clazz.reflect.common.ReflectedMethodOperation
- All Implemented Interfaces:
- org.apache.commons.clazz.ClazzElement, org.apache.commons.clazz.ClazzFeature, org.apache.commons.clazz.ClazzOperation
- public class ReflectedMethodOperation
- extends ReflectedMethodFeatureSupport
- implements org.apache.commons.clazz.ClazzOperation
A ClazzOperation that is a wrapper for a java method.
- Version:
- $Id: ReflectedMethodOperation.java,v 1.4 2004/02/19 23:58:39 scolebourne Exp $
- Author:
- Dmitri Plotnikov
| Methods inherited from interface org.apache.commons.clazz.ClazzOperation |
getName, getParameterClazzes, getReturnClazz, getSignature |
| Methods inherited from interface org.apache.commons.clazz.ClazzFeature |
getDeclaringClazz |
| Methods inherited from interface org.apache.commons.clazz.ClazzElement |
getAttribute, getAttributes |
ReflectedMethodOperation
public ReflectedMethodOperation(org.apache.commons.clazz.Clazz declaringClazz,
Method method)
- Constructor for ReflectedMethodOperation.
invoke
public Object invoke(Object target,
Object[] parameters)
- Specified by:
invoke in interface org.apache.commons.clazz.ClazzOperation
- See Also:
ClazzOperation.invoke(Object, Object[])
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.