| 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 |
| ServiceDescriptor |
Parent interface for any pluggable service in Mule (transport, model, etc.)
|
| ServiceFinder |
ServiceFinder can be used as a hook into the service lookup process to
return the correct Service Descriptor for a given service name. |
| ServiceRegistry |
API component to be used as standard SPI discovery mechanism.
|
| TransformerResolver |
A TransformResolver is used to find transformers that match a certain criteria in the registry.
|
| Class | Description |
|---|---|
| AbstractServiceDescriptor | |
| AbstractServiceDescriptor.Key |
Unique key used to cache the service descriptors.
|
| ServiceDescriptorFactory |
Factory used to create a new service descriptor.
|
| SPIServiceRegistry |
Implementation of
ServiceRegistry
that uses standard ServiceLoader to get
the providers |
| Enum | Description |
|---|---|
| ServiceType |
TODO
|
| 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–2015 MuleSoft, Inc.. All rights reserved.