public class ReflectionUtil extends Object
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
invoke(Object target,
String methodName,
Class<T> resultClass,
Object... parameters)
Reflectively invokes specified method on the specified target
|
static <T> T |
invoke(Object target,
String methodName,
Class<T> resultClass,
Object[] parameters,
Class[] parameterTypes)
Reflectively invokes specified method on the specified target
|
public static <T> T invoke(Object target, String methodName, Class<T> resultClass, Object... parameters) throws XWSSecurityRuntimeException
XWSSecurityRuntimeExceptionpublic static <T> T invoke(Object target, String methodName, Class<T> resultClass, Object[] parameters, Class[] parameterTypes) throws XWSSecurityRuntimeException
XWSSecurityRuntimeExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.