|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--org.apache.jmeter.gui.AbstractJMeterGuiComponent | +--org.apache.jmeter.samplers.gui.AbstractSamplerGui | +--org.apache.jmeter.protocol.http.control.gui.WebServiceSamplerGui
Title: JMeter Access Log utilities
Copyright: Apache.org
Company: nobody
License:
Look at the apache license at the top.
Description:
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.
Author: Peter Lin
Version: 0.1
Created on: Jun 26, 2003
Field Summary |
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
WebServiceSamplerGui()
|
Method Summary | |
void |
actionPerformed(ActionEvent event)
method from ActionListener |
String[] |
browseWSDL(String url)
The method uses WSDLHelper to get the information from the WSDL. |
void |
configure(TestElement el)
the implementation loads the URL and the soap action for the request. |
void |
configureFromWSDL()
configure the sampler from the WSDL. |
TestElement |
createTestElement()
JMeter test components are separated into a model and a GUI representation. |
String |
getStaticLabel()
Get the component's label. |
void |
modifyTestElement(TestElement s)
Modifies a given TestElement to mirror the data in the gui components. |
Methods inherited from class org.apache.jmeter.samplers.gui.AbstractSamplerGui |
createPopupMenu, getMenuCategories |
Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent |
clear, configureTestElement, createTitleLabel, getName, getNamePanel, getNode, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setEnabled, setName, setNode |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WebServiceSamplerGui()
Method Detail |
public String getStaticLabel()
JMeterGUIComponent
getStaticLabel
in interface JMeterGUIComponent
JMeterGUIComponent#getStaticLabel()
public TestElement createTestElement()
JMeterGUIComponent
createTestElement
in interface JMeterGUIComponent
JMeterGUIComponent#createTestElement()
public void modifyTestElement(TestElement s)
modifyTestElement
in interface JMeterGUIComponent
s
- the TestElement to modifyJMeterGUIComponent.modifyTestElement(TestElement)
public void configure(TestElement el)
configure
in interface JMeterGUIComponent
configure
in class AbstractJMeterGuiComponent
el
- the TestElement to configurepublic void configureFromWSDL()
public String[] browseWSDL(String url)
public void actionPerformed(ActionEvent event)
actionPerformed
in interface ActionListener
|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |