|
||||||||||
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.spring.SpringConfigurationBuilder
public class SpringConfigurationBuilder
Adds an existing Spring ApplicationContext to Mule's internal collection of Registries.
Field Summary |
---|
Fields inherited from class org.mule.config.builders.AbstractConfigurationBuilder |
---|
configured, logger |
Constructor Summary | |
---|---|
SpringConfigurationBuilder(org.springframework.context.ApplicationContext appContext)
|
|
SpringConfigurationBuilder(org.springframework.context.ConfigurableApplicationContext appContext,
org.springframework.context.ApplicationContext parentContext)
|
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 |
Constructor Detail |
---|
public SpringConfigurationBuilder(org.springframework.context.ApplicationContext appContext)
public SpringConfigurationBuilder(org.springframework.context.ConfigurableApplicationContext appContext, org.springframework.context.ApplicationContext parentContext)
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 |