org.apache.camel.model
Interface RouteContainer

All Known Implementing Classes:
RoutesDefinition

public interface RouteContainer

Container to hold Route.

Version:

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

Method Detail

getRoutes

java.util.List<RouteDefinition> getRoutes()
Returns the routes

Returns:
the routes

setRoutes

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

Parameters:
routes - the routes


Apache CAMEL