|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mule.extras.spring.config.SpringConfigurationBuilder
SpringConfigurationBuilder Enables Mule to be loaded from as Spring
context. Multiple configuration files can be loaded from this builder (specified
as a comma-separated list) the files can be String Beans documents or Mule Xml
Documents or a combination of both. Any Mule Xml documents will be transformed at
run-time in to Spring Bean documents before the bean definitions are loaded. Make
sure that the DTD definitions for each of the document types are declared in the
documents.
| Constructor Summary | |
SpringConfigurationBuilder()
|
|
| Method Summary | |
org.mule.umo.manager.UMOManager |
configure(org.mule.config.ReaderResource[] configResources)
Will configure a UMOManager based on the configurations made available through Readers. |
org.mule.umo.manager.UMOManager |
configure(org.mule.config.ReaderResource[] configResources,
Properties startupProperties)
Will configure a UMOManager based on the configurations made available through Readers. |
org.mule.umo.manager.UMOManager |
configure(String configResources)
|
org.mule.umo.manager.UMOManager |
configure(String configResource,
String startupPropertiesFile)
|
boolean |
isConfigured()
Indicate whether this ConfigurationBulder has been configured yet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SpringConfigurationBuilder()
| Method Detail |
public org.mule.umo.manager.UMOManager configure(org.mule.config.ReaderResource[] configResources)
throws org.mule.config.ConfigurationException
configure in interface org.mule.config.ConfigurationBuilderconfigResources - an array of Readers
org.mule.config.ConfigurationException
public org.mule.umo.manager.UMOManager configure(org.mule.config.ReaderResource[] configResources,
Properties startupProperties)
throws org.mule.config.ConfigurationException
configure in interface org.mule.config.ConfigurationBuilderconfigResources - an array of Readers
org.mule.config.ConfigurationException
public org.mule.umo.manager.UMOManager configure(String configResources)
throws org.mule.config.ConfigurationException
configure in interface org.mule.config.ConfigurationBuilderorg.mule.config.ConfigurationException
public org.mule.umo.manager.UMOManager configure(String configResource,
String startupPropertiesFile)
throws org.mule.config.ConfigurationException
configure in interface org.mule.config.ConfigurationBuilderorg.mule.config.ConfigurationExceptionpublic boolean isConfigured()
isConfigured in interface org.mule.config.ConfigurationBuildertrue if this ConfigurationBulder has been configured
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||