| Interface | Description |
|---|---|
| BeanDependencyResolver |
Bean dependency resolver interface.
|
| LazyComponentInitializer |
Initializer for the creation of lazy resources.
|
| 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. |
| CustomEncryptionStrategyDelegate |
Delegate for encryption strategies configured inside security-manager
|
| CustomSecurityProviderDelegate |
Delegate for security providers configured inside security-manager
|
| DefaultBeanDependencyResolver |
Default
BeanDependencyResolver to resolve dependencies based on spring
BeanDefinitions and dependencies in the configuration. |
| DefaultOptionalObjectsController |
Default implementation of
OptionalObjectsController |
| DefaultXmlGathererErrorHandlerFactory |
Default implementation of
XmlGathererErrorHandlerFactory which will return the DefaultXmlLoggerErrorHandler
instance that registers all errors when ErrorHandler.error(SAXParseException) is called, to then return the
complete gathered list of exceptions through XmlGathererErrorHandler.getErrors() method. |
| DefaultXmlLoggerErrorHandler |
Default implementation of
XmlGathererErrorHandler which collects all errors, and on a fatal exception will
propagate an exception. |
| ImmutableObjectProviderConfiguration |
Immutable implementation of
ObjectProviderConfiguration |
| InjectParamsFromContextServiceProxy |
Proxies a
Service instance to automatically Inject parameters for invocations of implementation methods. |
| LazyConnectivityTestingService |
ConnectivityTestingService implementation that initialises the required components before doing test connectivity. |
| LazyMetadataService |
MetadataService implementation that initialises the required components before doing test connectivity. |
| LazyMuleArtifactContext |
Implementation of
MuleArtifactContext that allows to create configuration components lazily. |
| LazyValueProviderService |
ValueProviderService implementation flavour that initialises just the required components before executing the
resolving logic. |
| MissingParserProblemReporter |
A very simple extension to
FailFastProblemReporter that intercepts errors
related to missing definition parsers to give a more helpful message. |
| ModuleDelegatingEntityResolver |
Custom implementation of resolver for schemas where it will delegate to our custom resolver, then if not found will try to
generate the XSDs from the extensions (through ), and finally fall back to Spring's
DelegatingEntityResolver. |
| MuleArtifactContext |
MuleArtifactContext is a simple extension application context that allows resources to be loaded from the
Classpath of file system using the MuleBeanDefinitionReader. |
| 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.
|
| MuleCustomEntityResolver |
Custom entity resolver based on Spring's schema resolver.
|
| MuleDocumentLoader |
Alternative to Spring's default document loader that uses SAX to add metadata to the DOM elements that are the
result of the default parser.
|
| MuleDocumentLoader.XmlMetadataAnnotator |
SAX filter that builds the metadata that will annotate the built nodes.
|
| MuleObjectCreationBeanDefinitionRegistryPostProcessor |
Simple
BeanDefinitionRegistryPostProcessor to delegate to a consumer function
when invoked. |
| NotificationConfig<N extends Notification,L extends NotificationListener<N>> |
Notification helper object for creating notification manager configuration.
|
| NotificationConfig.DisabledNotificationConfig<N extends Notification,L extends NotificationListener<N>> | |
| NotificationConfig.EnabledNotificationConfig<N extends Notification,L extends NotificationListener<N>> | |
| NotificationListenersPostProcessor | Deprecated
as of 3.7.0 because it's not being used.
|
| ObjectProviderAwareBeanFactory |
ListableBeanFactory implementation that will resolve beans using a list of
ObjectProviders if it was not able to find a bean on itself. |
| SchedulerBaseConfigFactory |
Builds a base
SchedulerConfig to be provided to the calls to SchedulerService. |
| ServerNotificationManagerConfigurator | |
| SpringConfigurationComponentLocator |
Spring implementation of
ConfigurationComponentLocator. |
| SpringRegistry | |
| SpringRegistryBootstrap | |
| SpringRegistryLifecycleManager | |
| SpringXmlConfigurationBuilder |
SpringXmlConfigurationBuilder enables Mule to be configured from a Spring XML Configuration file used with Mule
name-spaces. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.