org.apache.camel.spring.spi
Class BeanInjector

java.lang.Object
  extended by org.springframework.beans.factory.wiring.BeanConfigurerSupport
      extended by org.apache.camel.spring.spi.BeanInjector
All Implemented Interfaces:
BeanFactoryAware, DisposableBean, InitializingBean

Deprecated. not used. Will be removed in Camel 2.0.

public class BeanInjector
extends BeanConfigurerSupport

Dependeny Injected Bean injector.

Version:
$Revision: 673477 $

Field Summary
 
Fields inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupport
logger
 
Constructor Summary
BeanInjector(ApplicationContext applicationContext)
          Deprecated.  
 
Method Summary
 void inject(Object bean)
          Deprecated.  
 
Methods inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupport
afterPropertiesSet, configureBean, createDefaultBeanWiringInfoResolver, destroy, setBeanFactory, setBeanWiringInfoResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInjector

public BeanInjector(ApplicationContext applicationContext)
             throws Exception
Deprecated. 
Throws:
Exception
Method Detail

inject

public void inject(Object bean)
Deprecated. 


Apache CAMEL