|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.context | |
| 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 void |
AutoConfigurationBuilder.doConfigure(MuleContext muleContext)
|
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)
|
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||