| Interface | Description |
|---|---|
| InjectProcessor | Deprecated
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. |
| LifecycleRegistry |
A
Registry which not only registers and fetches objects, but it's also capable of applying lifecycle and injects
dependencies |
| MuleRegistry |
Adds lookup/register/unregister methods for Mule-specific entities to the standard Registry interface.
|
| ObjectProcessor | Deprecated
as of 3.7.0 since these are only used by
TransientRegistry which is also deprecated. |
| PreInitProcessor | Deprecated
as of 3.7.0 since these are only used by
TransientRegistry which is also
deprecated. |
| Registry | |
| RegistryBroker | Deprecated
as of 3.7.0.
|
| RegistryProvider |
A component capable of providing all the registered
Registry instances |
| ServiceRegistry |
Locates and returns all registered instances of a given provider class.
|
| ServiceType |
TODO
|
| TransformerResolver |
A TransformResolver is used to find transformers that match a certain criteria in the registry.
|
| Class | Description |
|---|---|
| AbstractServiceRegistry |
Base implementation of
ServiceRegistry that enforce common behaviour for all implementations. |
| Enum | Description |
|---|---|
| TransformerResolver.RegistryAction |
Possible registry actions that occur that will trigger an event fired via
TransformerResolver.transformerChange(Transformer, RegistryAction) method. |
| Exception | Description |
|---|---|
| IllegalDependencyInjectionException |
Thrown to indicate that an object has an illegal dependency injection reference against another object
|
| RegistrationException | |
| ResolverException |
An exception that is thrown by resolver classes responsible for finding objects in the registry based on particular criteria
|
| ServiceException |
Any service-related exception: service not found, service lookup error, etc.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.