Uses of Package
org.apache.camel.processor.interceptor

Packages that use org.apache.camel.processor.interceptor
org.apache.camel.management.mbean Camel management JMX MBeans 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.processor.interceptor Helper classes for interceptors. 
 

Classes in org.apache.camel.processor.interceptor used by org.apache.camel.management.mbean
BacklogDebugger
          A Debugger that has easy debugging functionality which can be used from JMX with ManagedBacklogDebuggerMBean.
BacklogTracer
          A tracer used for message tracing, storing a copy of the message details in a backlog.
TraceEventHandler
          A handler which reacts on trace events.
TraceInterceptor
          An interceptor for debugging and tracing routes
Tracer
          An interceptor strategy for tracing routes
 

Classes in org.apache.camel.processor.interceptor used by org.apache.camel.processor
BacklogDebugger
          A Debugger that has easy debugging functionality which can be used from JMX with ManagedBacklogDebuggerMBean.
BacklogTracer
          A tracer used for message tracing, storing a copy of the message details in a backlog.
DefaultBacklogTracerEventMessage
          An event message holding the traced message by the BacklogTracer.
 

Classes in org.apache.camel.processor.interceptor used by org.apache.camel.processor.interceptor
BacklogDebugger
          A Debugger that has easy debugging functionality which can be used from JMX with ManagedBacklogDebuggerMBean.
BacklogTracer
          A tracer used for message tracing, storing a copy of the message details in a backlog.
DefaultBacklogTracerEventMessage
          An event message holding the traced message by the BacklogTracer.
DefaultTraceFormatter
           
Delayer
          Deprecated. no longer in use, will be removed in next Camel release.
HandleFault
          InterceptStrategy implementation to handle faults as exceptions on a RouteContext
StreamCaching
          Deprecated. no longer in use, will be removed in next Camel release.
TraceEventHandler
          A handler which reacts on trace events.
TraceEventMessage
          A trace event message that contains decomposed information about the traced Exchange at the point of interception.
TraceFormatter
          Formatter to format trace logs when tracing Exchange during routing.
TraceInterceptor
          An interceptor for debugging and tracing routes
TraceInterceptorFactory
          Factory to create the trace interceptor.
Tracer
          An interceptor strategy for tracing routes
 



Apache Camel