|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
---|---|
org.apache.camel | The core Camel API |
org.apache.camel.component.bean | The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO |
org.apache.camel.impl | Default implementation classes for Camel Core |
Uses of Registry in org.apache.camel |
---|
Methods in org.apache.camel that return Registry | |
---|---|
Registry |
CamelContext.getRegistry()
Returns the registry used to lookup components by name and type such as the Spring ApplicationContext, JNDI or the OSGi Service Registry |
Uses of Registry in org.apache.camel.component.bean |
---|
Methods in org.apache.camel.component.bean that return Registry | |
---|---|
Registry |
RegistryBean.getRegistry()
|
Uses of Registry in org.apache.camel.impl |
---|
Classes in org.apache.camel.impl that implement Registry | |
---|---|
class |
JndiRegistry
A Registry implementation which looks up the objects in JNDI |
Methods in org.apache.camel.impl that return Registry | |
---|---|
protected Registry |
DefaultCamelContext.createRegistry()
Lazily create a default implementation |
Registry |
DefaultCamelContext.getRegistry()
|
Methods in org.apache.camel.impl with parameters of type Registry | |
---|---|
void |
DefaultCamelContext.setRegistry(Registry registry)
|
Constructors in org.apache.camel.impl with parameters of type Registry | |
---|---|
DefaultCamelContext(Registry registry)
Creates the CamelContext using the given registry |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |