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:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

public class BeanInjector
extends org.springframework.beans.factory.wiring.BeanConfigurerSupport

Version:
$Revision: 630591 $

Field Summary
 
Fields inherited from class org.springframework.beans.factory.wiring.BeanConfigurerSupport
logger
 
Constructor Summary
BeanInjector(org.springframework.context.ApplicationContext applicationContext)
           
 
Method Summary
 void inject(Object bean)
           
 
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(org.springframework.context.ApplicationContext applicationContext)
             throws Exception
Throws:
Exception
Method Detail

inject

public void inject(Object bean)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.