Uses of Interface
org.mule.api.registry.ObjectProcessor

Packages that use ObjectProcessor
org.mule.api.registry   
org.mule.impl.annotations.processors   
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.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.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.
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.