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

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 
 

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<T>
          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 TypeConverterRegistry.getInjector()
           
 Injector DefaultTypeConverter.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 with parameters of type Injector
 Object FactoryFinder.newInstance(String key, Injector injector)
           
 Object FactoryFinder.newInstance(String key, Injector injector, String propertyPrefix)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.