Uses of Class
org.apache.camel.model.TemplatedRouteDefinition
-
Packages that use TemplatedRouteDefinition Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of TemplatedRouteDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return TemplatedRouteDefinition Modifier and Type Method Description TemplatedRouteDefinitionRouteBuilder. templatedRoute(String routeTemplateId)Creates a new templated route -
Uses of TemplatedRouteDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return TemplatedRouteDefinition Modifier and Type Method Description TemplatedRouteDefinitionTemplatedRouteDefinition. bean(String name, Class<?> type)Adds a local bean as input of the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. bean(String name, Class<?> type, String language, String script)Adds a local bean as input of the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. bean(String name, Class<?> type, org.apache.camel.RouteTemplateContext.BeanSupplier<Object> bean)Adds a local bean as input of the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. bean(String name, Object bean)Adds a local bean as input of the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. bean(String name, String language, String script)Adds a local bean as input of the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. bean(String name, Supplier<Object> bean)Adds a local bean as input of the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. parameter(String name, String value)Adds an input parameter to build the route from the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. parameters(Map<String,String> parameters)Adds the input parameters to build the route from the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. routeId(String id)Sets the id of the route built from the route template.TemplatedRouteDefinitionTemplatedRouteDefinition. routeTemplateRef(String ref)Sets the id of the route template to use to build the route.TemplatedRouteDefinitionTemplatedRoutesDefinition. templatedRoute(String routeTemplateId)Creates a templated routeTemplatedRouteDefinitionTemplatedRoutesDefinition. templatedRoute(TemplatedRouteDefinition template)Adds theTemplatedRouteDefinitionMethods in org.apache.camel.model that return types with arguments of type TemplatedRouteDefinition Modifier and Type Method Description List<TemplatedRouteDefinition>TemplatedRouteContainer. getTemplatedRoutes()Returns the templated routesList<TemplatedRouteDefinition>TemplatedRoutesDefinition. getTemplatedRoutes()Methods in org.apache.camel.model with parameters of type TemplatedRouteDefinition Modifier and Type Method Description voidModel. addRouteFromTemplatedRoute(TemplatedRouteDefinition templatedRouteDefinition)Adds a new route from a given templated route definitionTemplatedRouteDefinitionTemplatedRoutesDefinition. templatedRoute(TemplatedRouteDefinition template)Adds theTemplatedRouteDefinitionMethod parameters in org.apache.camel.model with type arguments of type TemplatedRouteDefinition Modifier and Type Method Description default voidModel. addRouteFromTemplatedRoutes(Collection<TemplatedRouteDefinition> templatedRouteDefinitions)Adds new routes from a given templated route definitionsvoidTemplatedRouteContainer. setTemplatedRoutes(List<TemplatedRouteDefinition> routes)Sets the templated routes to usevoidTemplatedRoutesDefinition. setTemplatedRoutes(List<TemplatedRouteDefinition> templatedRoutes)The templated routes
-