Package | Description |
---|---|
org.mule.config.builders | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
Modifier and Type | Field and Description |
---|---|
protected ConfigResource[] |
AbstractResourceConfigurationBuilder.configResources |
Modifier and Type | Method and Description |
---|---|
protected ConfigResource[] |
WebappMuleXmlConfigurationBuilder.loadConfigResources(String[] configs) |
protected ConfigResource[] |
AbstractResourceConfigurationBuilder.loadConfigResources(String[] configs) |
Modifier and Type | Method and Description |
---|---|
protected void |
AutoConfigurationBuilder.autoConfigure(MuleContext muleContext,
ConfigResource[] configResources) |
protected void |
WebappMuleXmlConfigurationBuilder.createSpringParentRegistry(MuleContext muleContext,
Registry registry,
ConfigResource[] all) |
Constructor and Description |
---|
AbstractResourceConfigurationBuilder(ConfigResource[] configResources) |
AutoConfigurationBuilder(ConfigResource[] resources) |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringXmlConfigurationBuilder.createSpringParentRegistry(MuleContext muleContext,
Registry registry,
ConfigResource[] all)
Creates a Spring ApplicationContext from the configuration resources provided
and sets it as the parent Registry.
|
Constructor and Description |
---|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
ConfigResource[] configResources)
Parses configuration files creating a spring ApplicationContext which is used
as a parent registry using the SpringRegistry registry implementation to wraps
the spring ApplicationContext
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
ConfigResource[] configResources,
org.springframework.context.ApplicationContext parent)
Parses configuration files creating a spring ApplicationContext which is used
as a parent registry using the SpringRegistry registry implementation to wraps
the spring ApplicationContext
|
MuleApplicationContext(MuleContext muleContext,
Registry registry,
ConfigResource[] configResources,
boolean refresh) |
SpringXmlConfigurationBuilder(ConfigResource[] configResources) |
SpringXmlConfigurationBuilder(ConfigResource[] configResources,
org.springframework.context.ApplicationContext parentContext) |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.