Interface InterceptorInvoker


public interface InterceptorInvoker
  • Method Details

    • getProxy

      Object getProxy()
    • getTargetInstance

      Object getTargetInstance()
    • getInterceptorInstances

      Object[] getInterceptorInstances()
    • invokeAroundConstruct

      void invokeAroundConstruct() throws Exception
      Throws:
      Exception
    • invokePostConstruct

      void invokePostConstruct() throws Exception
      Throws:
      Exception
    • invokePreDestroy

      void invokePreDestroy() throws Exception
      Throws:
      Exception