org.apache.camel.model
Interface RouteContainer

All Known Implementing Classes:
RoutesType

public interface RouteContainer

Version:
$Revision: 36635 $

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

Method Detail

getRoutes

List<RouteType> getRoutes()
Returns the routes


setRoutes

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



Copyright © 2008 IONA Open Source Community. All Rights Reserved.