Uses of Class
org.apache.camel.model.FromDefinition
-
Packages that use FromDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of FromDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return FromDefinition Modifier and Type Method Description FromDefinitionRouteDefinition. getInput()Methods in org.apache.camel.model with parameters of type FromDefinition Modifier and Type Method Description voidRouteDefinition. setInput(FromDefinition input)Input to the route.
-