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

Packages that use ConfigurationException
org.mule.api.config   
org.mule.api.context Mule Context APIs, including the MuleContext, agent and server event interfaces 
org.mule.api.service   
org.mule.component.builder   
org.mule.component.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config.builders   
org.mule.config.spring Support claases for Load Mule from Spring. 
org.mule.context   
org.mule.example.loanbroker.bank   
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   
org.mule.transport.cxf   
 

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 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.api.service
 

Methods in org.mule.api.service that throw ConfigurationException
 void ServiceAware.setService(Service service)
           
 

Uses of ConfigurationException in org.mule.component.builder
 

Methods in org.mule.component.builder that throw ConfigurationException
 void AbstractMessageBuilder.setService(Service service)
          Deprecated.  
 

Uses of ConfigurationException in org.mule.component.simple
 

Methods in org.mule.component.simple that throw ConfigurationException
 void BridgeComponent.setService(Service service)
          Deprecated.  
 

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)
           
 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 context)
          Creates the MuleContext based on the configuration resource(s) and possibly init parameters for the Servlet.
protected  void AutoConfigurationBuilder.doConfigure(MuleContext muleContext)
           
protected  ConfigResource[] AbstractResourceConfigurationBuilder.loadConfigResources(String[] configs)
           
protected  ConfigResource[] WebappMuleXmlConfigurationBuilder.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.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)
          {@inheritDoc
 MuleContext DefaultMuleContextFactory.createMuleContext(ConfigurationBuilder configurationBuilder, Properties properties)
          Creates a new MuleContext using the given configurationBuilder.
 MuleContext DefaultMuleContextFactory.createMuleContext(List configurationBuilders, MuleContextBuilder muleContextBuilder)
          {@inheritDoc
 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.example.loanbroker.bank
 

Methods in org.mule.example.loanbroker.bank that throw ConfigurationException
 void Bank.setService(Service service)
           
 

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.
 

Uses of ConfigurationException in org.mule.transport.cxf
 

Constructors in org.mule.transport.cxf that throw ConfigurationException
CxfServiceComponent(CxfConnector connector, CxfMessageReceiver receiver)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.