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

Packages that use InjectProcessor
org.mule.config.processors   
org.mule.module.ibeans.config   
org.mule.registry   
 

Uses of InjectProcessor in org.mule.config.processors
 

Classes in org.mule.config.processors that implement InjectProcessor
 class LookupInjectionProcessor
          TODO
 

Uses of InjectProcessor in org.mule.module.ibeans.config
 

Classes in org.mule.module.ibeans.config that implement InjectProcessor
 class IntegrationBeanAnnotatedObjectProcessor
           
 class MockIntegrationBeansAnnotationProcessor
          Will process any fields on an object with the MockIntegrationBean annotation, inserting a Mockito Mock object.
 

Uses of InjectProcessor in org.mule.registry
 

Classes in org.mule.registry that implement InjectProcessor
 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.
 



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