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