org.mule.api.registry
Interface ObjectProcessor

All Known Subinterfaces:
InjectProcessor, PreInitProcessor
All Known Implementing Classes:
AnnotatedTransformerObjectProcessor, DecoratingAnnotatedServiceProcessor, ExpressionEnricherProcessor, ExpressionEvaluatorProcessor, IntegrationBeanAnnotatedObjectProcessor, JSR250ValidatorProcessor, LifecycleStateInjectorProcessor, LookupInjectionProcessor, MockIntegrationBeansAnnotationProcessor, MuleContextProcessor, NotificationListenerProcessor

public interface ObjectProcessor

The parent interface for all object processors. Object processors can be registered in the Mule regisrty and fired at the correct time. Developers must not implement this interface directly. Instead use either InjectProcessor or PreInitProcessor.


Method Summary
 Object process(Object object)
           
 

Method Detail

process

Object process(Object object)


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