org.apache.camel.spring
Class SpringInjector
java.lang.Object
org.apache.camel.impl.ReflectionInjector
org.apache.camel.spring.SpringInjector
- All Implemented Interfaces:
- org.apache.camel.spi.Injector
public class SpringInjector
- extends org.apache.camel.impl.ReflectionInjector
A Spring implementation of Injector
allowing Spring to be used to inject newly constructed type converters
- Version:
- $Revision: 525537 $
Constructor Summary |
SpringInjector(org.springframework.context.ApplicationContext applicationContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringInjector
public SpringInjector(org.springframework.context.ApplicationContext applicationContext)
newInstance
public Object newInstance(Class type)
- Specified by:
newInstance
in interface org.apache.camel.spi.Injector
- Overrides:
newInstance
in class org.apache.camel.impl.ReflectionInjector
Copyright © 2007 Apache Software Foundation. All Rights Reserved.