Interface | Description |
---|---|
ElementValidator |
Allows validating an
Element prior to parsing it. |
OptionalObjectsController |
Keeps track of keys that have been marked as optional
on a registry-bootstrap file.
|
XmlMetadataAnnotationsFactory |
Factory object to get a fresh instance of a
XmlMetadataAnnotations . |
Class | Description |
---|---|
CompositeOptionalObjectsController |
Implementation of
OptionalObjectsController which groups
a list of controllers and executes every operation on all of them. |
DefaultMuleArtifact | |
DefaultObjectSerializerFactoryBean |
An eager
SmartFactoryBean which returns the
ObjectSerializer which got configured as the
MuleContext 's default by invoking
MuleContext.getObjectSerializer()
Because this class is annotated with the
DefaultObjectSerializer qualified, this factory
bean will be used to resolve injections requests for
such qualifier |
DefaultOptionalObjectsController |
Default implementation of
OptionalObjectsController |
ExpressionEvaluatorPostProcessor |
Registers custom declarative expression evaluators configured via Spring config.
|
GlobalNamePostProcessor |
Injects the bean name to beans implementing @{link GlobalNameableObject}
|
MissingParserProblemReporter |
A very simple extension to
FailFastProblemReporter
that intercepts errors related to missing definition parsers to give a more helpful message. |
MuleApplicationContext | Deprecated
Use
MuleArtifactContext |
MuleArtifactContext |
MuleArtifactContext 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.
|
MuleDomainBeanDefinitionDocumentReader |
Allows us to hook in our own Hierarchical Parser delegate.
|
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. |
NotificationListenersPostProcessor | Deprecated
as of 3.7.0 because it's not being used.
|
ServerNotificationManagerConfigurator | |
SpringConfigurationBuilder |
Adds an existing Spring ApplicationContext to Mule's internal collection of Registries.
|
SpringRegistry | |
SpringRegistryBootstrap | |
SpringRegistryLifecycleManager | |
SpringXmlConfigurationBuilder |
SpringXmlConfigurationBuilder enables Mule to be configured from a
Spring XML Configuration file used with Mule name-spaces. |
SpringXmlConfigurationMuleArtifactFactory | |
SpringXmlDomainConfigurationBuilder |
Spring configuration builder used to create domains.
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.