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 SummaryFields Modifier and Type Field Description protected static StringKEY_EXCHANGE_ID
 - 
Constructor SummaryConstructors Constructor Description MDCInInterceptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(Message message)- 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
- 
- 
- 
Field Detail- 
KEY_EXCHANGE_IDprotected static final String KEY_EXCHANGE_ID - See Also:
- Constant Field Values
 
 
- 
 
-