public abstract class AbstractRemoteFileInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
| Constructor and Description |
|---|
AbstractRemoteFileInboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.lang.Class<? extends InboundFileSynchronizer> |
getInboundFileSynchronizerClass() |
protected abstract java.lang.String |
getMessageSourceClassname() |
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 org.springframework.beans.BeanMetadataElement |
parseSource(org.w3c.dom.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 AbstractRemoteFileInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractPollingInboundChannelAdapterParserparseSource in class AbstractPollingInboundChannelAdapterParserelement - The element.parserContext - The parser context.protected abstract java.lang.String getMessageSourceClassname()
protected abstract java.lang.Class<? extends InboundFileSynchronizer> getInboundFileSynchronizerClass()
protected abstract java.lang.Class<? extends FileListFilter<?>> getSimplePatternFileListFilterClass()
protected abstract java.lang.Class<? extends FileListFilter<?>> getRegexPatternFileListFilterClass()
protected abstract java.lang.Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()