Class SmbStreamingInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParser
org.springframework.integration.smb.config.SmbStreamingInboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class SmbStreamingInboundChannelAdapterParser
extends AbstractRemoteFileStreamingInboundChannelAdapterParser
Parser for the SMB 'inbound-streaming-channel-adapter' element.
- Since:
- 6.0
- Author:
- Gregory Bragg
- 
Field SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Class<? extends MessageSource<?>>protected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>>protected Class<? extends FileListFilter<?>>protected Class<? extends FileListFilter<?>>protected Class<? extends RemoteFileOperations<?>>Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileStreamingInboundChannelAdapterParserparseSourceMethods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParserdoParseMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParserparseInternal, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
SmbStreamingInboundChannelAdapterParserpublic SmbStreamingInboundChannelAdapterParser()
 
- 
- 
Method Details- 
getTemplateClass- Specified by:
- getTemplateClassin class- AbstractRemoteFileStreamingInboundChannelAdapterParser
 
- 
getMessageSourceClass- Specified by:
- getMessageSourceClassin class- AbstractRemoteFileStreamingInboundChannelAdapterParser
 
- 
getSimplePatternFileListFilterClass- Specified by:
- getSimplePatternFileListFilterClassin class- AbstractRemoteFileStreamingInboundChannelAdapterParser
 
- 
getRegexPatternFileListFilterClass- Specified by:
- getRegexPatternFileListFilterClassin class- AbstractRemoteFileStreamingInboundChannelAdapterParser
 
- 
getPersistentAcceptOnceFileListFilterClassprotected Class<? extends AbstractPersistentAcceptOnceFileListFilter<?>> getPersistentAcceptOnceFileListFilterClass()- Specified by:
- getPersistentAcceptOnceFileListFilterClassin class- AbstractRemoteFileStreamingInboundChannelAdapterParser
 
 
-