org.apache.camel.model
Interface RouteContainer

All Known Implementing Classes:
RoutesType

public interface RouteContainer

Version:
$Revision: 1.1 $

Method Summary
 List<RouteType> getRoutes()
          A list of routes
 void setRoutes(List<RouteType> routes)
          Sets the routes to use
 

Method Detail

getRoutes

List<RouteType> getRoutes()
A list of routes

Returns:

setRoutes

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

Parameters:
routes -


Copyright © 2007 Apache Software Foundation. All Rights Reserved.