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

Packages that use FromType
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 FromType in org.apache.camel.impl
 

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

Constructors in org.apache.camel.impl with parameters of type FromType
DefaultRouteContext(RouteType route, FromType from, Collection<Route> routes)
           
 

Uses of FromType in org.apache.camel.model
 

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

Methods in org.apache.camel.model with parameters of type FromType
protected  void RouteType.addRoutes(Collection<Route> routes, FromType fromType)
           
 

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

Uses of FromType in org.apache.camel.spi
 

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

Uses of FromType in org.apache.camel.view
 

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



Copyright © 2010 IONA Open Source Community. All Rights Reserved.