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

Packages that use RuntimeEndpointRegistry
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management.mbean Camel management JMX MBeans 
 

Uses of RuntimeEndpointRegistry in org.apache.camel
 

Methods in org.apache.camel that return RuntimeEndpointRegistry
 RuntimeEndpointRegistry CamelContext.getRuntimeEndpointRegistry()
          Gets the RuntimeEndpointRegistry to use, or null if none is in use.
 

Methods in org.apache.camel with parameters of type RuntimeEndpointRegistry
 void CamelContext.setRuntimeEndpointRegistry(RuntimeEndpointRegistry runtimeEndpointRegistry)
          Sets a custom RuntimeEndpointRegistry to use.
 

Uses of RuntimeEndpointRegistry in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement RuntimeEndpointRegistry
 class DefaultRuntimeEndpointRegistry
           
 

Methods in org.apache.camel.impl that return RuntimeEndpointRegistry
 RuntimeEndpointRegistry DefaultCamelContext.getRuntimeEndpointRegistry()
           
 

Methods in org.apache.camel.impl with parameters of type RuntimeEndpointRegistry
 void DefaultCamelContext.setRuntimeEndpointRegistry(RuntimeEndpointRegistry runtimeEndpointRegistry)
           
 

Uses of RuntimeEndpointRegistry in org.apache.camel.management.mbean
 

Constructors in org.apache.camel.management.mbean with parameters of type RuntimeEndpointRegistry
ManagedRuntimeEndpointRegistry(CamelContext context, RuntimeEndpointRegistry registry)
           
 



Apache Camel