|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectProcessor | |
|---|---|
| org.mule.api.registry | |
| org.mule.config | Providers Mule Xml configuration support and general configuration classes. |
| org.mule.impl.annotations.processors | |
| org.mule.impl.endpoint | |
| org.mule.registry | |
| Uses of ObjectProcessor in org.mule.api.registry |
|---|
| Subinterfaces of ObjectProcessor in org.mule.api.registry | |
|---|---|
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 |
| Uses of ObjectProcessor in org.mule.config |
|---|
| Methods in org.mule.config that return types with arguments of type ObjectProcessor | |
|---|---|
List<ObjectProcessor> |
AnnotationsParserFactory.getProcessors()
A list of Object processors that should be registered for this factory. |
| Uses of ObjectProcessor in org.mule.impl.annotations.processors |
|---|
| Classes in org.mule.impl.annotations.processors that implement ObjectProcessor | |
|---|---|
class |
AbstractAnnotationProcessor
TODO |
class |
AnnotatedServiceObjectProcessor
This object processor allows users to register annotated services directly to the registry and have them configured correctly. |
class |
DirectBindAnnotationProcessor
TODO |
class |
InjectAnnotationProcessor
Processes the JSR-330 Inject annotation. |
class |
NamedAnnotationProcessor
Processes the JSR-330 Named annotation. |
| Uses of ObjectProcessor in org.mule.impl.endpoint |
|---|
| Methods in org.mule.impl.endpoint that return types with arguments of type ObjectProcessor | |
|---|---|
List<ObjectProcessor> |
DefaultAnnotationsParserFactory.getProcessors()
|
| Methods in org.mule.impl.endpoint with parameters of type ObjectProcessor | |
|---|---|
protected void |
DefaultAnnotationsParserFactory.registerObjectProcessor(ObjectProcessor processor)
|
| Uses of ObjectProcessor in org.mule.registry |
|---|
| Classes in org.mule.registry that implement ObjectProcessor | |
|---|---|
class |
ExpressionEvaluatorProcessor
Registers ExpressionEvaluators with the DefaultExpressionManager so that they will
be resolved at run-time. |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||