Uses of Interface
org.apache.camel.spi.Registry
-
Packages that use Registry Package Description org.apache.camel The core Camel API. -
-
Uses of Registry in org.apache.camel
Methods in org.apache.camel that return Registry Modifier and Type Method Description RegistryCamelContext. getRegistry()Returns the registry used to lookup components by name and type such as SimpleRegistry, Spring ApplicationContext, JNDI, or the OSGi Service Registry.Methods in org.apache.camel with parameters of type Registry Modifier and Type Method Description voidExtendedCamelContext. setRegistry(Registry registry)Sets the registry Camel should use for looking up beans by name or type.
-