org.apache.camel.spring.spi
Class SpringInjector

java.lang.Object
  extended by org.apache.camel.spring.spi.SpringInjector
All Implemented Interfaces:
Injector

public class SpringInjector
extends Object
implements Injector

A Spring implementation of Injector allowing Spring to be used to dependency inject newly created POJOs

Version:
$Revision: 641676 $

Constructor Summary
SpringInjector(org.springframework.context.ConfigurableApplicationContext applicationContext)
           
 
Method Summary
 int getAutowireMode()
           
 boolean isDependencyCheck()
           
<T> T
newInstance(Class<T> type)
           
 void setAutowireMode(int autowireMode)
           
 void setDependencyCheck(boolean dependencyCheck)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringInjector

public SpringInjector(org.springframework.context.ConfigurableApplicationContext applicationContext)
Method Detail

newInstance

public <T> T newInstance(Class<T> type)
Specified by:
newInstance in interface Injector

getAutowireMode

public int getAutowireMode()

setAutowireMode

public void setAutowireMode(int autowireMode)

isDependencyCheck

public boolean isDependencyCheck()

setDependencyCheck

public void setDependencyCheck(boolean dependencyCheck)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.