Uses of Class
org.apache.camel.model.TemplatedRouteParameterDefinition
-
Packages that use TemplatedRouteParameterDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of TemplatedRouteParameterDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return types with arguments of type TemplatedRouteParameterDefinition Modifier and Type Method Description List<TemplatedRouteParameterDefinition>TemplatedRouteDefinition. getParameters()Method parameters in org.apache.camel.model with type arguments of type TemplatedRouteParameterDefinition Modifier and Type Method Description voidTemplatedRouteDefinition. setParameters(List<TemplatedRouteParameterDefinition> parameters)
-