Class CMISTransactionAwareHolderInterceptor

java.lang.Object
org.alfresco.opencmis.CMISTransactionAwareHolderInterceptor
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class CMISTransactionAwareHolderInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
The interceptor wraps Holder class in TransactionAwareHolder. This is designed specifically for CMIS Service.
Author:
alex.mukha
  • Constructor Details

    • CMISTransactionAwareHolderInterceptor

      public CMISTransactionAwareHolderInterceptor()
  • Method Details

    • invoke

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