org.apache.commons.clazz.reflect.common
Class ReflectedMethodOperationIntrospector
java.lang.Object
org.apache.commons.clazz.reflect.common.ReflectedMethodOperationIntrospector
- All Implemented Interfaces:
- ReflectedOperationIntrospector
- public class ReflectedMethodOperationIntrospector
- extends Object
- implements ReflectedOperationIntrospector
A ReflectedOperationIntrospector that discovers an operation for each public
method of the class.
- Version:
- $Id: ReflectedMethodOperationIntrospector.java,v 1.5 2004/02/19 23:58:39 scolebourne Exp $
- Author:
- Dmitri Plotnikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectedMethodOperationIntrospector
public ReflectedMethodOperationIntrospector()
introspectOperations
public List introspectOperations(ReflectedClazz clazz,
Class javaClass)
- Description copied from interface:
ReflectedOperationIntrospector
- Find methods (and perhaps fields) constituting operations. Create
ClazzOperation objects and return them as a list.
- Specified by:
introspectOperations in interface ReflectedOperationIntrospector
Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.