uchicago.src.reflector
Class InvokerFactory

java.lang.Object
  extended by uchicago.src.reflector.InvokerFactory

public class InvokerFactory
extends java.lang.Object

Creates Invoker classes according to the Class type passed in.

Version:
$Revision: 1.5 $ $Date: 2004/11/03 19:51:05 $
Author:
Nick Collier

Constructor Summary
InvokerFactory()
           
 
Method Summary
static Invoker createInvoker(java.lang.Class paramType, java.lang.Object o, java.lang.reflect.Method m, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerFactory

public InvokerFactory()
Method Detail

createInvoker

public static Invoker createInvoker(java.lang.Class paramType,
                                    java.lang.Object o,
                                    java.lang.reflect.Method m,
                                    java.lang.Object value)
                             throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException