Uses of Class
org.mule.api.config.ConfigurationException

Packages that use ConfigurationException
org.mule The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.api.config   
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.config.builders   
org.mule.config.endpoint   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.context   
org.mule.module.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.module.ognl.filters   
 

Uses of ConfigurationException in org.mule
 

Methods in org.mule that throw ConfigurationException
protected  ConfigurationBuilder MuleServer.createConfigurationBuilder()
           
 

Uses of ConfigurationException in org.mule.api.config
 

Methods in org.mule.api.config that throw ConfigurationException
 void ConfigurationBuilder.configure(MuleContext muleContext)
          Will configure a MuleContext based on the configuration provided.
 

Uses of ConfigurationException in org.mule.api.context
 

Methods in org.mule.api.context that throw ConfigurationException
 MuleContext MuleContextFactory.createMuleContext()
          Returns an existing instance of MuleContext is one exists, otherwise a new MuleContext instance is created with defaults.
 MuleContext MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
          Creates a new MuleContext using the given configurationBuilder
 MuleContext MuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder, MuleContextBuilder muleContextBuilder)
          Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builder and c onfigures it with configurationBuilder
 MuleContext MuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders, MuleContextBuilder muleContextBuilder)
          Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builders.
 MuleContext MuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
          Creates a new MuleContext using the MuleContextBuilder provided.
 

Uses of ConfigurationException in org.mule.config.builders
 

Methods in org.mule.config.builders that throw ConfigurationException
protected  void AutoConfigurationBuilder.autoConfigure(MuleContext muleContext, ConfigResource[] configResources)
           
 void AbstractConfigurationBuilder.configure(MuleContext muleContext)
          Will configure a MuleContext object based on the builders configuration settings.
 void AbstractResourceConfigurationBuilder.configure(MuleContext muleContext)
          Override to check for existence of configResouce before invocation, and set resources n configuration afterwards.
protected  MuleContext MuleXmlBuilderContextListener.createMuleContext(String configResource, ServletContext servletContext)
          Creates the MuleContext based on the configuration resource(s) and possibly init parameters for the Servlet.
protected  void AutoConfigurationBuilder.doConfigure(MuleContext muleContext)
           
protected  ConfigResource[] WebappMuleXmlConfigurationBuilder.loadConfigResources(String[] configs)
           
protected  ConfigResource[] AbstractResourceConfigurationBuilder.loadConfigResources(String[] configs)
           
 

Constructors in org.mule.config.builders that throw ConfigurationException
AbstractResourceConfigurationBuilder(String configResources)
           
AbstractResourceConfigurationBuilder(String[] configResources)
           
AutoConfigurationBuilder(String resource)
           
AutoConfigurationBuilder(String[] resources)
           
WebappMuleXmlConfigurationBuilder(ServletContext servletContext, String configResources)
           
WebappMuleXmlConfigurationBuilder(ServletContext servletContext, String[] configResources)
           
 

Uses of ConfigurationException in org.mule.config.endpoint
 

Methods in org.mule.config.endpoint that throw ConfigurationException
protected
<T> T
AbstractEndpointAnnotationParser.lookupConfig(String location, Class<T> type)
           
 

Uses of ConfigurationException in org.mule.config.spring
 

Constructors in org.mule.config.spring that throw ConfigurationException
SpringXmlConfigurationBuilder(String configResources)
           
SpringXmlConfigurationBuilder(String[] configResources)
           
 

Uses of ConfigurationException in org.mule.context
 

Methods in org.mule.context that throw ConfigurationException
 MuleContext DefaultMuleContextFactory.createMuleContext()
          Use default ConfigurationBuilder, default MuleContextBuilder
 MuleContext DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder)
          Use default MuleContextBuilder
 MuleContext DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder, MuleContextBuilder muleContextBuilder)
          Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builder and c onfigures it with configurationBuilder
 MuleContext DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder, Properties properties)
          Creates a new MuleContext using the given configurationBuilder.
 MuleContext DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder, Properties properties, MuleConfiguration configuration)
          Creates a new MuleContext using the given configurationBuilder and configuration.
 MuleContext DefaultMuleContextFactory.createMuleContext(List<ConfigurationBuilder> configurationBuilders, MuleContextBuilder muleContextBuilder)
          Creates a new MuleContext using the MuleContextBuilder provided and configures it with the list of configuration builders.
 MuleContext DefaultMuleContextFactory.createMuleContext(MuleContextBuilder muleContextBuilder)
          Use default ConfigurationBuilder
 MuleContext DefaultMuleContextFactory.createMuleContext(String resource)
          Creates a new MuleContext instance from the resource provided.
 MuleContext DefaultMuleContextFactory.createMuleContext(String configResources, Properties properties)
          Creates a new MuleContext instance from the resource provided.
 

Uses of ConfigurationException in org.mule.module.client
 

Constructors in org.mule.module.client that throw ConfigurationException
MuleClient(String configResources, ConfigurationBuilder builder)
          Configures a Mule client instance
MuleClient(String configResources, ConfigurationBuilder builder, String user, String password)
          Configures a Mule client instance
 

Uses of ConfigurationException in org.mule.module.ognl.filters
 

Methods in org.mule.module.ognl.filters that throw ConfigurationException
 void OGNLFilter.setExpression(String expression)
          Sets the expression for this filter.
 



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