Class HistoryMetadataInterceptor

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

public class HistoryMetadataInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
An AOP Alliance MethodInterceptor implementation that manages history-relevant metadata related to Semantic Turkey service operations.
Author:
Manuel Fiorelli
  • Constructor Details

    • HistoryMetadataInterceptor

      public HistoryMetadataInterceptor(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