Package org.apache.camel.model
Interface RouteContainer
- All Known Implementing Classes:
RoutesDefinition
public interface RouteContainer
Container to hold
routes.-
Method Summary
Modifier and TypeMethodDescriptionReturns the routesvoidsetRoutes(List<RouteDefinition> routes) Sets the routes to use
-
Method Details
-
getRoutes
List<RouteDefinition> getRoutes()Returns the routes- Returns:
- the routes
-
setRoutes
Sets the routes to use- Parameters:
routes- the routes
-