org.apache.camel.impl
Class CachingInjector<T>

java.lang.Object
  extended by org.apache.camel.impl.CachingInjector<T>

public class CachingInjector<T>
extends Object

A caching proxy so that a single

Version:
$Revision: 630591 $

Constructor Summary
CachingInjector(TypeConverterRegistry repository, Class<T> type)
           
 
Method Summary
protected  T createInstance(Class<T> t)
           
 T newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingInjector

public CachingInjector(TypeConverterRegistry repository,
                       Class<T> type)
Method Detail

newInstance

public T newInstance()

createInstance

protected T createInstance(Class<T> t)


Copyright © 2008 Apache Software Foundation. All Rights Reserved.