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
 

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
          A Route which starts with an Event Driven Consumer
 

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

Method parameters in org.apache.camel.impl with type arguments of type Route
 void DelegateLifecycleStrategy.onRoutesAdd(Collection<Route> routes)
           
 void DefaultLifecycleStrategy.onRoutesAdd(Collection<Route> routes)
           
 void DefaultCamelContext.setRoutes(List<Route> routes)
           
 

Constructor parameters in org.apache.camel.impl with type arguments of type Route
DefaultRouteContext(RouteDefinition route, FromDefinition from, Collection<Route> routes)
           
RouteService(DefaultCamelContext camelContext, RouteDefinition routeType, List<RouteContext> routeContexts, Collection<Route> routes)
           
 

Uses of Route in org.apache.camel.management
 

Methods in org.apache.camel.management that return Route
 Route 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
 List<RouteContext> RouteDefinition.addRoutes(CamelContext context, Collection<Route> routes)
           
protected  RouteContext RouteDefinition.addRoutes(Collection<Route> routes, FromDefinition fromType)
           
 void ProcessorDefinition.addRoutes(RouteContext routeContext, Collection<Route> routes)
           
 void OnExceptionDefinition.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.