| Interface | Description |
|---|---|
| ComponentModelInitializer |
Internal class to be used to initialize
ComponentAst lazily. |
| LazyComponentInitializerAdapter |
Initializer for the creation of lazy resources.
|
| OptionalObjectsController |
Keeps track of keys that have been marked as optional on a registry-bootstrap file.
|
| Class | Description |
|---|---|
| BaseMuleArtifactContext |
Spring context specialization that contains just some standard constant beans for every Mule deployable artifact.
|
| 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
|
| DefaultComponentBuildingDefinitionRegistryFactory |
Default implementation of
ComponentBuildingDefinitionRegistryFactory which creates instances of
ComponentBuildingDefinitionRegistry |
| DefaultOptionalObjectsController |
Default implementation of
OptionalObjectsController |
| ImmutableObjectProviderConfiguration |
Immutable implementation of
ObjectProviderConfiguration |
| InjectParamsFromContextServiceMethodInvoker |
A
MethodInvoker to automatically reroute Service method invocations to Inject annotated overloads,
similar to InjectParamsFromContextServiceProxy |
| 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. |
| LazySampleDataService |
SampleDataService implementation that initialises just the required components before executing the resolving logic. |
| LazyValueProviderService |
ValueProviderService implementation flavour that initialises just the required components before executing the
resolving logic. |
| 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.
|
| NoOpLazyComponentInitializer |
NoOp implementation for
LazyComponentInitializer. |
| NotificationConfig<N extends org.mule.runtime.api.notification.Notification,L extends org.mule.runtime.api.notification.NotificationListener<N>> |
Notification helper object for creating notification manager configuration.
|
| NotificationConfig.DisabledNotificationConfig<N extends org.mule.runtime.api.notification.Notification,L extends org.mule.runtime.api.notification.NotificationListener<N>> | |
| NotificationConfig.EnabledNotificationConfig<N extends org.mule.runtime.api.notification.Notification,L extends org.mule.runtime.api.notification.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. |
| SpringXmlConfigurationBuilder |
SpringXmlConfigurationBuilder enables Mule to be configured from a Spring XML Configuration file used with Mule
name-spaces. |
| TrackingPostProcessor |
BeanPostProcessor that keeps track of the beans created after a certain point in order to later allow them to be
disposed (in the right dependency order). |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.