Uses of Class
org.apache.camel.spring.model.RouteType

Packages that use RouteType
org.apache.camel.spring.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of RouteType in org.apache.camel.spring.model
 

Methods in org.apache.camel.spring.model that return RouteType
 RouteType RouteType.from(String uri)
           
 RouteType RouteType.interceptor(String ref)
           
 RouteType RouteType.interceptors(String... refs)
           
 RouteType CamelContextType.route()
           
 

Methods in org.apache.camel.spring.model that return types with arguments of type RouteType
 List<RouteType> CamelContextType.getRoutes()
          A list of routes
 

Method parameters in org.apache.camel.spring.model with type arguments of type RouteType
 void CamelContextType.setRoutes(List<RouteType> routes)
          Sets the routes to use
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.