1 | public void configure(TestElement el) {↵ | | 1 | public void configure(TestElement el) {↵
|
2 | super.configure(el);↵ | | 2 | super.configure(el);↵
|
3 | SubscriberSampler sampler = (SubscriberSampler) el;↵ | | 3 | SoapSampler sampler = (SoapSampler) el;↵
|
4 | useProperties.setSelected(sampler.getUseJNDIPropertiesAsBoolean());↵ | | 4 | u↵
|
5 | jndiICF.setText(sampler.getJNDIInitialContextFactory());↵ | | |
|
6 | urlField.setText(sampler.getProviderUrl());↵ | | |
|
7 | jndiConnFac↵ | | 5 | rlField.setText(sampler.getURLData());↵
|
| | | 6 | sendSoapAction.setSelected(sampler.getSendSOAPAction());↵
|
8 | .setText(sampler.getConnectionFactory());↵ | | 7 | soapAction.setText(sampler.get↵
|
9 | jmsTopic.setText(sampler.getTopic());↵ | | |
|
10 | jmsUser.setText(sampler.getUsername());↵ | | |
|
11 | jmsPwd.setText(sampler.getPassword());↵ | | |
|
12 | iterations.setText(sampler.getIterations());↵ | | |
|
13 | reqAuth.setText(sampler.getUseAuth());↵ | | |
|
14 | readResponse.setSelected(sampler.getReadResponseAsBoolean());↵ | | |
|
15 | clientChoice.setText(sampler.getClientChoic↵ | | 8 | SOAPAction());↵
|
| | | 9 | soapXml.setText(sampler.getXmlData());↵
|
| | | 10 | soapXmlFile.setFilename(sampler.getXmlFile());↵
|
16 | e());↵ | | 11 | useKeepAlive.setSelected(sampler.getUseKeepAlive());↵
|
17 | | | 12 |
|