Uses of Class
org.apache.camel.util.FactoryFinder

Packages that use FactoryFinder
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of FactoryFinder in org.apache.camel
 

Methods in org.apache.camel that return FactoryFinder
 FactoryFinder CamelContext.createFactoryFinder()
          Create a FactoryFinder which will be used for the loading the factory class from META-INF
 FactoryFinder CamelContext.createFactoryFinder(String path)
          Create a FactoryFinder which will be used for the loading the factory class from META-INF
 

Uses of FactoryFinder in org.apache.camel.impl
 

Fields in org.apache.camel.impl declared as FactoryFinder
protected static FactoryFinder DefaultComponentResolver.COMPONENT_FACTORY
           
protected static FactoryFinder DefaultLanguageResolver.LANGUAGE_FACTORY
           
protected static FactoryFinder DefaultLanguageResolver.LANGUAGE_RESOLVER
           
 

Methods in org.apache.camel.impl that return FactoryFinder
 FactoryFinder DefaultCamelContext.createFactoryFinder()
           
 FactoryFinder DefaultCamelContext.createFactoryFinder(String path)
           
 

Method parameters in org.apache.camel.impl with type arguments of type FactoryFinder
 void DefaultCamelContext.setFactoryFinderClass(Class<? extends FactoryFinder> finderClass)
           
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.