Class MllpPayloadLoggerBase
java.lang.Object
org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase<PayloadLoggingContext>
org.openehealth.ipf.platform.camel.ihe.mllp.core.intercept.MllpPayloadLoggerBase
Base class for MLLP interceptors which store incoming and outgoing payload
into files with user-defined name patterns.
- Author:
- Dmytro Rud
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase
PROPERTY_CONSOLE, PROPERTY_DISABLED, SEQUENCE_ID_PROPERTY_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logPayload
(Exchange exchange, InteractionId interactionId) Methods inherited from class org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase
canProcess, doLogPayload, getErrorCountLimit, getExpressionResolver, getNextSequenceId, isEnabled, resetErrorCount, setEnabled, setErrorCountLimit, setExpressionResolver
-
Constructor Details
-
MllpPayloadLoggerBase
public MllpPayloadLoggerBase()
-
-
Method Details
-
logPayload
-