Class ResourceRetrievingMessageSource

java.lang.Object
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.endpoint.AbstractMessageSource<org.springframework.core.io.Resource[]>
org.springframework.integration.resource.ResourceRetrievingMessageSource
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, MessageSource<org.springframework.core.io.Resource[]>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

public class ResourceRetrievingMessageSource
extends AbstractMessageSource<org.springframework.core.io.Resource[]>
implements org.springframework.context.ApplicationContextAware
Implementation of MessageSource based on ResourcePatternResolver which will attempt to resolve Resources based on the pattern specified.
Since:
2.1