Package com.sun.ejb.containers
Class InvocationHandlerUtil
java.lang.Object
com.sun.ejb.containers.InvocationHandlerUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectinvokeJavaObjectMethod(InvocationHandler handler, Method method, Object[] args) static booleanisDeclaredException(Throwable t, Class[] declaredExceptions) static voidthrowLocalException(Throwable t, Class[] declaredExceptions) static voidthrowRemoteException(Throwable t, Class[] declaredExceptions)
-
Method Details