com.sun.xml.wss.impl.misc
Class ReflectionUtil
java.lang.Object
com.sun.xml.wss.impl.misc.ReflectionUtil
public class ReflectionUtil
- extends java.lang.Object
Reflection utilities wrapper
|
Method Summary |
static
|
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
|
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtil
public ReflectionUtil()
invoke
public static <T> T invoke(java.lang.Object target,
java.lang.String methodName,
java.lang.Class<T> resultClass,
java.lang.Object... parameters)
throws XWSSecurityRuntimeException
- Reflectively invokes specified method on the specified target
- Throws:
XWSSecurityRuntimeException
invoke
public static <T> T invoke(java.lang.Object target,
java.lang.String methodName,
java.lang.Class<T> resultClass,
java.lang.Object[] parameters,
java.lang.Class[] parameterTypes)
throws XWSSecurityRuntimeException
- Reflectively invokes specified method on the specified target
- Throws:
XWSSecurityRuntimeException
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.