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, isConfigured
protected Map objects
public SimpleConfigurationBuilder(Map objects)
protected void doConfigure(MuleContext muleContext) throws Exception
AbstractConfigurationBuilder
ConfigurationBuilder
implementation as bean properties before this method
has been called.doConfigure
in class AbstractConfigurationBuilder
muleContext
- The current MuleContext
ConfigurationException
- if the configuration fails i.e. an object cannot be created or
initialised properlyException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.