|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler | |
---|---|
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 |
Uses of ExceptionHandler in org.apache.camel.impl |
---|
Classes in org.apache.camel.impl that implement ExceptionHandler | |
---|---|
class |
LoggingExceptionHandler
A default implementation of ExceptionHandler which uses a Logger to
log to an arbitrary Log with some LoggingLevel |
Methods in org.apache.camel.impl that return ExceptionHandler | |
---|---|
ExceptionHandler |
DefaultConsumer.getExceptionHandler()
|
ExceptionHandler |
PollingConsumerSupport.getExceptionHandler()
|
ExceptionHandler |
EventDrivenPollingConsumer.getInteruptedExceptionHandler()
|
Methods in org.apache.camel.impl with parameters of type ExceptionHandler | |
---|---|
void |
DefaultConsumer.setExceptionHandler(ExceptionHandler exceptionHandler)
|
void |
PollingConsumerSupport.setExceptionHandler(ExceptionHandler exceptionHandler)
|
void |
EventDrivenPollingConsumer.setInteruptedExceptionHandler(ExceptionHandler interuptedExceptionHandler)
|
Uses of ExceptionHandler in org.apache.camel.processor |
---|
Methods in org.apache.camel.processor that return ExceptionHandler | |
---|---|
ExceptionHandler |
BatchProcessor.getExceptionHandler()
|
ExceptionHandler |
StreamResequencer.getExceptionHandler()
Returns this resequencer's exception handler. |
Methods in org.apache.camel.processor with parameters of type ExceptionHandler | |
---|---|
void |
BatchProcessor.setExceptionHandler(ExceptionHandler exceptionHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |