Class MllpAuditInterceptorSupport<AuditDatasetType extends MllpAuditDataset>

  • All Implemented Interfaces:
    org.apache.camel.Processor, org.openehealth.ipf.commons.ihe.core.chain.Chainable, AuditInterceptor<AuditDatasetType>, org.openehealth.ipf.platform.camel.ihe.core.Interceptor
    Direct Known Subclasses:
    ConsumerAuditInterceptor, ProducerAuditInterceptor

    public abstract class MllpAuditInterceptorSupport<AuditDatasetType extends MllpAuditDataset>
    extends org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
    implements AuditInterceptor<AuditDatasetType>
    Common audit interceptor support for both consumer and producer side of MLLP endpoints
    Author:
    Christian Ohr
    • Constructor Summary

      Constructors 
      Constructor Description
      MllpAuditInterceptorSupport​(org.openehealth.ipf.commons.audit.AuditContext auditContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(org.apache.camel.Exchange exchange)  
      • Methods inherited from class org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport

        characterSet, getEndpoint, getWrappedProcessor, setEndpoint, setWrappedProcessor
      • Methods inherited from class org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl

        addAfter, addBefore, getAfter, getBefore, getId, setId
      • Methods inherited from interface org.openehealth.ipf.commons.ihe.core.chain.Chainable

        getAfter, getBefore, getId
      • Methods inherited from interface org.openehealth.ipf.platform.camel.ihe.core.Interceptor

        getEndpoint, getEndpoint, getWrappedProcessor, setEndpoint, setWrappedProcessor
    • Constructor Detail

      • MllpAuditInterceptorSupport

        public MllpAuditInterceptorSupport​(org.openehealth.ipf.commons.audit.AuditContext auditContext)
    • Method Detail

      • process

        public void process​(org.apache.camel.Exchange exchange)
                     throws Exception
        Specified by:
        process in interface org.apache.camel.Processor
        Throws:
        Exception