public class InvokeInterceptor extends Object implements InstanceMethodsAroundInterceptorV2
| Constructor and Description |
|---|
InvokeInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
afterMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
Object ret,
MethodInvocationContext context) |
void |
beforeMethod(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
MethodInvocationContext context) |
void |
handleMethodException(EnhancedInstance objInst,
Method method,
Object[] allArguments,
Class<?>[] argumentsTypes,
Throwable t,
MethodInvocationContext context) |
public void beforeMethod(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, MethodInvocationContext context) throws Throwable
beforeMethod in interface InstanceMethodsAroundInterceptorV2Throwablepublic Object afterMethod(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, Object ret, MethodInvocationContext context) throws Throwable
afterMethod in interface InstanceMethodsAroundInterceptorV2Throwablepublic void handleMethodException(EnhancedInstance objInst, Method method, Object[] allArguments, Class<?>[] argumentsTypes, Throwable t, MethodInvocationContext context)
handleMethodException in interface InstanceMethodsAroundInterceptorV2Copyright © 2021 The Apache Software Foundation. All rights reserved.