public class ProducerOutPayloadLoggerInterceptor extends AbstractMllpInterceptor
Members of MllpPayloadLoggerBase are mixed into this class.
ORIGINAL_MESSAGE_ADAPTER_HEADER_NAME, ORIGINAL_MESSAGE_STRING_HEADER_NAME| Constructor and Description |
|---|
ProducerOutPayloadLoggerInterceptor(String fileNamePattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess() |
int |
getErrorCountLimit() |
String |
getFileNamePattern() |
boolean |
isLocallyEnabled() |
void |
logPayload(org.apache.camel.Exchange exchange,
boolean useOutMessage) |
void |
process(org.apache.camel.Exchange exchange) |
void |
resetErrorCount() |
void |
setErrorCountLimit(int errorCountLimit) |
void |
setFileNamePattern(String fileNamePattern) |
void |
setLocallyEnabled(boolean locallyEnabled) |
getMllpEndpointcharacterSet, getConfigurationHolder, getHl7v2TransactionConfiguration, getNakFactory, getWrappedProcessor, setConfigurationHolder, setWrappedProcessoraddAfter, addBefore, getAfter, getBefore, getId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationHolder, getWrappedProcessor, setConfigurationHolder, setWrappedProcessorpublic ProducerOutPayloadLoggerInterceptor(String fileNamePattern)
public void logPayload(org.apache.camel.Exchange exchange,
boolean useOutMessage)
throws Exception
Exceptionpublic boolean canProcess()
public void resetErrorCount()
public boolean isLocallyEnabled()
public void setLocallyEnabled(boolean locallyEnabled)
public String getFileNamePattern()
public void setFileNamePattern(String fileNamePattern)
public int getErrorCountLimit()
public void setErrorCountLimit(int errorCountLimit)
Copyright © 2015 Open eHealth Foundation. All rights reserved.