org.apache.axis.utils
Class SOAPMonitor
JFrame
org.apache.axis.utils.SOAPMonitor
- ActionListener, ChangeListener
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.
- Toshiyuki Kimura (toshi@apache.org)
- Brian Price (pricebe@us.ibm.com)
void | actionPerformed(ActionEvent e) - Listener to handle button actions
|
static void | main(args[] ) - Main method for this class
|
void | start() - Frame is being displayed
|
void | stateChanged(javax.swing.event.ChangeEvent e) - ChangeListener to handle tab actions
|
void | stop() - Method stop
|
SOAPMonitor
public SOAPMonitor()
Constructor
actionPerformed
public void actionPerformed(ActionEvent e)
Listener to handle button actions
main
public static void main(args[] )
throws Exception
Main method for this class
start
public void start()
Frame is being displayed
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
ChangeListener to handle tab actions
stop
public void stop()
Method stop
Copyright © 2005 Apache Web Services Project. All Rights Reserved.