public abstract class AbstractRemoteFileInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
| Constructor and Description |
|---|
AbstractRemoteFileInboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getInboundFileSynchronizerClassname() |
protected abstract String |
getMessageSourceClassname() |
protected abstract String |
getRegexPatternFileListFilterClassname() |
protected abstract String |
getSimplePatternFileListFilterClassname() |
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 AbstractRemoteFileInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractPollingInboundChannelAdapterParserparseSource in class AbstractPollingInboundChannelAdapterParserprotected abstract String getMessageSourceClassname()
protected abstract String getInboundFileSynchronizerClassname()
protected abstract String getSimplePatternFileListFilterClassname()
protected abstract String getRegexPatternFileListFilterClassname()
Copyright © 2016. All rights reserved.