org.apache.jmeter.protocol.http.control.gui
Class WebServiceSamplerGui
- ActionListener, JMeterGUIComponent, Printable
public class WebServiceSamplerGui
This is the GUI for the webservice samplers. It extends AbstractSamplerGui
and is modeled after the SOAP sampler GUI. I've added instructional notes to
the GUI for instructional purposes. XML parsing is pretty heavy weight,
therefore the notes address those situations.
Created on: Jun 26, 2003
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
WebServiceSamplerGui
public WebServiceSamplerGui()
actionPerformed
public void actionPerformed(ActionEvent event)
method from ActionListener
browseWSDL
public String[] browseWSDL(String url)
The method uses WSDLHelper to get the information from the WSDL. Since
the logic for getting the description is isolated to this method, we can
easily replace it with a different WSDL driver later on.
configureFromWSDL
public void configureFromWSDL()
configure the sampler from the WSDL. If the WSDL did not include service
node, it will use the original URL minus the querystring. That may not be
correct, so we should probably add a note. For Microsoft webservices it
will work, since that's how IIS works.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.