public class SpringConfigurationBuilder extends AbstractConfigurationBuilder
configured, logger
Constructor and Description |
---|
SpringConfigurationBuilder(org.springframework.context.ApplicationContext appContext) |
SpringConfigurationBuilder(org.springframework.context.ConfigurableApplicationContext appContext,
org.springframework.context.ApplicationContext parentContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
doConfigure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided.
|
applyLifecycle, configure, isConfigured
public SpringConfigurationBuilder(org.springframework.context.ApplicationContext appContext)
public SpringConfigurationBuilder(org.springframework.context.ConfigurableApplicationContext appContext, org.springframework.context.ApplicationContext parentContext)
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.