org.apache.axis.utils

Class SOAPMonitor

Implemented Interfaces:
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.
Authors:
Toshiyuki Kimura (toshi@apache.org)
Brian Price (pricebe@us.ibm.com)

Constructor Summary

SOAPMonitor()
Constructor

Method Summary

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

Constructor Details

SOAPMonitor

public SOAPMonitor()
Constructor

Method Details

actionPerformed

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

main

public static void main(args[] )
            throws Exception
Main method for this class
Parameters:

start

public void start()
Frame is being displayed

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
ChangeListener to handle tab actions
Parameters:
e -

stop

public void stop()
Method stop

Copyright © 2005 Apache Web Services Project. All Rights Reserved.