Class MllpAuditInterceptorSupport<AuditDatasetType extends MllpAuditDataset>
java.lang.Object
org.openehealth.ipf.commons.ihe.core.chain.ChainableImpl
org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport
org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.MllpAuditInterceptorSupport<AuditDatasetType>
- All Implemented Interfaces:
Processor
,Chainable
,AuditInterceptor<AuditDatasetType>
,Interceptor
- Direct Known Subclasses:
ConsumerAuditInterceptor
,ProducerAuditInterceptor
public abstract class MllpAuditInterceptorSupport<AuditDatasetType extends MllpAuditDataset>
extends InterceptorSupport
implements AuditInterceptor<AuditDatasetType>
Common audit interceptor support for both consumer and producer side of MLLP endpoints
- Author:
- Christian Ohr
-
Field Summary
Fields inherited from interface org.openehealth.ipf.platform.camel.ihe.atna.interceptor.AuditInterceptor
AUDIT_DATASET_HEADER
-
Constructor Summary
-
Method Summary
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openehealth.ipf.platform.camel.ihe.atna.interceptor.AuditInterceptor
determineParticipantsAddresses, getAuditStrategy
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