|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Injector | |
---|---|
org.apache.camel | The core Camel API |
org.apache.camel.impl | Default implementation classes for Camel Core |
org.apache.camel.impl.converter | Default implementation classes the Type Conversion Strategies |
org.apache.camel.util | Utility classes used by the core of Camel and useful for Camel component developers |
org.apache.camel.util.jndi | A simple JNDI context which can be used with the JndiRegistry |
Uses of Injector in org.apache.camel |
---|
Methods in org.apache.camel that return Injector | |
---|---|
Injector |
CamelContext.getInjector()
Returns the injector used to instantiate objects by type |
Uses of Injector in org.apache.camel.impl |
---|
Classes in org.apache.camel.impl that implement Injector | |
---|---|
class |
ReflectionInjector
A simple implementation of Injector which just uses reflection to
instantiate new objects using their zero argument constructor. |
Methods in org.apache.camel.impl that return Injector | |
---|---|
protected Injector |
DefaultCamelContext.createInjector()
Lazily create a default implementation |
Injector |
DefaultCamelContext.getInjector()
|
Methods in org.apache.camel.impl with parameters of type Injector | |
---|---|
void |
DefaultCamelContext.setInjector(Injector injector)
|
Uses of Injector in org.apache.camel.impl.converter |
---|
Methods in org.apache.camel.impl.converter that return Injector | |
---|---|
Injector |
DefaultTypeConverter.getInjector()
|
Injector |
TypeConverterRegistry.getInjector()
|
Methods in org.apache.camel.impl.converter with parameters of type Injector | |
---|---|
void |
DefaultTypeConverter.setInjector(Injector injector)
|
Constructors in org.apache.camel.impl.converter with parameters of type Injector | |
---|---|
DefaultTypeConverter(Injector injector)
|
Uses of Injector in org.apache.camel.util |
---|
Methods in org.apache.camel.util that return Injector | |
---|---|
Injector |
ReportingTypeConverterRegistry.getInjector()
|
Methods in org.apache.camel.util with parameters of type Injector | ||
---|---|---|
Object |
FactoryFinder.newInstance(String key,
Injector injector)
|
|
|
FactoryFinder.newInstance(String key,
Injector injector,
Class<T> expectedType)
|
|
Object |
FactoryFinder.newInstance(String key,
Injector injector,
String propertyPrefix)
|
|
|
FactoryFinder.newInstance(String key,
Injector injector,
String propertyPrefix,
Class<T> expectedType)
|
|
|
FactoryFinder.newInstances(String key,
Injector injector,
Class<T> type)
|
Uses of Injector in org.apache.camel.util.jndi |
---|
Fields in org.apache.camel.util.jndi declared as Injector | |
---|---|
protected static Injector |
JndiContext.INJETOR
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |