Uses of Class
org.mule.config.ConfigResource

Packages that use ConfigResource
org.mule.config.builders   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.config.spring.hotdeploy   
 

Uses of ConfigResource in org.mule.config.builders
 

Fields in org.mule.config.builders declared as ConfigResource
protected  ConfigResource[] AbstractResourceConfigurationBuilder.configResources
           
 

Methods in org.mule.config.builders that return ConfigResource
protected  ConfigResource[] WebappMuleXmlConfigurationBuilder.loadConfigResources(String[] configs)
           
protected  ConfigResource[] AbstractResourceConfigurationBuilder.loadConfigResources(String[] configs)
           
 

Methods in org.mule.config.builders with parameters of type ConfigResource
protected  void AutoConfigurationBuilder.autoConfigure(MuleContext muleContext, ConfigResource[] configResources)
           
protected  org.springframework.context.ApplicationContext WebappMuleXmlConfigurationBuilder.createApplicationContext(MuleContext muleContext, ConfigResource[] configResources)
           
 

Constructors in org.mule.config.builders with parameters of type ConfigResource
AbstractResourceConfigurationBuilder(ConfigResource[] configResources)
           
AutoConfigurationBuilder(ConfigResource[] resources)
           
 

Uses of ConfigResource in org.mule.config.spring
 

Methods in org.mule.config.spring with parameters of type ConfigResource
protected  org.springframework.context.ApplicationContext SpringXmlConfigurationBuilder.createApplicationContext(MuleContext muleContext, ConfigResource[] configResources)
           
 

Constructors in org.mule.config.spring with parameters of type ConfigResource
MuleApplicationContext(MuleContext muleContext, ConfigResource[] configResources)
          Parses configuration files creating a spring ApplicationContext which is used as a parent registry using the SpringRegistry registry implementation to wraps the spring ApplicationContext
SpringXmlConfigurationBuilder(ConfigResource[] configResources)
           
 

Uses of ConfigResource in org.mule.config.spring.hotdeploy
 

Constructors in org.mule.config.spring.hotdeploy with parameters of type ConfigResource
ReloadableBuilder(ConfigResource[] configResources)
           
 



Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.