1 | if (extractor instanceof RegexExtractor) {↵ | | 1 | if (s instanceof ↵
|
2 | RegexExtractor regex = (RegexExtractor) extractor;↵ | | |
|
3 | regex.setUseField(group.getSelection().getActionCommand↵ | | 2 | SoapSampler) {↵
|
| | | 3 | SoapSampler sampler = (SoapSampler) s;↵
|
4 | ()); ↵ | | 4 | sampler.setURLData(urlField.getText());↵
|
5 | regex.setRefName(refNameField.getText());↵ | | 5 | ↵
|
6 | regex.setRegex(regexField.getText());↵ | | |
|
7 | regex.setTemplate(templateField↵ | | 6 | sampler.setXmlData(soapXml.getText());↵
|
| | | 7 | sampler.setXmlFile(soapXmlFile.getFilename());↵
|
8 | .getText());↵ | | 8 | sampler.setSOAPAction(soapAction.getText());↵
|
9 | regex.setDefaultValue(defaultField.getText());↵ | | 9 | ↵
|
10 | regex.setMatchNumber(matchNumberField.getText↵ | | 10 | sampler.setSendSOAPAction(sendSoapAction.isSelected());↵
|
11 | ());↵ | | 11 | sampler.setUseKeepAlive(useKeepAlive.isSelected());↵
|
12 | | | 12 |
|