public class ConsumerInPayloadLoggerInterceptor extends org.openehealth.ipf.platform.camel.ihe.core.InterceptorSupport<MllpEndpoint<?,?,?>>
MllpPayloadLoggerBase are mixed into this class.| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerInPayloadLoggerInterceptor.Factory |
| Constructor and Description |
|---|
ConsumerInPayloadLoggerInterceptor(org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver resolver)
Instantiation, explicitly using a ExpressionResolver instance
|
ConsumerInPayloadLoggerInterceptor(String fileNamePattern)
Instantiation, implicitly using a
SpringExpressionResolver |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProcess() |
int |
getErrorCountLimit() |
org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver |
getExpressionResolver() |
boolean |
isEnabled() |
boolean |
isLocallyEnabled()
Deprecated.
|
void |
logPayload(org.apache.camel.Exchange exchange,
boolean useOutMessage) |
void |
process(org.apache.camel.Exchange exchange) |
void |
resetErrorCount() |
void |
setEnabled(boolean enabled) |
void |
setErrorCountLimit(int errorCountLimit) |
void |
setExpressionResolver(org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver resolver) |
void |
setLocallyEnabled(boolean locallyEnabled)
Deprecated.
|
characterSet, getEndpoint, getWrappedProcessor, setEndpoint, setWrappedProcessoraddAfter, addBefore, getAfter, getBefore, getId, setIdpublic ConsumerInPayloadLoggerInterceptor(String fileNamePattern)
SpringExpressionResolverfileNamePattern - file name patternpublic ConsumerInPayloadLoggerInterceptor(org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver resolver)
resolver - ExpressionResolver instance@Generated(value="lombok") public void logPayload(org.apache.camel.Exchange exchange, boolean useOutMessage)
@Generated(value="lombok") public boolean canProcess()
@Generated(value="lombok") public void resetErrorCount()
@Generated(value="lombok") public boolean isEnabled()
@Generated(value="lombok") public void setEnabled(boolean enabled)
@Deprecated @Generated(value="lombok") public boolean isLocallyEnabled()
@Deprecated @Generated(value="lombok") public void setLocallyEnabled(boolean locallyEnabled)
@Generated(value="lombok") public int getErrorCountLimit()
@Generated(value="lombok") public void setErrorCountLimit(int errorCountLimit)
@Generated(value="lombok") public org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver getExpressionResolver()
@Generated(value="lombok") public void setExpressionResolver(org.openehealth.ipf.commons.ihe.core.payload.ExpressionResolver resolver)
Copyright © 2018 Open eHealth Foundation. All rights reserved.