Uses of Interface
org.apache.camel.Routes

Packages that use Routes
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 
 

Uses of Routes in org.apache.camel
 

Methods in org.apache.camel with parameters of type Routes
 void CamelContext.addRoutes(Routes builder)
          Adds a collection of routes to this context using the given builder to build them
 

Uses of Routes in org.apache.camel.builder
 

Classes in org.apache.camel.builder that implement Routes
 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 Route instances in a CamelContext for smart routing.
 

Methods in org.apache.camel.builder with parameters of type Routes
protected  void RouteBuilder.addRoutes(Routes routes)
           
 

Uses of Routes in org.apache.camel.impl
 

Methods in org.apache.camel.impl with parameters of type Routes
 void DefaultCamelContext.addRoutes(Routes builder)
           
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.