org.springframework.integration.config.annotation
Class ChannelAdapterAnnotationPostProcessor

java.lang.Object
  extended by org.springframework.integration.config.annotation.ChannelAdapterAnnotationPostProcessor
All Implemented Interfaces:
MethodAnnotationPostProcessor<ChannelAdapter>

public class ChannelAdapterAnnotationPostProcessor
extends java.lang.Object
implements MethodAnnotationPostProcessor<ChannelAdapter>

Post-processor for methods annotated with @ChannelAdapter.

Author:
Mark Fisher

Constructor Summary
ChannelAdapterAnnotationPostProcessor(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory)
           
 
Method Summary
 java.lang.Object postProcess(java.lang.Object bean, java.lang.String beanName, java.lang.reflect.Method method, ChannelAdapter annotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelAdapterAnnotationPostProcessor

public ChannelAdapterAnnotationPostProcessor(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory)
Method Detail

postProcess

public java.lang.Object postProcess(java.lang.Object bean,
                                    java.lang.String beanName,
                                    java.lang.reflect.Method method,
                                    ChannelAdapter annotation)
Specified by:
postProcess in interface MethodAnnotationPostProcessor<ChannelAdapter>