| Class | Description |
|---|---|
| AbstractRegistry | |
| AbstractRegistryBroker | |
| DefaultRegistryBroker | |
| ExpressionEnricherProcessor |
Registers ExpressionEvaluators with the
DefaultExpressionManager so that they will
be resolved at run-time. |
| ExpressionEvaluatorProcessor |
Registers ExpressionEvaluators with the
DefaultExpressionManager so that they will
be resolved at run-time. |
| JSR250ValidatorProcessor |
This registry processor will check for objects that have JSR-250 lifecycle annotations defined and validates that the
following conditions are met (according to the JSR-250 spec)
The method MUST NOT have any parameters except in the case of EJB interceptors in which case it takes an InvocationContext object as defined by the EJB specification.
|
| LifecycleStateInjectorProcessor |
Injects the MuleContext object for objects stored in the
TransientRegistry where the object registered
implements MuleContextAware. |
| MuleContextProcessor |
Injects the MuleContext object for objects stored in the
TransientRegistry where the object registered
implements MuleContextAware. |
| MuleRegistryHelper |
Adds lookup/register/unregister methods for Mule-specific entities to the standard
Registry interface.
|
| NotificationListenerProcessor |
Will register any
ServerNotificationListener instances with the MuleContext
to receive notifications |
| RegistryMap |
Provides a
HashMap view of values stored in the registry |
| TransientRegistry |
Use the registryLock when reading/writing/iterating over the contents of the registry hashmap.
|
| TypeBasedTransformerResolver |
Will discover transformers based on type information only.
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.