1 | public void configure(TestElement el) {↵ | | |
|
2 | super.configure(el);↵ | | |
|
3 | Subscriber↵ | | 1 | if (s instanceof SoapSampler) {↵
|
4 | Sampler sampler = (SubscriberSampler) el;↵ | | 2 | SoapSampler sampler = (SoapSampler) s;↵
|
5 | useProperties.setSelected(sampler.getUseJNDIPropertiesAsBoolean());↵ | | 3 | sampler.setU↵
|
6 | jndiICF.setText(sampler.getJNDIInitialContextFactory());↵ | | |
|
7 | urlField.setText(sampler.getProviderUrl());↵ | | 4 | RLData(urlField.getText(↵
|
8 | jndiConnFac.setText(↵ | | 5 | ));↵
|
9 | sampler.getConnectionFactory());↵ | | 6 | sampler.set↵
|
10 | jmsTopic.setText(sampler.getTopic());↵ | | |
|
11 | jmsUser.setText(samp↵ | | 7 | XmlData(soapXml.getText());↵
|
12 | ler.getUsername());↵ | | 8 | sampler.setXmlFile(soapXmlFile.getFilename());↵
|
13 | jmsPwd.setText(sampler.getPassword());↵ | | 9 | sampler.set↵
|
14 | iterations.setText(sampler.getIterations());↵ | | 10 | SOAPAction(soapAction.getText(↵
|
15 | reqAuth.setText(↵ | | 11 | ));↵
|
16 | sampler.getUseAuth());↵ | | 12 | sampler.set↵
|
17 | readResponse.setSelected(↵ | | 13 | SendSOAPAction(sendSoapAction.isSelected());↵
|
18 | sampler.getReadResponseAsBoolean());↵ | | 14 | sampler.set↵
|
19 | clientChoice.setText(sampler.getClientChoice());↵ | | 15 | UseKeepAlive(useKeepAlive.isSelected());↵
|
20 | | | 16 |
|