org.apache.commons.clazz.reflect.common
Class ReflectedMethodOperationIntrospector

java.lang.Object
  extended by 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 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Constructor Summary
ReflectedMethodOperationIntrospector()
           
 
Method Summary
 List introspectOperations(ReflectedClazz clazz, Class javaClass)
          Find methods (and perhaps fields) constituting operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectedMethodOperationIntrospector

public ReflectedMethodOperationIntrospector()
Method Detail

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 © 2001-2010 The Apache Software Foundation. All Rights Reserved.