|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RouteType | |
|---|---|
| org.apache.camel.builder | The Camel Domain Specific Language for creating Routes, Predicates, Expressions and Error Handlers. |
| 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 RouteType in org.apache.camel.builder |
|---|
| Methods in org.apache.camel.builder that return RouteType | |
|---|---|
RouteType |
RouteBuilder.from(Endpoint endpoint)
Creates a new route from the given endpoint |
RouteType |
RouteBuilder.from(String uri)
Creates a new route from the given URI input |
| Uses of RouteType in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl that return RouteType | |
|---|---|
RouteType |
RouteContext.getRoute()
|
| Constructors in org.apache.camel.impl with parameters of type RouteType | |
|---|---|
RouteContext(RouteType route,
FromType from,
Collection<Route> routes)
|
|
| Uses of RouteType in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return RouteType | |
|---|---|
RouteType |
RoutesType.from(Endpoint endpoint)
Creates a new route from the given endpoint |
RouteType |
RouteType.from(String uri)
Creates an input to the route |
RouteType |
RoutesType.from(String uri)
Creates a new route from the given URI input |
RouteType |
RoutesType.route()
Creates a new route |
RouteType |
RoutesType.route(RouteType route)
|
| Methods in org.apache.camel.model that return types with arguments of type RouteType | |
|---|---|
List<RouteType> |
RouteContainer.getRoutes()
A list of routes |
List<RouteType> |
RoutesType.getRoutes()
|
| Methods in org.apache.camel.model with parameters of type RouteType | |
|---|---|
RouteType |
RoutesType.route(RouteType route)
|
| Method parameters in org.apache.camel.model with type arguments of type RouteType | |
|---|---|
void |
RouteContainer.setRoutes(List<RouteType> routes)
Sets the routes to use |
void |
RoutesType.setRoutes(List<RouteType> routes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||