Class FtpServerParser

  • All Implemented Interfaces:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class FtpServerParser
    extends com.consol.citrus.config.xml.AbstractServerParser
    Since:
    2.0
    Author:
    Christoph Deppisch
    • Field Summary

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

        ID_ATTRIBUTE, NAME_ATTRIBUTE
    • Constructor Summary

      Constructors 
      Constructor Description
      FtpServerParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Class<? extends com.consol.citrus.server.AbstractServer> getServerClass()  
      protected void parseServer​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, org.springframework.beans.factory.xml.ParserContext parserContext)  
      • Methods inherited from class com.consol.citrus.config.xml.AbstractServerParser

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

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

      • FtpServerParser

        public FtpServerParser()
    • Method Detail

      • parseServer

        protected void parseServer​(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
                                   Element element,
                                   org.springframework.beans.factory.xml.ParserContext parserContext)
        Specified by:
        parseServer in class com.consol.citrus.config.xml.AbstractServerParser
      • getServerClass

        protected Class<? extends com.consol.citrus.server.AbstractServer> getServerClass()
        Specified by:
        getServerClass in class com.consol.citrus.config.xml.AbstractServerParser