public abstract class AbstractRemoteFileStreamingInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
| Constructor and Description |
|---|
AbstractRemoteFileStreamingInboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends MessageSource<?>> |
getMessageSourceClass() |
protected abstract Class<? extends FileListFilter<?>> |
getRegexPatternFileListFilterClass() |
protected abstract Class<? extends FileListFilter<?>> |
getSimplePatternFileListFilterClass() |
protected abstract Class<? extends RemoteFileOperations<?>> |
getTemplateClass() |
protected org.springframework.beans.BeanMetadataElement |
parseSource(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Subclasses must implement this method to parse the PollableSource instance
which the created Channel Adapter will poll.
|
doParseparseInternal, resolveIdpublic AbstractRemoteFileStreamingInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractPollingInboundChannelAdapterParserparseSource in class AbstractPollingInboundChannelAdapterParserelement - The element.parserContext - The parser context.protected abstract Class<? extends RemoteFileOperations<?>> getTemplateClass()
protected abstract Class<? extends MessageSource<?>> getMessageSourceClass()
protected abstract Class<? extends FileListFilter<?>> getSimplePatternFileListFilterClass()
protected abstract Class<? extends FileListFilter<?>> getRegexPatternFileListFilterClass()