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.impl Default implementation classes for Camel Core 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of RouteBuilder in org.apache.camel.builder
 

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.impl
 

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

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

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

Method parameters in org.apache.camel.impl 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)
          Advices this route with the route builder.
 



Apache CAMEL