mrcode.duckprxy.impl
Interface MethodUtils.MethodRetrieveStrategy

Enclosing class:
MethodUtils

public static interface MethodUtils.MethodRetrieveStrategy


Method Summary
 java.lang.reflect.Method getMethod(java.lang.String name, java.lang.Class<?>[] parameterTypes)
           
 

Method Detail

getMethod

java.lang.reflect.Method getMethod(java.lang.String name,
                                   java.lang.Class<?>[] parameterTypes)
                                   throws java.lang.SecurityException,
                                          java.lang.NoSuchMethodException
Throws:
java.lang.SecurityException
java.lang.NoSuchMethodException


Copyright © 2008. All Rights Reserved.