public abstract class AbstractRemoteFileInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE| 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 BeanMetadataElement |
parseSource(Element element,
ParserContext parserContext)
Subclasses must implement this method to parse the PollableSource instance
which the created Channel Adapter will poll.
|
doParseparseInternal, resolveIdparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallbackpublic AbstractRemoteFileInboundChannelAdapterParser()
protected final BeanMetadataElement parseSource(Element element, ParserContext parserContext)
AbstractPollingInboundChannelAdapterParserparseSource in class AbstractPollingInboundChannelAdapterParserelement - The element.parserContext - The parser context.protected abstract String getMessageSourceClassname()
protected abstract String getInboundFileSynchronizerClassname()
protected abstract String getSimplePatternFileListFilterClassname()
protected abstract String getRegexPatternFileListFilterClassname()