|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegateProcessor | |
---|---|
org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
org.apache.camel.impl.converter | Default implementation classes the Type Conversion Strategies |
org.apache.camel.management | Camel JMX export services. |
org.apache.camel.model | The JAXB POJOs for the XML Configuration of the routing rules. |
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.builder |
---|
Methods in org.apache.camel.builder with parameters of type DelegateProcessor | |
---|---|
RouteBuilder |
RouteBuilder.intercept(DelegateProcessor interceptor)
Adds the given interceptor to this route |
Uses of DelegateProcessor in org.apache.camel.impl.converter |
---|
Subclasses of DelegateProcessor in org.apache.camel.impl.converter | |
---|---|
static class |
AsyncProcessorTypeConverter.ProcessorToAsynProcessorBridge
|
Uses of DelegateProcessor in org.apache.camel.management |
---|
Subclasses of DelegateProcessor in org.apache.camel.management | |
---|---|
class |
InstrumentationProcessor
|
Uses of DelegateProcessor in org.apache.camel.model |
---|
Methods in org.apache.camel.model that return DelegateProcessor | |
---|---|
DelegateProcessor |
InterceptorRef.createInterceptor(RouteContext routeContext)
|
abstract DelegateProcessor |
InterceptorType.createInterceptor(RouteContext routeContext)
|
DelegateProcessor |
InterceptorRef.getInterceptor()
Get the underlying DelegateProcessor implementation |
Methods in org.apache.camel.model with parameters of type DelegateProcessor | |
---|---|
RoutesType |
RoutesType.intercept(DelegateProcessor interceptor)
|
Type |
ProcessorType.intercept(DelegateProcessor interceptor)
|
Constructors in org.apache.camel.model with parameters of type DelegateProcessor | |
---|---|
InterceptorRef(DelegateProcessor interceptor)
|
Uses of DelegateProcessor in org.apache.camel.processor |
---|
Subclasses of DelegateProcessor in org.apache.camel.processor | |
---|---|
class |
CatchProcessor
|
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
|
class |
HandleFaultProcessor
|
class |
Interceptor
An interceptor which provides the processing logic as a pluggable processor which allows the proceed(Exchange) method to be called at some point |
class |
SetHeaderProcessor
A processor which sets the header on the IN message |
class |
StreamResequencer
A resequencer that re-orders a (continuous) stream of Exchange s. |
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 |
Uses of DelegateProcessor in org.apache.camel.processor.interceptor |
---|
Subclasses of DelegateProcessor in org.apache.camel.processor.interceptor | |
---|---|
class |
StreamCachingInterceptor
Interceptor that converts a message into a re-readable format |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |