public abstract class AbstractRemoteFileStreamingInboundChannelAdapterParser extends AbstractPollingInboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE| コンストラクターと説明 |
|---|
AbstractRemoteFileStreamingInboundChannelAdapterParser() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected abstract ClassSE<? extends MessageSource<?>> | getMessageSourceClass() |
protected abstract ClassSE<? extends AbstractPersistentAcceptOnceFileListFilter<?>> | getPersistentAcceptOnceFileListFilterClass() |
protected abstract ClassSE<? extends FileListFilter<?>> | getRegexPatternFileListFilterClass() |
protected abstract ClassSE<? extends FileListFilter<?>> | getSimplePatternFileListFilterClass() |
protected abstract ClassSE<? extends RemoteFileOperations<?>> | getTemplateClass() |
protected BeanMetadataElement | parseSource(ElementSE element, ParserContext parserContext) 作成されたチャネルアダプターがポーリングする PollableSource インスタンスを解析するには、サブクラスがこのメソッドを実装する必要があります。 |
doParseparseInternal, resolveIdparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliasescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic AbstractRemoteFileStreamingInboundChannelAdapterParser()
protected final BeanMetadataElement parseSource(ElementSE element, ParserContext parserContext)
AbstractPollingInboundChannelAdapterParserAbstractPollingInboundChannelAdapterParser の parseSource element - 要素。parserContext - パーサーコンテキスト。protected abstract ClassSE<? extends RemoteFileOperations<?>> getTemplateClass()
protected abstract ClassSE<? extends MessageSource<?>> getMessageSourceClass()
protected abstract ClassSE<? extends FileListFilter<?>> getSimplePatternFileListFilterClass()
protected abstract ClassSE<? extends FileListFilter<?>> getRegexPatternFileListFilterClass()
protected abstract ClassSE<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()