Package org.apache.camel.model
Class RouteTemplateContextRefDefinitionHelper
java.lang.Object
org.apache.camel.model.RouteTemplateContextRefDefinitionHelper
Helper for
RouteTemplateContextRefDefinition.-
Method Summary
Modifier and TypeMethodDescriptionstatic List<RouteTemplateDefinition> lookupRouteTemplates(org.apache.camel.CamelContext camelContext, String ref) Lookup the route templates from theRouteTemplateContextRefDefinition.
-
Method Details
-
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 theRouteTemplateContextRefDefinitionto lookup and get the route templates.- Returns:
- the route templates.
-