Uses of Class
org.apache.camel.support.ChildServiceSupport

Packages that use ChildServiceSupport
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 ChildServiceSupport in org.apache.camel.impl
 

Subclasses of ChildServiceSupport in org.apache.camel.impl
 class RouteService
          Represents the runtime objects for a given RouteDefinition so that it can be stopped independently of other routes
 

Uses of ChildServiceSupport in org.apache.camel.processor
 

Subclasses of ChildServiceSupport in org.apache.camel.processor
 class DeadLetterChannel
          Implements a Dead Letter Channel after attempting to redeliver the message using the RedeliveryPolicy
 class DefaultErrorHandler
          Default error handler
 class ErrorHandlerSupport
          Support class for ErrorHandler implementations.
 class LoggingErrorHandler
          An ErrorHandler which uses commons-logging to dump the error
 class RedeliveryErrorHandler
          Base redeliverable error handler that also supports a final dead letter queue in case all redelivery attempts fail.
 



Apache Camel