Uses of Class
org.mule.config.ConfigurationException

Packages that use ConfigurationException
org.mule.components.builder   
org.mule.components.simple A collection of simple mule components that can be useful to simplify configuration while testing. 
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.config.builders Various configuration builders for configuring a Mule Instance. 
org.mule.examples.loanbroker.bank   
org.mule.extras.client Simple interface for Mule clients to send and receive events from local or remote Mule Servers. 
org.mule.extras.spring Provides extensions to use the Spring framework with Mule such as utilising the spring container to build components managed by Mule. 
org.mule.extras.spring.config Classes for loading The Mule Server itself from a spring context, which make it easy to embed Mule with a Spring application. 
org.mule.impl The Mule implementation of the Universal Message Objects(tm) API specification. 
org.mule.providers.soap.xfire   
org.mule.routing.filters Filters are often used by routers to determine if the event should be accepted by the router. 
org.mule.tck.model Test suite for testing Model releated extensions. 
 

Uses of ConfigurationException in org.mule.components.builder
 

Methods in org.mule.components.builder that throw ConfigurationException
 void AbstractMessageBuilder.setDescriptor(UMODescriptor descriptor)
           
 

Uses of ConfigurationException in org.mule.components.simple
 

Methods in org.mule.components.simple that throw ConfigurationException
 void BridgeComponent.setDescriptor(UMODescriptor descriptor)
           
 

Uses of ConfigurationException in org.mule.config
 

Methods in org.mule.config that throw ConfigurationException
 UMOManager ConfigurationBuilder.configure(String configResources)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager ConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager ConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
          Will configure a UMOManager based on the configurations made available through Readers
 

Uses of ConfigurationException in org.mule.config.builders
 

Methods in org.mule.config.builders that throw ConfigurationException
 UMOManager ScriptConfigurationBuilder.configure(String configResources)
           
 UMOManager ScriptConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
          Will configure a UMOManager based on the configuration file(s) provided.
 UMOManager ScriptConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
          Will configure a UMOManager based on the configurations made available through Readers
 UMOManager MuleXmlConfigurationBuilder.configure(String configResources)
           
 UMOManager MuleXmlConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
           
protected  InputStream MuleXmlConfigurationBuilder.loadResource(String configResource)
          Override this method to provide alternative ways of loading a resource.
 UMOManager MuleXmlConfigurationBuilder.configure(ReaderResource[] configResources)
          Deprecated. Please use configure(ReaderResource[] configResources, Properties startupProperties) instead.
 UMOManager MuleXmlConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
           
protected  void MuleXmlConfigurationBuilder.addSecurityManagerRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addTransformerRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addGlobalEndpointRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addEndpointIdentifierRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addTransactionManagerRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addAgentRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addConnectorRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addInterceptorStackRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addModelRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addMuleDescriptorRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addMessageRouterRules(org.apache.commons.digester.Digester digester, String path, String type)
           
protected  void MuleXmlConfigurationBuilder.addRouterRules(org.apache.commons.digester.Digester digester, String path, String type)
           
protected  void MuleXmlConfigurationBuilder.addReplyToRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void MuleXmlConfigurationBuilder.addEndpointRules(org.apache.commons.digester.Digester digester, String path, String method)
           
protected  void MuleXmlConfigurationBuilder.addGlobalReferenceEndpointRules(org.apache.commons.digester.Digester digester, String path, String method)
           
protected  void MuleXmlConfigurationBuilder.addCommonEndpointRules(org.apache.commons.digester.Digester digester, String path, String method)
           
protected  void MuleXmlConfigurationBuilder.addExceptionStrategyRules(org.apache.commons.digester.Digester digester, String path)
           
protected  UMOManager MuleXmlBuilderContextListener.createManager(String configResource, String webappClasspath, ServletContext context)
          Used to actually construct the UMOManager instance
 UMOManager MuleClasspathConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
          Deprecated. Will configure a UMOManager based on the configuration file(s) provided.
 Attributes PlaceholderProcessor.processAttributes(Attributes attributes, String elementName)
           
 String PlaceholderProcessor.processValue(String value)
           
protected  String PlaceholderProcessor.processEncryptedValue(String value)
           
protected  Object AbstractDigesterConfiguration.process(ReaderResource[] configResources)
           
protected  void AbstractDigesterConfiguration.addContainerContextRules(String path, String setterMethod, int parentIndex)
           
protected  void AbstractDigesterConfiguration.addFilterRules(org.apache.commons.digester.Digester digester, String path)
           
protected  void AbstractDigesterConfiguration.addFilterGroupRule(org.apache.commons.digester.Digester digester, String path)
           
protected  void AbstractDigesterConfiguration.addLeftFilterRule(org.apache.commons.digester.Digester digester, String path)
           
protected  void AbstractDigesterConfiguration.addRightFilterRule(org.apache.commons.digester.Digester digester, String path)
           
protected  void AbstractDigesterConfiguration.addSingleFilterRule(org.apache.commons.digester.Digester digester, String path)
           
protected  InputStream WebappMuleXmlConfigurationBuilder.loadResource(String resource)
          Attempt to load any resource from the Servlet Context first, then from the classpath.
 UMOManager QuickConfigurationBuilder.configure(String configResources)
           
 UMOManager QuickConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
           
 UMOManager QuickConfigurationBuilder.configure(ReaderResource[] configResources)
           
 UMOManager QuickConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
           
 

Constructors in org.mule.config.builders that throw ConfigurationException
MuleXmlConfigurationBuilder()
           
MuleClasspathConfigurationBuilder()
          Deprecated.  
WebappMuleXmlConfigurationBuilder(ServletContext context, String webappClasspath)
           
 

Uses of ConfigurationException in org.mule.examples.loanbroker.bank
 

Methods in org.mule.examples.loanbroker.bank that throw ConfigurationException
 void Bank.setDescriptor(UMODescriptor descriptor)
           
 

Uses of ConfigurationException in org.mule.extras.client
 

Constructors in org.mule.extras.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.extras.spring
 

Methods in org.mule.extras.spring that throw ConfigurationException
 void SpringContainerContext.setConfigFile(String configFile)
          Deprecated. use setConfigResources() instead
 

Uses of ConfigurationException in org.mule.extras.spring.config
 

Methods in org.mule.extras.spring.config that throw ConfigurationException
 UMOManager SpringConfigurationBuilder.configure(ReaderResource[] configResources)
          Will configure a UMOManager based on the configurations made available through Readers.
 UMOManager SpringConfigurationBuilder.configure(ReaderResource[] configResources, Properties startupProperties)
          Will configure a UMOManager based on the configurations made available through Readers.
 UMOManager SpringConfigurationBuilder.configure(String configResources)
           
 UMOManager SpringConfigurationBuilder.configure(String configResources, String startupPropertiesFile)
           
 

Uses of ConfigurationException in org.mule.impl
 

Methods in org.mule.impl that throw ConfigurationException
 void UMODescriptorAware.setDescriptor(UMODescriptor descriptor)
           
 

Uses of ConfigurationException in org.mule.providers.soap.xfire
 

Methods in org.mule.providers.soap.xfire that throw ConfigurationException
 void XFireServiceComponent.setDescriptor(UMODescriptor descriptor)
           
 

Uses of ConfigurationException in org.mule.routing.filters
 

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

Uses of ConfigurationException in org.mule.tck.model
 

Methods in org.mule.tck.model that throw ConfigurationException
abstract  UMOContainerContext AbstractContainerContextTestCase.getContainerContext()
           
 



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