Class SchemesOwnershipCheckerInterceptor

java.lang.Object
it.uniroma2.art.semanticturkey.user.SchemesOwnershipCheckerInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class SchemesOwnershipCheckerInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
  • Constructor Details

    • SchemesOwnershipCheckerInterceptor

      public SchemesOwnershipCheckerInterceptor(STServiceContext stServiceContext)
  • Method Details

    • invoke

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