Uses of Class
org.apache.camel.Route

Packages that use Route
org.apache.camel The core Camel API 
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.view Helper class to help with the Visualisation of Routes 
 

Uses of Route in org.apache.camel
 

Methods in org.apache.camel that return types with arguments of type Route
 List<Route> CamelContext.getRoutes()
          Returns the current routes in this context
 

Method parameters in org.apache.camel with type arguments of type Route
 void CamelContext.addRoutes(Collection<Route> routes)
          Adds a collection of routes to this context
 void CamelContext.setRoutes(List<Route> routes)
          Sets the routes for this context, replacing any current routes
 

Uses of Route in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return Route
 Route ResequencerBuilder.createRoute()
           
 Route FromBuilder.createRoute()
           
 

Methods in org.apache.camel.builder that return types with arguments of type Route
 List<Route> RouteBuilder.getRouteList()
          Returns the routing map from inbound endpoints to processors
 

Method parameters in org.apache.camel.builder with type arguments of type Route
protected  void RouteBuilder.populateRoutes(List<Route> routes)
           
 

Uses of Route in org.apache.camel.impl
 

Subclasses of Route in org.apache.camel.impl
 class EventDrivenConsumerRoute<E extends Exchange>
          A Route which starts with an Event Driven Consumer
 class PollingConsumerRoute<E extends Exchange>
          A Route which starts with a Polling Consumer
 

Methods in org.apache.camel.impl that return types with arguments of type Route
 List<Route> DefaultCamelContext.getRoutes()
           
 

Method parameters in org.apache.camel.impl with type arguments of type Route
 void DefaultCamelContext.addRoutes(Collection<Route> routes)
           
 void DefaultCamelContext.setRoutes(List<Route> routes)
           
protected  void DefaultCamelContext.startRoutes(Collection<Route> routeList)
           
 

Uses of Route in org.apache.camel.view
 

Method parameters in org.apache.camel.view with type arguments of type Route
protected  void RouteDotGenerator.printRoutes(PrintWriter writer, List<Route> routes)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.