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

Packages that use PreInitProcessor
org.mule.config.processors   
org.mule.config.transformer   
org.mule.registry   
 

Uses of PreInitProcessor in org.mule.config.processors
 

Classes in org.mule.config.processors that implement PreInitProcessor
 class DecoratingAnnotatedServiceProcessor
          This object processor allows users to register annotated services directly to the registry and have them configured correctly.
 

Uses of PreInitProcessor in org.mule.config.transformer
 

Classes in org.mule.config.transformer that implement PreInitProcessor
 class AnnotatedTransformerObjectProcessor
          Will check all method level annotations to see if there are any Transformer annotations present.
 

Uses of PreInitProcessor in org.mule.registry
 

Classes in org.mule.registry that implement PreInitProcessor
 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 NotificationListenerProcessor
          Will register any ServerNotificationListener instances with the MuleContext to receive notifications
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.