| Package | Description |
|---|---|
| org.mule.api.registry | |
| org.mule.registry |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InjectProcessor
An object processor that will get called during the inject phase
|
interface |
PreInitProcessor
Fired after the inject phase but before the initialise lifecycle phase
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionEnricherProcessor
Registers ExpressionEvaluators with the
DefaultExpressionManager so that they will
be resolved at run-time. |
class |
ExpressionEvaluatorProcessor
Registers ExpressionEvaluators with the
DefaultExpressionManager so that they will
be resolved at run-time. |
class |
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.
|
class |
LifecycleStateInjectorProcessor
Injects the MuleContext object for objects stored in the
TransientRegistry where the object registered
implements MuleContextAware. |
class |
MuleContextProcessor
Injects the MuleContext object for objects stored in the
TransientRegistry where the object registered
implements MuleContextAware. |
class |
NotificationListenerProcessor
Will register any
ServerNotificationListener instances with the MuleContext
to receive notifications |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.