public static class InterceptorInvoker.CglibMethodInvoker extends java.lang.Object implements Interceptor
Constructor and Description |
---|
InterceptorInvoker.CglibMethodInvoker() |
Modifier and Type | Method and Description |
---|---|
void |
intercept(InvocationContext invocationContext)
Performs pre and post invocation actions for the target object call.
|
public InterceptorInvoker.CglibMethodInvoker()
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