|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.config.builders.MuleXmlConfigurationBuilder
org.mule.config.builders.WebappMuleXmlConfigurationBuilder
WebappMuleXmlConfigurationBuilder
will first try and load config
resources from the Servlet context. If this fails it fails back to the methods
used by the MuleXmlConfigurationBuilder.
MuleXmlConfigurationBuilder
Field Summary |
Constructor Summary | |
WebappMuleXmlConfigurationBuilder(ServletContext context)
|
Method Summary | |
protected java.io.InputStream |
loadConfig(java.lang.String configResource)
ConfigResource can be a url, a path on the local file system or a resource name on the classpath Finds and loads the configuration resource by doing the following - 1. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebappMuleXmlConfigurationBuilder(ServletContext context)
Method Detail |
protected java.io.InputStream loadConfig(java.lang.String configResource) throws ConfigurationException
loadConfig
in class MuleXmlConfigurationBuilder
configResource
-
ConfigurationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |