Uses of Interface
org.apache.camel.RuntimeConfiguration

Packages that use RuntimeConfiguration
org.apache.camel The core Camel API. 
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. 
 

Uses of RuntimeConfiguration in org.apache.camel
 

Subinterfaces of RuntimeConfiguration in org.apache.camel
 interface CamelContext
          Interface used to represent the context used to configure routes and the policies to use during message exchanges between endpoints.
 

Uses of RuntimeConfiguration in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement RuntimeConfiguration
 class DefaultCamelContext
          Represents the context used to configure routes and the policies to use.
 class DefaultRouteContext
          The context used to activate new routing rules
 

Uses of RuntimeConfiguration in org.apache.camel.model
 

Subinterfaces of RuntimeConfiguration in org.apache.camel.model
 interface ModelCamelContext
          Model level interface for the CamelContext
 

Uses of RuntimeConfiguration in org.apache.camel.spi
 

Subinterfaces of RuntimeConfiguration in org.apache.camel.spi
 interface RouteContext
          The context used to activate new routing rules
 



Apache CAMEL