org.apache.axis.utils
Class SOAPMonitor
public
class
SOAPMonitor
extends JFrame
implements ActionListener, ChangeListener
This is a SOAP Monitor Application class. This class provides
the user interface for deploying the SOAP monitor service and
displaying data from the service.
Author: Toshiyuki Kimura (toshi@apache.org) Brian Price (pricebe@us.ibm.com)
Method Summary |
void | actionPerformed(ActionEvent e)
Listener to handle button actions
|
static void | main(String[] args)
Main method for this class
|
void | start()
Frame is being displayed |
void | stateChanged(ChangeEvent e)
ChangeListener to handle tab actions
|
void | stop()
Method stop |
public SOAPMonitor()
Constructor
public void actionPerformed(ActionEvent e)
Listener to handle button actions
Parameters: e
public static void main(String[] args)
Main method for this class
Parameters: args
Throws: Exception
public void start()
Frame is being displayed
public void stateChanged(ChangeEvent e)
ChangeListener to handle tab actions
Parameters: e
public void stop()
Method stop
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.