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)

Constructor Summary
SOAPMonitor()
Constructor
Method Summary
voidactionPerformed(ActionEvent e)
Listener to handle button actions
static voidmain(String[] args)
Main method for this class
voidstart()
Frame is being displayed
voidstateChanged(ChangeEvent e)
ChangeListener to handle tab actions
voidstop()
Method stop

Constructor Detail

SOAPMonitor

public SOAPMonitor()
Constructor

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Listener to handle button actions

Parameters: e

main

public static void main(String[] args)
Main method for this class

Parameters: args

Throws: Exception

start

public void start()
Frame is being displayed

stateChanged

public void stateChanged(ChangeEvent e)
ChangeListener to handle tab actions

Parameters: e

stop

public void stop()
Method stop
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.