| Package | Description |
|---|---|
| com.sun.xml.wss.impl.misc |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ReflectionUtil.invoke(Object target,
String methodName,
Class<T> resultClass,
Object... parameters)
Reflectively invokes specified method on the specified target
|
static <T> T |
ReflectionUtil.invoke(Object target,
String methodName,
Class<T> resultClass,
Object[] parameters,
Class[] parameterTypes)
Reflectively invokes specified method on the specified target
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.