|
|||||||||||
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.MuleClasspathConfigurationBuilder
MuleClasspathConfigurationBuilder
can be used to configure a MuleManager
based on the configuration files on the classpath. the default config resource name
is mule-config.xml but this can be overrided by passing the config resourse
name to the configure method.
Field Summary | |
protected static Log |
logger
logger used by this class |
static java.lang.String |
MULE_CONFIGURATION_RESOURCE
|
Constructor Summary | |
MuleClasspathConfigurationBuilder()
|
Method Summary | |
UMOManager |
configure(java.lang.String configResources)
Will configure a UMOManager based on the configuration file(s) provided. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static transient Log logger
public static final java.lang.String MULE_CONFIGURATION_RESOURCE
Constructor Detail |
public MuleClasspathConfigurationBuilder() throws ConfigurationException
Method Detail |
public UMOManager configure(java.lang.String configResources) throws ConfigurationException
configure
in interface ConfigurationBuilder
configure
in class MuleXmlConfigurationBuilder
configResources
- can be null or a single resource name that will be used
to seach the classpath. The default is mule-config.xml
ConfigurationException
- if the configResources param is invalid or the configurations fail to
load
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |