Modifier and Type | Method and Description |
---|---|
List<VariableExtractor> |
SendMessageAction.getVariableExtractors()
Get the variable extractors.
|
List<VariableExtractor> |
ReceiveMessageAction.getVariableExtractors()
Gets the variable extractors.
|
Modifier and Type | Method and Description |
---|---|
ReceiveMessageAction |
ReceiveMessageAction.addVariableExtractors(VariableExtractor variableExtractor)
Adds a new variable extractor.
|
Modifier and Type | Method and Description |
---|---|
SendMessageAction |
SendMessageAction.setVariableExtractors(List<VariableExtractor> variableExtractors)
The variable extractors for this message sending action.
|
ReceiveMessageAction |
ReceiveMessageAction.setVariableExtractors(List<VariableExtractor> variableExtractors)
Set the list of variable extractors.
|
Modifier and Type | Method and Description |
---|---|
static void |
VariableExtractorParserUtil.addJsonVariableExtractors(List<VariableExtractor> variableExtractors,
Map<String,String> extractJsonPath) |
static void |
VariableExtractorParserUtil.addXpathVariableExtractors(Element element,
List<VariableExtractor> variableExtractors,
Map<String,String> extractXpath) |
Modifier and Type | Method and Description |
---|---|
protected List<VariableExtractor> |
ReceiveMessageActionParser.getVariableExtractors(Element element)
Constructs a list of variable extractors.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageActionParser.parseExtractHeaderElements(Element element,
List<VariableExtractor> variableExtractors)
Parses header extract information.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonPathVariableExtractor
Extractor implementation reads message elements via JSONPath expressions and saves the
values as new test variables.
|
Modifier and Type | Class and Description |
---|---|
class |
XpathPayloadVariableExtractor
Class reads message elements via XPath expressions and saves the text values as new test variables.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageHeaderVariableExtractor
Variable extractor reading message headers and saves them to new test variables.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.