public abstract class AbstractRemoteFileInboundChannelAdapterParser
extends org.springframework.integration.config.xml.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) |
doParse
parseInternal, resolveId
public AbstractRemoteFileInboundChannelAdapterParser()
protected final org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
parseSource
in class org.springframework.integration.config.xml.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()