org.mule.api.registry
Interface ObjectProcessor

All Known Subinterfaces:
InjectProcessor, PreInitProcessor
All Known Implementing Classes:
AnnotatedTransformerObjectProcessor, DecoratingAnnotatedServiceProcessor, 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
 java.lang.Object process(java.lang.Object object)
           
 

Method Detail

process

java.lang.Object process(java.lang.Object object)


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