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

Packages that use RouteType
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. 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
org.apache.camel.view Helper class to help with the Visualisation of Routes 
 

Uses of RouteType in org.apache.camel
 

Methods in org.apache.camel that return types with arguments of type RouteType
 List<RouteType> CamelContext.getRouteDefinitions()
          Returns a list of the current route definitions
 

Method parameters in org.apache.camel with type arguments of type RouteType
 void CamelContext.addRouteDefinitions(Collection<RouteType> routeDefinitions)
          Adds a collection of route definitions to the context
 

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
 

Methods in org.apache.camel.builder with parameters of type RouteType
protected  void RouteBuilder.configureRoute(RouteType route)
           
 

Uses of RouteType in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return RouteType
 RouteType DefaultRouteContext.getRoute()
           
 

Methods in org.apache.camel.impl that return types with arguments of type RouteType
 List<RouteType> DefaultCamelContext.getRouteDefinitions()
           
 

Method parameters in org.apache.camel.impl with type arguments of type RouteType
 void DefaultCamelContext.addRouteDefinitions(Collection<RouteType> routeDefinitions)
           
protected  void DefaultCamelContext.startRouteDefinitions(Collection<RouteType> list)
           
 

Constructors in org.apache.camel.impl with parameters of type RouteType
DefaultRouteContext(RouteType route, FromType from, Collection<Route> routes)
           
 

Uses of RouteType in org.apache.camel.model
 

Methods in org.apache.camel.model that return RouteType
protected  RouteType RoutesType.createRoute()
           
 RouteType NodeFactory.createRoute()
           
 RouteType RouteType.from(Endpoint endpoint)
          Creates an input to the route
 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 RouteType.group(String name)
          Set the group name for this route
 RouteType RouteType.noStreamCaching()
          Disable stream caching for this Route.
 RouteType RoutesType.route()
          Creates a new route
 RouteType RoutesType.route(RouteType route)
           
 RouteType RouteType.streamCaching()
          Enable stream caching for this Route.
 

Methods in org.apache.camel.model that return types with arguments of type RouteType
 List<RouteType> RouteContainer.getRoutes()
          Returns the 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)
           
 

Uses of RouteType in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return RouteType
 RouteType RouteContext.getRoute()
          Get the route type
 

Uses of RouteType in org.apache.camel.view
 

Methods in org.apache.camel.view that return types with arguments of type RouteType
protected  Map<String,List<RouteType>> GraphGeneratorSupport.createRouteGroupMap(List<RouteType> routes)
           
 

Methods in org.apache.camel.view with parameters of type RouteType
protected  void RouteDotGenerator.printRoute(PrintWriter writer, RouteType route, FromType input)
           
protected  void XmlGraphGenerator.printRoute(PrintWriter writer, RouteType route, NodeData nodeData)
           
 

Method parameters in org.apache.camel.view with type arguments of type RouteType
protected  Map<String,List<RouteType>> GraphGeneratorSupport.createRouteGroupMap(List<RouteType> routes)
           
protected  void RouteDotGenerator.generateFile(PrintWriter writer, Map<String,List<RouteType>> map)
           
protected  void XmlGraphGenerator.generateFile(PrintWriter writer, Map<String,List<RouteType>> map)
           
protected abstract  void GraphGeneratorSupport.generateFile(PrintWriter writer, Map<String,List<RouteType>> map)
           
protected  void RouteDotGenerator.printRoutes(PrintWriter writer, Map<String,List<RouteType>> map)
           
protected  void XmlGraphGenerator.printRoutes(PrintWriter writer, Map<String,List<RouteType>> map)
           
protected  void RouteDotGenerator.printRoutes(PrintWriter writer, String group, List<RouteType> routes)
           
protected  void XmlGraphGenerator.printRoutes(PrintWriter writer, String group, List<RouteType> routes)
           
 



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