Uses of Class
org.apache.camel.Route

Packages that use Route
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 
org.apache.camel.management Camel JMX export services. 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of Route in org.apache.camel
 

Methods in org.apache.camel that return types with arguments of type Route
 List<Route> Routes.getRouteList()
          Gets the list of routes currently in the camel context.
 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)
          Deprecated. is considered for deprecation, use addRoutes instead, could be removed in Camel 2.0
 

Uses of Route in org.apache.camel.builder
 

Methods in org.apache.camel.builder that return types with arguments of type Route
 List<Route> RouteBuilder.getRouteList()
          Uses CamelContext.getRoutes() to return the routes in the context.
 

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
 

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 DelegateLifecycleStrategy.onRoutesAdd(Collection<Route> routes)
           
 void DefaultLifecycleStrategy.onRoutesAdd(Collection<Route> routes)
           
 void DefaultCamelContext.setRoutes(List<Route> routes)
           
protected  void DefaultCamelContext.startRoutes(Collection<Route> routeList)
           
 

Constructor parameters in org.apache.camel.impl with type arguments of type Route
DefaultRouteContext(RouteType route, FromType from, Collection<Route> routes)
           
 

Uses of Route in org.apache.camel.management
 

Methods in org.apache.camel.management that return Route
 Route<? extends Exchange> ManagedRoute.getRoute()
           
 

Method parameters in org.apache.camel.management with type arguments of type Route
 void InstrumentationLifecycleStrategy.onRoutesAdd(Collection<Route> routes)
           
 

Uses of Route in org.apache.camel.model
 

Method parameters in org.apache.camel.model with type arguments of type Route
 void RouteType.addRoutes(CamelContext context, Collection<Route> routes)
           
protected  void RouteType.addRoutes(Collection<Route> routes, FromType fromType)
           
 void ProcessorType.addRoutes(RouteContext routeContext, Collection<Route> routes)
           
 void ExceptionType.addRoutes(RouteContext routeContext, Collection<Route> routes)
           
 

Uses of Route in org.apache.camel.spi
 

Method parameters in org.apache.camel.spi with type arguments of type Route
 void LifecycleStrategy.onRoutesAdd(Collection<Route> routes)
          Notification on adding Route(s).
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.