| Class | Description |
|---|---|
| MissingParserProblemReporter |
A very simple extension to
FailFastProblemReporter
that intercepts errors related to missing definition parsers to give a more helpful message. |
| MuleApplicationContext |
MuleApplicationContext is a simple extension application context
that allows resources to be loaded from the Classpath of file system using the
MuleBeanDefinitionReader. |
| MuleBeanDefinitionDocumentReader |
Allows us to hook in our own Hierarchical Parser delegate.
|
| MuleConfigurationConfigurator |
This class is a "SmartFactoryBean" which allows a few XML attributes to be set on the
otherwise read-only MuleConfiguration.
|
| MuleContextPostProcessor |
Responsible for passing in the MuleContext instance for all objects in the
registry that want it.
|
| MuleHierarchicalBeanDefinitionParserDelegate |
This parser enables Mule to parse heirarchical bean structures using spring Namespace handling
There are 4 base DefinitionParsers supplied in Mule that most Parsers will extend from, these are
AbstractChildDefinitionParser
AbstractMuleBeanDefinitionParser
ChildDefinitionParser
MuleOrphanDefinitionParser |
| MuleResourceLoader |
MuleResourceLoader is a custom Spring resource loader that calls
standard Mule methods for loading resource files. |
| ServerNotificationManagerConfigurator | |
| SpringRegistry | |
| SpringXmlConfigurationBuilder |
SpringXmlConfigurationBuilder enables Mule to be configured from a
Spring XML Configuration file used with Mule name-spaces. |
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.