public class InterfaceInterceptionInvocationHandler extends ObjectInterceptionInvocationHandler implements net.sf.cglib.proxy.MethodInterceptor
| Constructor and Description |
|---|
InterfaceInterceptionInvocationHandler(InvocationHandler invocationHandler,
String id,
Class clazz,
ProxyFactory proxyFactory,
ExpectationsState expectationsState,
InvocationListener invocationListener,
ObjectReferenceRetriever objectReferenceFromStacktrace) |
| Modifier and Type | Method and Description |
|---|---|
Object |
intercept(Object self,
Method invokedMethod,
Object[] arguments,
net.sf.cglib.proxy.MethodProxy baseClassMethod) |
sendInvocationListenerEventpublic InterfaceInterceptionInvocationHandler(InvocationHandler invocationHandler, String id, Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
public Object intercept(Object self, Method invokedMethod, Object[] arguments, net.sf.cglib.proxy.MethodProxy baseClassMethod) throws Throwable
intercept in interface net.sf.cglib.proxy.MethodInterceptorintercept in class ObjectInterceptionInvocationHandlerThrowableCopyright © 2005-2013 Agical AB. All Rights Reserved.