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

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

Classes in org.mule.registry that implement ObjectProcessor
 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-2013 MuleSoft, Inc.. All Rights Reserved.