|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 |
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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |