org.apache.commons.clazz.reflect
Interface ReflectedOperationIntrospector

All Known Implementing Classes:
ReflectedMethodOperationIntrospector

public interface ReflectedOperationIntrospector

Performs introspection for one kind of operations. In the process of introspection ReflectedClazz invokes ReflectedOperationIntrospectors one after another, discovering operations of one kind at a time.

Version:
$Id: ReflectedOperationIntrospector.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Method Summary
 List introspectOperations(ReflectedClazz clazz, Class javaClass)
          Find methods (and perhaps fields) constituting operations.
 

Method Detail

introspectOperations

List introspectOperations(ReflectedClazz clazz,
                          Class javaClass)
Find methods (and perhaps fields) constituting operations. Create ClazzOperation objects and return them as a list.



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.