org.springframework.integration.config.annotation
Class AnnotationConfigUtils

java.lang.Object
  extended by org.springframework.integration.config.annotation.AnnotationConfigUtils

public abstract class AnnotationConfigUtils
extends java.lang.Object

Utility methods for working with annotations on Messaging components.

Author:
Mark Fisher

Constructor Summary
AnnotationConfigUtils()
           
 
Method Summary
static void configurePollingEndpointWithPollerAnnotation(AbstractPollingEndpoint endpoint, Poller pollerAnnotation, org.springframework.beans.factory.BeanFactory beanFactory)
           
static Trigger parseTriggerFromPollerAnnotation(Poller pollerAnnotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationConfigUtils

public AnnotationConfigUtils()
Method Detail

configurePollingEndpointWithPollerAnnotation

public static void configurePollingEndpointWithPollerAnnotation(AbstractPollingEndpoint endpoint,
                                                                Poller pollerAnnotation,
                                                                org.springframework.beans.factory.BeanFactory beanFactory)

parseTriggerFromPollerAnnotation

public static Trigger parseTriggerFromPollerAnnotation(Poller pollerAnnotation)