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.
|
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 AbstractPollingInboundChannelAdapterParserprotected abstract java.lang.String getMessageSourceClassname()
protected abstract java.lang.String getInboundFileSynchronizerClassname()
protected abstract java.lang.String getSimplePatternFileListFilterClassname()
protected abstract java.lang.String getRegexPatternFileListFilterClassname()