Class HttpSendResponseActionParser
java.lang.Object
org.citrusframework.config.xml.AbstractMessageActionParser
org.citrusframework.config.xml.SendMessageActionParser
org.citrusframework.http.config.xml.HttpSendResponseActionParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
- Since:
- 2.4
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested classes/interfaces inherited from class org.citrusframework.config.xml.SendMessageActionParser
SendMessageActionParser.SendMessageActionFactoryBean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.config.xml.SendMessageActionParser
getBeanDefinitionClass, parseComponentMethods inherited from class org.citrusframework.config.xml.AbstractMessageActionParser
constructMessageBuilder, parseExtractHeaderElements, parseHeaderElements
-
Constructor Details
-
HttpSendResponseActionParser
public HttpSendResponseActionParser()
-
-
Method Details
-
parse
public org.springframework.beans.factory.config.BeanDefinition parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext) - Specified by:
parsein interfaceorg.springframework.beans.factory.xml.BeanDefinitionParser- Overrides:
parsein classSendMessageActionParser
-