Uses of Interface
org.apache.camel.spi.ExceptionHandler

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 PollingConsumerSupport.getExceptionHandler()
           
 ExceptionHandler DefaultConsumer.getExceptionHandler()
           
 ExceptionHandler EventDrivenPollingConsumer.getInteruptedExceptionHandler()
           
 

Methods in org.apache.camel.impl with parameters of type ExceptionHandler
 void PollingConsumerSupport.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 void DefaultConsumer.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 StreamResequencer.getExceptionHandler()
          Returns this resequencer's exception handler.
 ExceptionHandler BatchProcessor.getExceptionHandler()
           
 

Methods in org.apache.camel.processor with parameters of type ExceptionHandler
 void BatchProcessor.setExceptionHandler(ExceptionHandler exceptionHandler)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.