Uses of Interface
org.apache.camel.spi.RoutePolicy

Packages that use RoutePolicy
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.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of RoutePolicy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement RoutePolicy
 class RoutePolicySupport
          A base class for developing custom RoutePolicy implementations.
 class ThrottlingInflightRoutePolicy
          A throttle based RoutePolicy which is capable of dynamic throttling a route based on number of current inflight exchanges.
 

Methods in org.apache.camel.impl that return RoutePolicy
 RoutePolicy DefaultRouteContext.getRoutePolicy()
           
 

Methods in org.apache.camel.impl with parameters of type RoutePolicy
 void DefaultRouteContext.setRoutePolicy(RoutePolicy routePolicy)
           
 

Uses of RoutePolicy in org.apache.camel.model
 

Methods in org.apache.camel.model that return RoutePolicy
 RoutePolicy RouteDefinition.getRoutePolicy()
           
 

Methods in org.apache.camel.model with parameters of type RoutePolicy
 RouteDefinition RouteDefinition.routePolicy(RoutePolicy routePolicy)
          Disables this route from being auto started when Camel starts.
 void RouteDefinition.setRoutePolicy(RoutePolicy routePolicy)
           
 

Uses of RoutePolicy in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type RoutePolicy
RoutePolicyProcessor(Processor processor, RoutePolicy routePolicy)
           
 

Uses of RoutePolicy in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return RoutePolicy
 RoutePolicy RouteContext.getRoutePolicy()
          Gets the route policy
 

Methods in org.apache.camel.spi with parameters of type RoutePolicy
 void RouteContext.setRoutePolicy(RoutePolicy routePolicy)
          Sets a custom route policy
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.