Class SftpOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParser
org.springframework.integration.sftp.config.SftpOutboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Since:
- 2.1
- Author:
- Gary Russell, Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParserEXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTEFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Stringprotected Stringprotected Class<? extends RemoteFileOperations<?>>protected voidpostProcessBuilder(BeanDefinitionBuilder builder, Element element) Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParserconfigureFilter, getInputChannelAttributeName, parseHandlerMethods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParserparseInternal, replyChannelInChainAllowed, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
SftpOutboundGatewayParserpublic SftpOutboundGatewayParser()
 
- 
- 
Method Details- 
getGatewayClassName- Specified by:
- getGatewayClassNamein class- AbstractRemoteFileOutboundGatewayParser
 
- 
getSimplePatternFileListFilterClassName- Specified by:
- getSimplePatternFileListFilterClassNamein class- AbstractRemoteFileOutboundGatewayParser
 
- 
getRegexPatternFileListFilterClassName- Specified by:
- getRegexPatternFileListFilterClassNamein class- AbstractRemoteFileOutboundGatewayParser
 
- 
getTemplateClass- Specified by:
- getTemplateClassin class- AbstractRemoteFileOutboundGatewayParser
 
- 
postProcessBuilder- Overrides:
- postProcessBuilderin class- AbstractRemoteFileOutboundGatewayParser
 
 
-