Package org.apache.camel.model
Class RouteTemplateContextRefDefinitionHelper
- java.lang.Object
-
- org.apache.camel.model.RouteTemplateContextRefDefinitionHelper
-
public final class RouteTemplateContextRefDefinitionHelper extends Object
Helper forRouteTemplateContextRefDefinition
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<RouteTemplateDefinition>
lookupRouteTemplates(org.apache.camel.CamelContext camelContext, String ref)
Lookup the route templates from theRouteTemplateContextRefDefinition
.
-
-
-
Method Detail
-
lookupRouteTemplates
public static List<RouteTemplateDefinition> lookupRouteTemplates(org.apache.camel.CamelContext camelContext, String ref)
Lookup the route templates from theRouteTemplateContextRefDefinition
.- Parameters:
camelContext
- the CamelContextref
- the id of theRouteTemplateContextRefDefinition
to lookup and get the route templates.- Returns:
- the route templates.
-
-