|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoutesDefinition | |
|---|---|
| org.apache.camel | The core Camel API. |
| 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 | The JAXB POJOs for the XML Configuration of the routing rules. |
| Uses of RoutesDefinition in org.apache.camel |
|---|
| Methods in org.apache.camel that return RoutesDefinition | |
|---|---|
RoutesDefinition |
CamelContext.loadRoutesDefinition(InputStream is)
Deprecated. use ModelCamelContext.loadRoutesDefinition(java.io.InputStream) |
| Uses of RoutesDefinition in org.apache.camel.builder |
|---|
| Methods in org.apache.camel.builder that return RoutesDefinition | |
|---|---|
RoutesDefinition |
RouteBuilder.configureRoutes(ModelCamelContext context)
Configures the routes |
RoutesDefinition |
RouteBuilder.getRouteCollection()
|
| Methods in org.apache.camel.builder with parameters of type RoutesDefinition | |
|---|---|
void |
RouteBuilder.setRouteCollection(RoutesDefinition routeCollection)
|
| Uses of RoutesDefinition in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl that return RoutesDefinition | |
|---|---|
RoutesDefinition |
DefaultCamelContext.loadRoutesDefinition(InputStream is)
|
| Uses of RoutesDefinition in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return RoutesDefinition | |
|---|---|
RoutesDefinition |
ModelCamelContext.loadRoutesDefinition(InputStream is)
Loads a collection of route definitions from the given InputStream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||