| Interface | Description |
|---|---|
| LazyComponentInitializer |
Initializer for the creation of lazy resources.
|
| OptionalObjectsController |
Keeps track of keys that have been marked as optional on a registry-bootstrap file.
|
| XmlGathererErrorHandler |
Represents a specific type of
ErrorHandler which gathers as many errors as possible to be displayed later for
either logging purposes or to propagate an exception with the full list of errors. |
| XmlGathererErrorHandlerFactory |
Factory object to create instances of
XmlGathererErrorHandler that will be used in the reading of XML files. |
| 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
|
| 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. |
| GlobalNamePostProcessor |
Injects the bean name to beans implementing @{link GlobalNameableObject}
|
| 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. |
| 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
SchemaResourceFactory), 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 ServerNotification,L extends ServerNotificationListener<N>> |
Notification helper object for creating notification manager configuration.
|
| NotificationConfig.DisabledNotificationConfig<N extends ServerNotification,L extends ServerNotificationListener<N>> | |
| NotificationConfig.EnabledNotificationConfig<N extends ServerNotification,L extends ServerNotificationListener<N>> | |
| NotificationListenersPostProcessor | Deprecated
as of 3.7.0 because it's not being used.
|
| SchedulerBaseConfigFactory |
Builds a base
SchedulerConfig to be provided to the calls to SchedulerService. |
| ServerNotificationManagerConfigurator | |
| SpringConfigurationBuilder |
Adds an existing Spring ApplicationContext to Mule's internal collection of Registries.
|
| SpringConfigurationComponentLocator |
Spring implementation of
ConfigurationComponentLocator. |
| SpringRegistry | |
| SpringXmlConfigurationBuilder |
SpringXmlConfigurationBuilder enables Mule to be configured from a Spring XML Configuration file used with Mule
name-spaces. |
| XmlConfigurationDocumentLoader |
Loads a mule configuration file into a
Document object. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.