Uses of Class
org.apache.camel.builder.RouteBuilder

Packages that use RouteBuilder
org.apache.camel.builder The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers
org.apache.camel.main Application level classes that can be used to instantiate camel. 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of RouteBuilder in org.apache.camel.builder
 

Subclasses of RouteBuilder in org.apache.camel.builder
 class AdviceWithRouteBuilder
          A RouteBuilder which has extended capabilities when using the advice with feature.
 

Methods in org.apache.camel.builder that return RouteBuilder
 RouteBuilder RouteBuilder.errorHandler(ErrorHandlerBuilder errorHandlerBuilder)
          Installs the given error handler builder
 

Uses of RouteBuilder in org.apache.camel.main
 

Fields in org.apache.camel.main with type parameters of type RouteBuilder
protected  List<RouteBuilder> MainSupport.routeBuilders
           
 

Methods in org.apache.camel.main that return types with arguments of type RouteBuilder
 List<RouteBuilder> MainSupport.getRouteBuilders()
           
 

Methods in org.apache.camel.main with parameters of type RouteBuilder
 void MainSupport.addRouteBuilder(RouteBuilder routeBuilder)
           
 

Method parameters in org.apache.camel.main with type arguments of type RouteBuilder
 void MainSupport.setRouteBuilders(List<RouteBuilder> routeBuilders)
           
 

Uses of RouteBuilder in org.apache.camel.model
 

Methods in org.apache.camel.model that return RouteBuilder
 RouteBuilder RouteBuilderDefinition.createRouteBuilder(CamelContext camelContext)
           
 

Methods in org.apache.camel.model with parameters of type RouteBuilder
 RouteDefinition RouteDefinition.adviceWith(CamelContext camelContext, RouteBuilder builder)
          Deprecated. 
 RouteDefinition RouteDefinition.adviceWith(ModelCamelContext camelContext, RouteBuilder builder)
          Advices this route with the route builder.
 



Apache CAMEL