Class 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 Detail

      • InterceptorInvocationHandler

        public InterceptorInvocationHandler()
    • Method Detail

      • getProxy

        public Object getProxy()
        Specified by:
        getProxy in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
      • getTargetInstance

        public Object getTargetInstance()
        Specified by:
        getTargetInstance in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
      • getInterceptorInstances

        public Object[] getInterceptorInstances()
        Specified by:
        getInterceptorInstances in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
      • invokeAroundConstruct

        public void invokeAroundConstruct()
                                   throws Exception
        Specified by:
        invokeAroundConstruct in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
        Throws:
        Exception
      • invokePostConstruct

        public void invokePostConstruct()
                                 throws Exception
        Specified by:
        invokePostConstruct in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
        Throws:
        Exception
      • invokePreDestroy

        public void invokePreDestroy()
                              throws Exception
        Specified by:
        invokePreDestroy in interface com.sun.enterprise.container.common.spi.InterceptorInvoker
        Throws:
        Exception