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
- partialResponse — returns
-
-
Field Summary
-
Fields inherited from class org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase
PROPERTY_CONSOLE, PROPERTY_DISABLED, SEQUENCE_ID_PROPERTY_NAME
-
-
Constructor Summary
Constructors Constructor Description WsPayloadLoggerBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
logPayload(Message message)
-
Methods inherited from class org.openehealth.ipf.commons.ihe.core.payload.PayloadLoggerBase
canProcess, doLogPayload, getErrorCountLimit, getExpressionResolver, getNextSequenceId, isEnabled, resetErrorCount, setEnabled, setErrorCountLimit, setExpressionResolver
-
-
-
-
Method Detail
-
logPayload
public void logPayload(Message message)
-
-