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>
Populate MDC with sensible information, for the current thread.
MDC is then cleared up by
ThreadLocalCleanupOutInterceptor
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
KEY_EXCHANGE_ID
- See Also:
-
-
Constructor Details
-
MDCInInterceptor
public MDCInInterceptor()
-
-
Method Details
-
handleMessage
- Throws:
Fault
-