|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.camel.processor | |
---|---|
org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
org.apache.camel.component.dataset | A DataSet Endpoint for testing of endpoints using defined DataSets |
org.apache.camel.component.log | The Log Component uses Jakarta Commons Logging to log message exchanges. |
org.apache.camel.impl | Default implementation classes for Camel Core |
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. |
Classes in org.apache.camel.processor used by org.apache.camel.builder | |
---|---|
ErrorHandler
An interface used to represent an error handler |
|
Logger
A Processor which just logs to a Log object which can be used
as an exception handler instead of using a dead letter queue. |
|
RedeliveryPolicy
The policy used to decide how many times to redeliver and the time between the redeliveries before being sent to a Dead Letter Channel |
Classes in org.apache.camel.processor used by org.apache.camel.component.dataset | |
---|---|
ThroughputLogger
A logger for logging message throughput. |
Classes in org.apache.camel.processor used by org.apache.camel.component.log | |
---|---|
Logger
A Processor which just logs to a Log object which can be used
as an exception handler instead of using a dead letter queue. |
Classes in org.apache.camel.processor used by org.apache.camel.impl | |
---|---|
Logger
A Processor which just logs to a Log object which can be used
as an exception handler instead of using a dead letter queue. |
Classes in org.apache.camel.processor used by org.apache.camel.management | |
---|---|
DelegateProcessor
A Delegate pattern which delegates processing to a nested processor which can be useful for implementation inheritance when writing an Policy |
Classes in org.apache.camel.processor used by org.apache.camel.model | |
---|---|
Aggregator
An implementation of the Aggregator pattern where a batch of messages are processed (up to a maximum amount or until some timeout is reached) and messages for the same correlation key are combined together using some kind of AggregationStrategy
(by default the latest message is used) to compress many message exchanges
into a smaller number of exchanges. |
|
CatchProcessor
A processor which catches exceptions. |
|
FilterProcessor
The processor which implements the Message Filter EIP pattern. |
|
RedeliveryPolicy
The policy used to decide how many times to redeliver and the time between the redeliveries before being sent to a Dead Letter Channel |
|
Resequencer
An implementation of the Resequencer which can reorder messages within a batch. |
|
StreamResequencer
A resequencer that re-orders a (continuous) stream of Exchange s. |
Classes in org.apache.camel.processor used by org.apache.camel.processor | |
---|---|
BatchProcessor
A base class for any kind of Processor which implements some kind of batch processing. |
|
CatchProcessor
A processor which catches exceptions. |
|
DelayProcessorSupport
A useful base class for any processor which provides some kind of throttling or delayed processing |
|
DelegateProcessor
A Delegate pattern which delegates processing to a nested processor which can be useful for implementation inheritance when writing an Policy |
|
ErrorHandler
An interface used to represent an error handler |
|
ErrorHandlerSupport
Support class for ErrorHandler implementations. |
|
FilterProcessor
The processor which implements the Message Filter EIP pattern. |
|
Logger
A Processor which just logs to a Log object which can be used
as an exception handler instead of using a dead letter queue. |
|
MulticastProcessor
Implements the Multicast pattern to send a message exchange to a number of endpoints, each endpoint receiving a copy of the message exchange. |
|
RedeliveryErrorHandler
Base redeliverable error handler that also suppors a final dead letter queue in case all redelivery attempts fail. |
|
RedeliveryErrorHandler.RedeliveryData
|
|
RedeliveryPolicy
The policy used to decide how many times to redeliver and the time between the redeliveries before being sent to a Dead Letter Channel |
|
SendProcessor
Processor for forwarding exchanges to an endpoint destination. |
|
Throttler.TimeSlot
|
|
Traceable
Traceable processors allowing easeir tracing using constructed labels to help identify the processor and where its defined in the route model. |
|
TryProcessor
Implements try/catch/finally type processing |
Classes in org.apache.camel.processor used by org.apache.camel.processor.interceptor | |
---|---|
DelayProcessorSupport
A useful base class for any processor which provides some kind of throttling or delayed processing |
|
DelegateProcessor
A Delegate pattern which delegates processing to a nested processor which can be useful for implementation inheritance when writing an Policy |
|
Logger
A Processor which just logs to a Log object which can be used
as an exception handler instead of using a dead letter queue. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |