org.apache.camel.model
Interface RouteContainer

All Known Implementing Classes:
RoutesDefinition

public interface RouteContainer

Container to hold Route.

Version:

Method Summary
 List<RouteDefinition> getRoutes()
          Returns the routes
 void setRoutes(List<RouteDefinition> routes)
          Sets the routes to use
 

Method Detail

getRoutes

List<RouteDefinition> getRoutes()
Returns the routes

Returns:
the routes

setRoutes

void setRoutes(List<RouteDefinition> routes)
Sets the routes to use

Parameters:
routes - the routes


Apache Camel