Class ThreadLocalCleanupOutInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.syncope.core.rest.cxf.ThreadLocalCleanupOutInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class ThreadLocalCleanupOutInterceptor extends AbstractPhaseInterceptor<Message>
Removes any known thread-local variable.
  • Constructor Details

    • ThreadLocalCleanupOutInterceptor

      public ThreadLocalCleanupOutInterceptor()
  • Method Details

    • handleMessage

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