Uses of Class
org.apache.camel.model.FromDefinition

Packages that use FromDefinition
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.view Helper class to help with the Visualisation of Routes 
 

Uses of FromDefinition in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return FromDefinition
 FromDefinition DefaultRouteContext.getFrom()
           
 

Constructors in org.apache.camel.impl with parameters of type FromDefinition
DefaultRouteContext(CamelContext camelContext, RouteDefinition route, FromDefinition from, Collection<Route> routes)
           
 

Uses of FromDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return types with arguments of type FromDefinition
 List<FromDefinition> RouteDefinition.getInputs()
           
 

Methods in org.apache.camel.model with parameters of type FromDefinition
protected  RouteContext RouteDefinition.addRoutes(CamelContext camelContext, Collection<Route> routes, FromDefinition fromType)
           
 

Method parameters in org.apache.camel.model with type arguments of type FromDefinition
 void RouteDefinition.setInputs(List<FromDefinition> inputs)
           
 

Uses of FromDefinition in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return FromDefinition
 FromDefinition RouteContext.getFrom()
          Gets the from type
 

Uses of FromDefinition in org.apache.camel.view
 

Methods in org.apache.camel.view with parameters of type FromDefinition
protected  void RouteDotGenerator.printRoute(PrintWriter writer, RouteDefinition route, FromDefinition input)
           
 



Apache Camel