Uses of Class
org.apache.camel.model.TemplatedRouteDefinition
Packages that use TemplatedRouteDefinition
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs representing the part of the model, which can be used to create a view of Camel application.
-
Uses of TemplatedRouteDefinition in org.apache.camel.builder
Methods in org.apache.camel.builder that return TemplatedRouteDefinitionModifier and TypeMethodDescriptionRouteBuilder.templatedRoute(String routeTemplateId) Creates a new templated route -
Uses of TemplatedRouteDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return TemplatedRouteDefinitionModifier and TypeMethodDescriptionAdds a local bean as input of the route template.Adds a local bean as input of the route template.TemplatedRouteDefinition.bean(String name, Class<?> type, org.apache.camel.RouteTemplateContext.BeanSupplier<Object> bean) Adds a local bean as input of the route template.Adds a local bean as input of the route template.Adds a local bean as input of the route template.Adds a local bean as input of the route template.protected TemplatedRouteDefinitionTemplatedRoutesDefinition.createTemplatedRouteDefinition(String id) Adds an input parameter to build the route from the route template.TemplatedRouteDefinition.parameters(Map<String, String> parameters) Adds the input parameters to build the route from the route template.Sets a prefix to use for all node ids (not route id).Sets the id of the route built from the route template.TemplatedRouteDefinition.routeTemplateRef(String ref) Sets the id of the route template to use to build the route.TemplatedRoutesDefinition.templatedRoute(String routeTemplateId) Creates a templated routeTemplatedRoutesDefinition.templatedRoute(TemplatedRouteDefinition template) Adds theTemplatedRouteDefinitionMethods in org.apache.camel.model that return types with arguments of type TemplatedRouteDefinitionModifier and TypeMethodDescriptionTemplatedRouteContainer.getTemplatedRoutes()Returns the templated routesTemplatedRoutesDefinition.getTemplatedRoutes()Methods in org.apache.camel.model with parameters of type TemplatedRouteDefinitionModifier and TypeMethodDescriptionvoidModel.addRouteFromTemplatedRoute(TemplatedRouteDefinition templatedRouteDefinition) Adds a new route from a given templated route definitionTemplatedRoutesDefinition.templatedRoute(TemplatedRouteDefinition template) Adds theTemplatedRouteDefinitionMethod parameters in org.apache.camel.model with type arguments of type TemplatedRouteDefinitionModifier and TypeMethodDescriptiondefault 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 -
Uses of TemplatedRouteDefinition in org.apache.camel.model.app
Methods in org.apache.camel.model.app that return types with arguments of type TemplatedRouteDefinitionMethod parameters in org.apache.camel.model.app with type arguments of type TemplatedRouteDefinitionModifier and TypeMethodDescriptionvoidBeansDefinition.setTemplatedRoutes(List<TemplatedRouteDefinition> templatedRoutes) Camel routes to be created from template