JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel
DelegateProcessor
Contents
Description
Method Summary
Method Details
getProcessor()
Hide sidebar
Show sidebar
Interface DelegateProcessor
All Superinterfaces:
Processor
public interface
DelegateProcessor
extends
Processor
Interface to be used for processors that delegate to the real processor
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Processor
getProcessor
()
Gets the delegated
Processor
.
Methods inherited from interface
Processor
process
Method Details
getProcessor
Processor
getProcessor
()
Gets the delegated
Processor
.
Returns:
the processor we delegate to