Class HttpReceiveResponseActionParser
java.lang.Object
org.citrusframework.config.xml.AbstractMessageActionParser
org.citrusframework.config.xml.ReceiveMessageActionParser
org.citrusframework.http.config.xml.HttpReceiveResponseActionParser
- 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.ReceiveMessageActionParser
ReceiveMessageActionParser.ReceiveMessageActionFactoryBean -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.citrusframework.config.xml.ReceiveMessageActionParser
getVariableExtractors, parseComponent, parseValidationContextsMethods inherited from class org.citrusframework.config.xml.AbstractMessageActionParser
constructMessageBuilder, parseExtractHeaderElements, parseHeaderElements
-
Constructor Details
-
HttpReceiveResponseActionParser
public HttpReceiveResponseActionParser()
-
-
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 classReceiveMessageActionParser
-