Class | Description |
---|---|
AbstractConfigurationBuilder |
A support class for
ConfigurationBuilder implementations
that handles the logic of creating config arrays and Properties
arguments |
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. |
AutoConfigurationBuilder |
Configures Mule from a configuration resource or comma seperated list of configuration resources by
auto-detecting the ConfigurationBuilder to use for each resource.
|
DefaultsConfigurationBuilder |
Configures defaults required by Mule.
|
DeployableMuleXmlContextListener |
This ServletContextListener should be used instead of
MuleXmlBuilderContextListener when the webapp is contributing a
configuration to an existing Mule instance configured and started at the server
level rather than embedding a Mule instance in the webapp itself. |
ExtensionsManagerConfigurationBuilder |
Implementation of
ConfigurationBuilder
that register a ExtensionManager if
it's present in the classpath |
MuleXmlBuilderContextListener |
MuleXmlBuilderContextListener is a bootstrap listener used to
construct a MuleContext instance. |
MuleXmlBuilderContextServlet | |
SimpleConfigurationBuilder |
This simple ConfgurationBuilder implementation.
|
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. |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.