Class SmbOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParser
org.springframework.integration.smb.config.SmbOutboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
Parser for the SMB 'outbound-gateway' element.
- Since:
- 6.0
- Author:
- Gregory Bragg
- 
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<?>> Methods inherited from class org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParserconfigureFilter, getInputChannelAttributeName, parseHandler, postProcessBuilderMethods 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- 
SmbOutboundGatewayParserpublic SmbOutboundGatewayParser()
 
- 
- 
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
 
 
-