Class SftpClientParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser
    Direct Known Subclasses:
    ScpClientParser

    public class SftpClientParser
    extends FtpClientParser
    Since:
    2.7.5
    Author:
    Christoph Deppisch
    • Field Summary

      • Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

        ID_ATTRIBUTE, NAME_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Class<? extends com.consol.citrus.endpoint.Endpoint> getEndpointClass()  
      protected Class<? extends com.consol.citrus.endpoint.EndpointConfiguration> getEndpointConfigurationClass()  
      protected void parseEndpointConfiguration​(org.springframework.beans.factory.support.BeanDefinitionBuilder endpointConfiguration, Element element, org.springframework.beans.factory.xml.ParserContext parserContext)  
      • Methods inherited from class com.consol.citrus.config.xml.AbstractEndpointParser

        parseEndpoint, parseInternal
      • Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

        parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
    • Constructor Detail

      • SftpClientParser

        public SftpClientParser()
    • Method Detail

      • parseEndpointConfiguration

        protected void parseEndpointConfiguration​(org.springframework.beans.factory.support.BeanDefinitionBuilder endpointConfiguration,
                                                  Element element,
                                                  org.springframework.beans.factory.xml.ParserContext parserContext)
        Overrides:
        parseEndpointConfiguration in class FtpClientParser