Class AbstractRemoteFileOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.file.config.AbstractRemoteFileOutboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- FtpOutboundGatewayParser,- SftpOutboundGatewayParser,- SmbOutboundGatewayParser
public abstract class AbstractRemoteFileOutboundGatewayParser
extends AbstractConsumerEndpointParser
- Since:
- 2.1
- Author:
- Gary Russell, Oleg Zhurakousky, Gunnar Hillert, 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 voidconfigureFilter(BeanDefinitionBuilder builder, Element element, ParserContext parserContext, String filterAttribute, String patternPrefix, String propertyName) protected abstract Stringprotected Stringprotected abstract Stringprotected abstract Stringprotected abstract Class<? extends RemoteFileOperations<?>> protected BeanDefinitionBuilderparseHandler(Element element, ParserContext parserContext) Parse the MessageHandler.protected voidpostProcessBuilder(BeanDefinitionBuilder builder, Element element) Methods 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- 
AbstractRemoteFileOutboundGatewayParserpublic AbstractRemoteFileOutboundGatewayParser()
 
- 
- 
Method Details- 
getInputChannelAttributeName- Overrides:
- getInputChannelAttributeNamein class- AbstractConsumerEndpointParser
 
- 
parseHandlerDescription copied from class:AbstractConsumerEndpointParserParse the MessageHandler.- Specified by:
- parseHandlerin class- AbstractConsumerEndpointParser
- Parameters:
- element- The element.
- parserContext- The parser context.
- Returns:
- The bean definition builder.
 
- 
postProcessBuilder
- 
configureFilterprotected void configureFilter(BeanDefinitionBuilder builder, Element element, ParserContext parserContext, String filterAttribute, String patternPrefix, String propertyName) 
- 
getRegexPatternFileListFilterClassName
- 
getSimplePatternFileListFilterClassName
- 
getGatewayClassName
- 
getTemplateClass
 
-