Uses of Class
org.apache.camel.impl.RouteService

Packages that use RouteService
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of RouteService in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return types with arguments of type RouteService
protected  Map<String,RouteService> DefaultCamelContext.getRouteServices()
           
 

Methods in org.apache.camel.impl with parameters of type RouteService
protected  void DefaultCamelContext.startRouteService(RouteService routeService)
          Starts the given route service
 



Apache CAMEL