public class ServiceContextAdvice extends ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager| Constructor and Description |
|---|
ServiceContextAdvice() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasServiceContextParameter(Method method)
Deprecated.
As of 7.0.0, with no direct replacement
|
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
protected boolean |
pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
As of 7.0.0, with no direct replacement
|
afterReturning, afterThrowing, before, duringFinally, setNextMethodInterceptor, setServiceBeanAopCacheManagerpublic Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorinvoke in class ChainableMethodAdviceThrowable@Deprecated protected boolean hasServiceContextParameter(Method method)
@Deprecated protected boolean pushServiceContext(org.aopalliance.intercept.MethodInvocation methodInvocation)