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 Details

    • RestCallMethodInterceptor

      public RestCallMethodInterceptor()
  • Method Details

    • invoke

      public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
      Specified by:
      invoke in interface org.aopalliance.intercept.MethodInterceptor
      Throws:
      Throwable