Package | Description |
---|---|
org.apache.camel.component.file |
The File Component for working with file systems.
|
org.apache.camel.component.seda | |
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
org.apache.camel.processor.aggregate |
Helper classes for the Aggregator pattern.
|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
GenericFileOnCompletion.getExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
GenericFileOnCompletion.setExceptionHandler(ExceptionHandler exceptionHandler) |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
SedaConsumer.getExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SedaConsumer.setExceptionHandler(ExceptionHandler exceptionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
BridgeExceptionHandlerToErrorHandler
An
ExceptionHandler that uses the DefaultConsumer to
process the caused exception to send the message into the Camel routing engine
which allows to let the routing engine handle the exception. |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
PollingConsumerSupport.getExceptionHandler() |
ExceptionHandler |
DefaultConsumer.getExceptionHandler() |
ExceptionHandler |
EventDrivenPollingConsumer.getInterruptedExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
PollingConsumerSupport.setExceptionHandler(ExceptionHandler exceptionHandler) |
void |
DefaultConsumer.setExceptionHandler(ExceptionHandler exceptionHandler) |
void |
EventDrivenPollingConsumer.setInterruptedExceptionHandler(ExceptionHandler interruptedExceptionHandler) |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
StreamResequencer.getExceptionHandler()
Returns this resequencer's exception handler.
|
ExceptionHandler |
BatchProcessor.getExceptionHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchProcessor.setExceptionHandler(ExceptionHandler exceptionHandler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
AggregateProcessor.getExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AggregateProcessor.setExceptionHandler(ExceptionHandler exceptionHandler) |
Modifier and Type | Class and Description |
---|---|
class |
LoggingExceptionHandler
A default implementation of
ExceptionHandler which uses a CamelLogger to
log the exception. |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
RoutePolicySupport.getExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
RoutePolicySupport.setExceptionHandler(ExceptionHandler exceptionHandler) |
Apache Camel