Class 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 Detail

      • CMISTransactionAwareHolderInterceptor

        public CMISTransactionAwareHolderInterceptor()
    • Method Detail

      • invoke

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