public abstract class AbstractRemoteFileInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
Constructor and Description |
---|
AbstractRemoteFileInboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.String |
getInboundFileSynchronizerClassname() |
protected abstract java.lang.String |
getMessageSourceClassname() |
protected abstract java.lang.String |
getRegexPatternFileListFilterClassname() |
protected abstract java.lang.String |
getSimplePatternFileListFilterClassname() |
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.
|
doParse
parseInternal, resolveId
public AbstractRemoteFileInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractPollingInboundChannelAdapterParser
parseSource
in class AbstractPollingInboundChannelAdapterParser
protected abstract java.lang.String getMessageSourceClassname()
protected abstract java.lang.String getInboundFileSynchronizerClassname()
protected abstract java.lang.String getSimplePatternFileListFilterClassname()
protected abstract java.lang.String getRegexPatternFileListFilterClassname()