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 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of FromType in org.apache.camel.impl
 

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

Constructors in org.apache.camel.impl with parameters of type FromType
RouteContext(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)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.