Package org.apache.camel.processor.interceptor

Helper classes for interceptors.

See:
          Description

Interface Summary
TraceEventMessage A trace event message that contains decomposited information about the traced Exchange at the point of interception.
TraceFormatter Formatter to format trace logs when tracing Exchange during routing.
 

Class Summary
DefaultTraceEventMessage Default TraceEventMessage.
DefaultTraceFormatter  
Delayer An interceptor strategy for delaying routes.
DelayInterceptor An interceptor for delaying routes.
HandleFault InterceptStrategy implementation to handle faults as exceptions on a RouteContext
HandleFaultInterceptor  
StreamCaching InterceptStrategy implementation to configure stream caching on a RouteContext
StreamCachingInterceptor DelegateProcessor that converts a message into a re-readable format
TraceInterceptor An interceptor for debugging and tracing routes
Tracer An interceptor strategy for tracing routes
 

Package org.apache.camel.processor.interceptor Description

Helper classes for interceptors.



Apache CAMEL