org.apache.camel
Interface DelegateProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
CamelInternalProcessor, CatchProcessor, DefaultChannel, Delayer, DelayInterceptor, DelayProcessorSupport, DelegateAsyncProcessor, DelegateProcessor, DelegateSyncProcessor, DirectVmProcessor, FatalFallbackErrorHandler, FilterProcessor, FinallyProcessor, HandleFaultInterceptor, InstrumentationProcessor, InterceptEndpointProcessor, LoopProcessor, SamplingThrottler, StreamCachingInterceptor, Throttler, TraceInterceptor, WrapProcessor

public interface DelegateProcessor
extends Processor

Interface to be used for processors that delegate to the real processor


Method Summary
 Processor getProcessor()
          Gets the delegated Processor.
 
Methods inherited from interface org.apache.camel.Processor
process
 

Method Detail

getProcessor

Processor getProcessor()
Gets the delegated Processor.

Returns:
the processor we delegate to


Apache Camel