|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CamelController
CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
| Method Summary | |
|---|---|
CamelContext |
getCamelContext(String name)
Get a Camel context identified by the given name. |
List<CamelContext> |
getCamelContexts()
Get the list of Camel context. |
Route |
getRoute(String routeId,
String camelContextName)
Return the route with the given route ID. |
RouteDefinition |
getRouteDefinition(String routeId,
String camelContextName)
Return the definition of a route identified by a ID and a Camel context. |
List<Route> |
getRoutes(String camelContextName)
Get all routes. |
| Method Detail |
|---|
List<CamelContext> getCamelContexts()
CamelContext getCamelContext(String name)
name - the Camel context name.
List<Route> getRoutes(String camelContextName)
camelContextName - the Camel context name. If null, all contexts are considered.
Route getRoute(String routeId,
String camelContextName)
routeId - the route ID.camelContextName - the Camel context name.
RouteDefinition getRouteDefinition(String routeId,
String camelContextName)
routeId - the route ID.camelContextName - the Camel context.
RouteDefinition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||