Package org.apache.commons.digester3
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 java.lang.Object implements net.sf.cglib.proxy.MethodInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.reflect.Constructor<?>
constructor
(package private) java.lang.Object[]
constructorArgs
(package private) java.lang.Object
delegate
(package private) java.util.ArrayList<RecordedInvocation>
invocations
-
Constructor Summary
Constructors Constructor Description DeferredConstructionCallback(java.lang.reflect.Constructor<?> constructor, java.lang.Object[] constructorArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
establishDelegate()
java.lang.Object
intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.proxy.MethodProxy proxy)
-
-
-
Field Detail
-
constructor
java.lang.reflect.Constructor<?> constructor
-
constructorArgs
java.lang.Object[] constructorArgs
-
invocations
java.util.ArrayList<RecordedInvocation> invocations
-
delegate
java.lang.Object delegate
-
-
Method Detail
-
intercept
public java.lang.Object intercept(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.proxy.MethodProxy proxy) throws java.lang.Throwable
- Specified by:
intercept
in interfacenet.sf.cglib.proxy.MethodInterceptor
- Throws:
java.lang.Throwable
-
establishDelegate
void establishDelegate() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-