public class ServiceContextAdvice extends ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
ServiceContextAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasServiceContextParameter(java.lang.reflect.Method method) |
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected boolean |
pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation) |
afterReturning, afterThrowing, before, duringFinally, setNextMethodInterceptor, setServiceBeanAopCacheManagerpublic java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws java.lang.Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorinvoke in class ChainableMethodAdvicejava.lang.Throwableprotected boolean hasServiceContextParameter(java.lang.reflect.Method method)
protected boolean pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation)