java.lang.Object
com.sun.xml.wss.impl.misc.ReflectionUtil
Reflection utilities wrapper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReflectionUtil
public ReflectionUtil()
-
-
Method Details
-
invoke
public static <T> T invoke(Object target, String methodName, Class<T> resultClass, Object... parameters) throws XWSSecurityRuntimeException Reflectively invokes specified method on the specified target- Throws:
XWSSecurityRuntimeException
-
invoke
public static <T> T invoke(Object target, String methodName, Class<T> resultClass, Object[] parameters, Class[] parameterTypes) throws XWSSecurityRuntimeException Reflectively invokes specified method on the specified target- Throws:
XWSSecurityRuntimeException
-