org.apache.camel.model
Interface RouteContainer

All Known Implementing Classes:
RoutesType

public interface RouteContainer

Container to hold Route.

Version:
$Revision: 660266 $

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 © 2009 Apache Software Foundation. All Rights Reserved.