Class HttpServerParser

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

    public class HttpServerParser
    extends com.consol.citrus.config.xml.AbstractServerParser
    Parser for Http server implementation in Citrus http namespace.
    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.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

      • HttpServerParser

        public HttpServerParser()
    • 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