public class ServiceContextAdvice extends ChainableMethodAdvice
nullResult
Constructor and Description |
---|
ServiceContextAdvice() |
Modifier and Type | Method and Description |
---|---|
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
Object |
invoke(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
afterReturning, afterThrowing, before, duringFinally
public Object invoke(AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
invoke
in class ChainableMethodAdvice
Throwable
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext
in class ChainableMethodAdvice