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) |
sendInvocationListenerEvent
public 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.MethodInterceptor
intercept
in class ObjectInterceptionInvocationHandler
Throwable
Copyright © 2005-2013 Agical AB. All Rights Reserved.