Package | Description |
---|---|
org.mule.config.builders | |
org.mule.config.spring |
Support claases for Load Mule from Spring.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceConfigurationBuilder
Abstract
ConfigurationBuilder implementation used for
ConfigurationBuider's that use one of more configuration resources of the same
type that are defined using strings or ConfigResource objects. |
class |
AutoConfigurationBuilder
Configures Mule from a configuration resource or comma seperated list of configuration resources by
auto-detecting the ConfigurationBuilder to use for each resource.
|
class |
DefaultsConfigurationBuilder
Configures defaults required by Mule.
|
class |
SimpleConfigurationBuilder
This simple ConfgurationBuilder implementation.
|
class |
WebappMuleXmlConfigurationBuilder
WebappMuleXmlConfigurationBuilder will first try and load config
resources using the ServletContext and if this fails then it will attempt to load
config resource from the classpath. |
Modifier and Type | Class and Description |
---|---|
class |
SpringXmlConfigurationBuilder
SpringXmlConfigurationBuilder enables Mule to be configured from a
Spring XML Configuration file used with Mule name-spaces. |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.