Class InterceptorInvocationHandler
java.lang.Object
com.sun.ejb.containers.interceptors.InterceptorInvocationHandler
- All Implemented Interfaces:
com.sun.enterprise.container.common.spi.InterceptorInvoker,InvocationHandler
public final class InterceptorInvocationHandler
extends Object
implements InvocationHandler, com.sun.enterprise.container.common.spi.InterceptorInvoker
- Author:
- Kenneth Saks
-
Constructor Details
-
InterceptorInvocationHandler
public InterceptorInvocationHandler()
-
-
Method Details
-
init
public void init(Object targetInstance, Object[] interceptorInstances, Object clientProxy, InterceptorManager manager) -
getProxy
- Specified by:
getProxyin interfacecom.sun.enterprise.container.common.spi.InterceptorInvoker
-
getTargetInstance
- Specified by:
getTargetInstancein interfacecom.sun.enterprise.container.common.spi.InterceptorInvoker
-
getInterceptorInstances
- Specified by:
getInterceptorInstancesin interfacecom.sun.enterprise.container.common.spi.InterceptorInvoker
-
invokeAroundConstruct
- Specified by:
invokeAroundConstructin interfacecom.sun.enterprise.container.common.spi.InterceptorInvoker- Throws:
Exception
-
invokePostConstruct
- Specified by:
invokePostConstructin interfacecom.sun.enterprise.container.common.spi.InterceptorInvoker- Throws:
Exception
-
invokePreDestroy
- Specified by:
invokePreDestroyin interfacecom.sun.enterprise.container.common.spi.InterceptorInvoker- Throws:
Exception
-
invoke
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
toString
-