public abstract class AbstractRemoteFileStreamingInboundChannelAdapterParser
extends org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
| Constructor and Description |
|---|
AbstractRemoteFileStreamingInboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Class<? extends org.springframework.integration.core.MessageSource<?>> |
getMessageSourceClass() |
protected abstract java.lang.Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> |
getPersistentAcceptOnceFileListFilterClass() |
protected abstract java.lang.Class<? extends FileListFilter<?>> |
getRegexPatternFileListFilterClass() |
protected abstract java.lang.Class<? extends FileListFilter<?>> |
getSimplePatternFileListFilterClass() |
protected abstract java.lang.Class<? extends RemoteFileOperations<?>> |
getTemplateClass() |
protected org.springframework.beans.BeanMetadataElement |
parseSource(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext) |
doParseparseInternal, resolveIdpublic AbstractRemoteFileStreamingInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
parseSource in class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParserprotected abstract java.lang.Class<? extends RemoteFileOperations<?>> getTemplateClass()
protected abstract java.lang.Class<? extends org.springframework.integration.core.MessageSource<?>> getMessageSourceClass()
protected abstract java.lang.Class<? extends FileListFilter<?>> getSimplePatternFileListFilterClass()
protected abstract java.lang.Class<? extends FileListFilter<?>> getRegexPatternFileListFilterClass()
protected abstract java.lang.Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()