| Package | Description |
|---|---|
| com.sun.xml.ws.policy.privateutil |
This package contains utility classes that are not part of the public Policy API.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static <T> T |
PolicyUtils.Reflection.invoke(java.lang.Object target,
java.lang.String methodName,
java.lang.Class<T> resultClass,
java.lang.Object... parameters)
Reflectively invokes specified method on the specified target
|
static <T> T |
PolicyUtils.Reflection.invoke(java.lang.Object target,
java.lang.String methodName,
java.lang.Class<T> resultClass,
java.lang.Object[] parameters,
java.lang.Class[] parameterTypes)
Reflectively invokes specified method on the specified target
|