Class QtafStepMethodInterceptor
java.lang.Object
de.qytera.qtaf.core.guice.method_interceptor.QtafStepMethodInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class QtafStepMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
Method interceptor for methods that are annotated with the Step annotation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QtafStepMethodInterceptor
public QtafStepMethodInterceptor()
-
-
Method Details
-
invoke
This method works as a proxy for methods. Instead of executing the annotated method directly this method will be executed.- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Parameters:
methodInvocation- Invoked method- Returns:
- Method execution result
- Throws:
Throwable- Error
-