public class SimpleConfigurationBuilder extends AbstractConfigurationBuilder
Registry via
the ConfigurationBuilder interface. This is useful for example for the registration of "startup properties" which are
provided at startup and then used to fill "property placeholders" in other configuration mechanisms such as XML.| Modifier and Type | Field and Description |
|---|---|
protected Map |
objects |
configured, logger| Constructor and Description |
|---|
SimpleConfigurationBuilder(Map objects) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doConfigure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided.
|
applyLifecycle, configure, isConfiguredprotected Map objects
public SimpleConfigurationBuilder(Map objects)
protected void doConfigure(MuleContext muleContext) throws Exception
AbstractConfigurationBuilderConfigurationBuilder implementation as bean properties before this method has been
called.doConfigure in class AbstractConfigurationBuildermuleContext - The current MuleContextConfigurationException - if the configuration fails i.e. an object cannot be created or initialised properlyExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.