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 by ThreadLocalCleanupOutInterceptor
  • Field Details

  • Constructor Details

    • MDCInInterceptor

      public MDCInInterceptor()
  • Method Details

    • handleMessage

      public void handleMessage(Message message) throws Fault
      Throws:
      Fault