Uses of Class
org.apache.camel.processor.DelegateProcessor

Packages that use DelegateProcessor
org.apache.camel.management Camel JMX export services. 
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. 
 

Uses of DelegateProcessor in org.apache.camel.management
 

Subclasses of DelegateProcessor in org.apache.camel.management
 class InstrumentationProcessor
          JMX enabled processor that uses the Counter for instrumenting processing of exchanges.
 

Uses of DelegateProcessor in org.apache.camel.processor
 

Subclasses of DelegateProcessor in org.apache.camel.processor
 class CatchProcessor
          A processor which catches exceptions.
 class Delayer
          A Delayer which delays processing the exchange until the correct amount of time has elapsed using an expression to determine the delivery time.
 class DelayProcessorSupport
          A useful base class for any processor which provides some kind of throttling or delayed processing
 class FilterProcessor
          The processor which implements the Message Filter EIP pattern.
 class InterceptEndpointProcessor
          Endpoint intercept processor so we know the processor is supposed to intercept an andpoint.
 class LoopProcessor
          The processor which sends messages in a loop.
 class ThreadsProcessor
          Threads processor that leverage a thread pool for processing exchanges.
 class Throttler
          A Throttler will set a limit on the maximum number of message exchanges which can be sent to a processor within a specific time period.
 class TransformProcessor
          A processor which sets the body on the OUT message with an expression
 class UnitOfWorkProcessor
          Handles calling the UnitOfWork.done() method when processing of an exchange is complete.
 

Uses of DelegateProcessor in org.apache.camel.processor.interceptor
 

Subclasses of DelegateProcessor in org.apache.camel.processor.interceptor
 class DelayInterceptor
          An interceptor for delaying routes.
 class HandleFaultInterceptor
           
 class StreamCachingInterceptor
          DelegateProcessor that converts a message into a re-readable format
 class TraceInterceptor
          An interceptor for debugging and tracing routes
 



Apache CAMEL