|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.mockejb.interceptor.InterceptorInvoker.CglibMethodInvoker
Calls the object's method using Cglib.
Constructor Summary | |
InterceptorInvoker.CglibMethodInvoker()
|
Method Summary | |
void |
intercept(InvocationContext invocationContext)
Performs pre and post invocation actions for the target object call. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InterceptorInvoker.CglibMethodInvoker()
Method Detail |
public void intercept(InvocationContext invocationContext) throws java.lang.Exception
Interceptor
intercept
in interface Interceptor
invocationContext
- provides the info about this call. Also calls interceptors in
turn according to their order in the chain. invocationContext provides access to the return value
and thrown exceptions of this call.
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |