|
||||||||||
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.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.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.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 | |
---|---|
void |
ProcessorType.addInterceptor(DelegateProcessor interceptor)
Adds an interceptor around the whole of this nodes processing |
RoutesType |
RoutesType.intercept(DelegateProcessor interceptor)
|
Type |
ProcessorType.intercept(DelegateProcessor interceptor)
Intercepts outputs added to this node in the future (i.e. |
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
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 |
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 |
LoopProcessor
The processor which sends messages in a loop. |
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 |
DebugInterceptor
An interceptor for debugging and tracing routes |
class |
DelayInterceptor
An interceptor for delaying routes. |
class |
StreamCachingInterceptor
Interceptor that converts a message into a re-readable format |
class |
TraceInterceptor
An interceptor for debugging and tracing routes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |