public abstract class AbstractConfigurationBuilder extends Object implements ConfigurationBuilder
ConfigurationBuilder implementations
that handles the logic of creating config arrays and Properties
argumentsConfigurationBuilder| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
AbstractConfigurationBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided
|
protected abstract void |
doConfigure(MuleContext muleContext) |
boolean |
isConfigured()
Indicate whether this ConfigurationBulder has been configured yet
|
public void configure(MuleContext muleContext) throws ConfigurationException
ConfigurationBuilderconfigure in interface ConfigurationBuilderConfigurationExceptionprotected abstract void doConfigure(MuleContext muleContext) throws Exception
Exceptionpublic boolean isConfigured()
ConfigurationBuilderisConfigured in interface ConfigurationBuildertrue if this ConfigurationBulder has been configured.Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.