Class ObjectCreateRule.DeferredConstructionCallback

java.lang.Object
org.apache.commons.digester3.ObjectCreateRule.DeferredConstructionCallback
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
Enclosing class:
ObjectCreateRule

private static class ObjectCreateRule.DeferredConstructionCallback extends Object implements net.sf.cglib.proxy.MethodInterceptor
  • Field Details

  • Constructor Details

    • DeferredConstructionCallback

      DeferredConstructionCallback(Constructor<?> constructor, Object[] constructorArgs)
  • Method Details

    • intercept

      public Object intercept(Object obj, Method method, Object[] args, net.sf.cglib.proxy.MethodProxy proxy) throws Throwable
      Specified by:
      intercept in interface net.sf.cglib.proxy.MethodInterceptor
      Throws:
      Throwable
    • establishDelegate

      void establishDelegate() throws Exception
      Throws:
      Exception