|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RoutesBuilder | |
|---|---|
| org.apache.camel | The JAXB POJOs for the XML Configuration of the routing rules. |
| 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 RoutesBuilder in org.apache.camel |
|---|
| Methods in org.apache.camel with parameters of type RoutesBuilder | |
|---|---|
void |
CamelContext.addRoutes(RoutesBuilder builder)
Adds a collection of routes to this context using the given builder to build them |
| Uses of RoutesBuilder in org.apache.camel.builder |
|---|
| Classes in org.apache.camel.builder that implement RoutesBuilder | |
|---|---|
class |
NoRouteBuilder
A helper class, usually used for testing which does not create any routes. |
class |
RouteBuilder
A Java DSL which is used to build DefaultRoute instances in a CamelContext for smart routing. |
| Methods in org.apache.camel.builder with parameters of type RoutesBuilder | |
|---|---|
protected void |
RouteBuilder.addRoutes(RoutesBuilder routes)
Adds a collection of routes to this context |
| Uses of RoutesBuilder in org.apache.camel.impl |
|---|
| Methods in org.apache.camel.impl with parameters of type RoutesBuilder | |
|---|---|
void |
DefaultCamelContext.addRoutes(RoutesBuilder builder)
|
| Uses of RoutesBuilder in org.apache.camel.model |
|---|
| Methods in org.apache.camel.model that return RoutesBuilder | |
|---|---|
RoutesBuilder |
RouteBuilderDefinition.createRoutes(CamelContext camelContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||