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.
Configures Mule from a configuration resource or comma seperated list of configuration resources by
auto-detecting the ConfigurationBuilder to use for each resource.
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.