Uses of Class
org.apache.camel.model.RoutesDefinition

Packages that use RoutesDefinition
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
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 
 

Uses of RoutesDefinition in org.apache.camel
 

Methods in org.apache.camel that return RoutesDefinition
 RoutesDefinition CamelContext.loadRoutesDefinition(InputStream is)
          Loads a collection of route definitions from the given InputStream.
 

Uses of RoutesDefinition in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return RoutesDefinition
 RoutesDefinition RouteBuilder.configureRoutes(CamelContext context)
          Configures the routes
 RoutesDefinition RouteBuilder.getRouteCollection()
           
 

Methods in org.apache.camel.builder with parameters of type RoutesDefinition
 void RouteBuilder.setRouteCollection(RoutesDefinition routeCollection)
           
 

Uses of RoutesDefinition in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return RoutesDefinition
 RoutesDefinition DefaultCamelContext.loadRoutesDefinition(InputStream is)
           
 



Apache CAMEL