public class MethodLookupAction extends GetDeclaredMethodAction implements PrivilegedExceptionAction<Method>
methodName, parameterTypes
javaClass
Constructor and Description |
---|
MethodLookupAction(Class<?> javaClass,
String methodName,
Class<?>[] parameterTypes) |
public Method run() throws NoSuchMethodException
run
in interface PrivilegedExceptionAction<Method>
run
in class GetDeclaredMethodAction
NoSuchMethodException
Copyright © 2013 Seam Framework. All rights reserved.