Package com.consol.citrus.ftp.config.xml
Class SftpServerParser
- java.lang.Object
-
- org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
- com.consol.citrus.config.xml.AbstractServerParser
-
- com.consol.citrus.ssh.config.xml.SshServerParser
-
- com.consol.citrus.ftp.config.xml.SftpServerParser
-
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class SftpServerParser extends com.consol.citrus.ssh.config.xml.SshServerParserParser for the configuration of an SSH server- Author:
- Roland Huss, Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SftpServerParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<? extends com.consol.citrus.server.AbstractServer>getServerClass()protected voidparseServer(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
-
-
-
Method Detail
-
parseServer
protected void parseServer(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Overrides:
parseServerin classcom.consol.citrus.ssh.config.xml.SshServerParser
-
getServerClass
protected Class<? extends com.consol.citrus.server.AbstractServer> getServerClass()
- Overrides:
getServerClassin classcom.consol.citrus.ssh.config.xml.SshServerParser
-
-