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 |
---|---|
static <T> T |
PolicyUtils.Reflection.invoke(Object target,
String methodName,
Class<T> resultClass,
Object... parameters)
Reflectively invokes specified method on the specified target
|
static <T> T |
PolicyUtils.Reflection.invoke(Object target,
String methodName,
Class<T> resultClass,
Object[] parameters,
Class[] parameterTypes)
Reflectively invokes specified method on the specified target
|
Copyright © 2006–2014 Oracle Corporation. All rights reserved.