Class RestCallMethodInterceptor
java.lang.Object
de.qytera.qtaf.apitesting.interceptors.RestCallMethodInterceptor
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
public class RestCallMethodInterceptor
extends Object
implements org.aopalliance.intercept.MethodInterceptor
This class intercepts methods that are annotated with a RestCall annotation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RestCallMethodInterceptor
public RestCallMethodInterceptor()
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceorg.aopalliance.intercept.MethodInterceptor- Throws:
Throwable
-