|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.builders.AbstractConfigurationBuilder
org.mule.config.builders.SimpleConfigurationBuilder
public class SimpleConfigurationBuilder
This simple ConfgurationBuilder implementation. This is useful for registering any
Map of objects with the 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.
Field Summary | |
---|---|
protected java.util.Map |
objects
|
Fields inherited from class org.mule.config.builders.AbstractConfigurationBuilder |
---|
configured, logger |
Constructor Summary | |
---|---|
SimpleConfigurationBuilder(java.util.Map objects)
|
Method Summary | |
---|---|
protected void |
doConfigure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided. |
Methods inherited from class org.mule.config.builders.AbstractConfigurationBuilder |
---|
applyLifecycle, configure, isConfigured |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map objects
Constructor Detail |
---|
public SimpleConfigurationBuilder(java.util.Map objects)
Method Detail |
---|
protected void doConfigure(MuleContext muleContext) throws java.lang.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 properly
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |