Spring Integration

org.springframework.integration.config.annotation
Interface MethodAnnotationPostProcessor<T extends Annotation>

All Known Implementing Classes:
AbstractMethodAnnotationPostProcessor, AggregatorAnnotationPostProcessor, FilterAnnotationPostProcessor, RouterAnnotationPostProcessor, ServiceActivatorAnnotationPostProcessor, SplitterAnnotationPostProcessor, TransformerAnnotationPostProcessor

public interface MethodAnnotationPostProcessor<T extends Annotation>

Strategy interface for post-processing annotated methods.

Author:
Mark Fisher

Method Summary
 Object postProcess(Object bean, String beanName, Method method, T annotation)
           
 

Method Detail

postProcess

Object postProcess(Object bean,
                   String beanName,
                   Method method,
                   T annotation)

Spring Integration

Copyright © 2010. All Rights Reserved.