Package org.apache.camel.processor.interceptor

Helper classes for interceptors.

See:
          Description

Interface Summary
ExchangeFormatter A plugin used to turn an Exchange into a String so it can be logged to a file
 

Class Summary
Breakpoint Deprecated. will be removed in Camel 2.0
Debugger Deprecated. will be removed in Camel 2.0
DebugInterceptor Deprecated. will be removed in Camel 2.0
Delayer An interceptor strategy for delaying routes.
DelayInterceptor An interceptor for delaying routes.
ExceptionEvent Deprecated. will be removed in Camel 2.0
StreamCaching InterceptStrategy implementation to configure stream caching on a RouteContext
StreamCachingInterceptor DelegateProcessor that converts a message into a re-readable format
TraceFormatter  
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