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.
|
doParse
parseInternal, resolveId
public AbstractRemoteFileInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractPollingInboundChannelAdapterParser
parseSource
in class AbstractPollingInboundChannelAdapterParser
protected abstract String getMessageSourceClassname()
protected abstract String getInboundFileSynchronizerClassname()
protected abstract String getSimplePatternFileListFilterClassname()
protected abstract String getRegexPatternFileListFilterClassname()
Copyright © 2018. All rights reserved.