org.apache.camel
Interface DelegateProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
CatchProcessor, ChildUnitOfWorkProcessor, Delayer, DelayInterceptor, DelayProcessorSupport, DelegateAsyncProcessor, DelegateProcessor, DirectVmProcessor, FatalFallbackErrorHandler, FilterProcessor, HandleFaultInterceptor, InstrumentationProcessor, InterceptEndpointProcessor, LoopProcessor, RouteContextProcessor, RouteInflightRepositoryProcessor, RoutePolicyProcessor, SamplingThrottler, StreamCachingInterceptor, SubUnitOfWorkProcessor, Throttler, TraceInterceptor, UnitOfWorkProcessor, WrapProcessor

public interface DelegateProcessor
extends Processor

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


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

Method Detail

getProcessor

Processor getProcessor()
Returns:
the processor we delegate to


Apache CAMEL