Package org.apache.syncope.core.rest.cxf
Class MDCInInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.apache.syncope.core.rest.cxf.MDCInInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
public class MDCInInterceptor extends AbstractPhaseInterceptor<Message>
Populate MDC with sensible information, for the current thread. MDC is then cleared up byThreadLocalCleanupOutInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
KEY_EXCHANGE_ID
-
Constructor Summary
Constructors Constructor Description MDCInInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleMessage(Message message)
-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Field Detail
-
KEY_EXCHANGE_ID
protected static final String KEY_EXCHANGE_ID
- See Also:
- Constant Field Values
-
-