Class WsPayloadLoggerBase
java.lang.Object
org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase<org.openehealth.ipf.commons.ihe.ws.cxf.payload.WsPayloadLoggerBase.WsPayloadLoggingContext>
org.openehealth.ipf.commons.ihe.ws.cxf.payload.WsPayloadLoggerBase
public class WsPayloadLoggerBase
extends PayloadLoggerBase<org.openehealth.ipf.commons.ihe.ws.cxf.payload.WsPayloadLoggerBase.WsPayloadLoggingContext>
Base class for CXF interceptors which store incoming and outgoing HTTP payload
into files with user-defined name patterns.
It introduces an additional parameter available in SPEL file name expressions:
- partialResponse — returns
true
, when the message under consideration is a WS-Addressing partial response.
- 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
Methods inherited from class org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase
canProcess, doLogPayload, getErrorCountLimit, getExpressionResolver, getNextSequenceId, isEnabled, resetErrorCount, setEnabled, setErrorCountLimit, setExpressionResolver
-
Constructor Details
-
WsPayloadLoggerBase
public WsPayloadLoggerBase()
-
-
Method Details
-
logPayload
-