1 | public void modifyTestElement(TestElement s) {↵ | | 1 | public void configure(TestElement el) {↵
|
2 | Subscriber↵ | | 2 | super.configure(el);↵
|
3 | Sampler sampler = (SubscriberSampler) s;↵ | | 3 | SoapSampler sampler = (SoapSampler) el;↵
|
4 | this.configureTestElement(sampler);↵ | | 4 | ↵
|
5 | sampler.setUseJNDIProperties(String.valueOf(useProperties.is↵ | | 5 | urlField.setText(sampler.getURLData());↵
|
6 | Selected()));↵ | | 6 | sendSoapAction.setSelected(↵
|
7 | sampler.setJNDIIntialContextFactory(jndiICF.getText());↵ | | 7 | sampler.get↵
|
8 | sampler.setProviderUrl(urlField.getText());↵ | | |
|
9 | ↵ | | 8 | SendSOAPAction());↵
|
10 | sampler.setConnectionFactory(jndiConnFac.getText());↵ | | 9 | soapAction.setText(sampler.get↵
|
11 | sampler.setTopic(jmsTopic.getText());↵ | | |
|
12 | sampler.setUsername(jmsUser.getText());↵ | | |
|
13 | samp↵ | | 10 | SOAPAction());↵
|
| | | 11 | soapXml.setText(sampler.getXmlData());↵
|
14 | ler.setPassword(jmsPwd.getText());↵ | | 12 | soapXmlFile.set↵
|
15 | sampler.setUseAuth(reqAuth.getText());↵ | | |
|
16 | sampler.setIterations(iterations.getText());↵ | | |
|
17 | sampler.setReadResponse(String.valueOf(readResponse.is↵ | | 13 | Filename(sampler.getXmlFile());↵
|
18 | Selected()));↵ | | 14 | useKeepAlive.setSelected(↵
|
19 | sampler.setClientChoice(clientChoice.getText());↵ | | 15 | sampler.getUseKeepAlive());↵
|
20 | | | 16 |
|