com.servingxml.util
Class Reflection

java.lang.Object
  extended by com.servingxml.util.Reflection

public class Reflection
extends java.lang.Object


Constructor Summary
Reflection()
           
 
Method Summary
static java.lang.reflect.Method findMethod(java.lang.Class recordClass, java.lang.String methodName, java.lang.Class<?>[] parameterTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection

public Reflection()
Method Detail

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class recordClass,
                                                  java.lang.String methodName,
                                                  java.lang.Class<?>[] parameterTypes)