org.apache.axis.utils

Class tcpmon


public class tcpmon
extends JFrame

TCP monitor to log http messages and responses, both SOAP and plain HTTP. If you want to choose a different Swing look and feel, set the property tcpmon.laf to the classname of the new look and feel

Authors:
Doug Davis (dug@us.ibm.com)
Steve Loughran

Constructor Summary

tcpmon(int listenPort, String targetHost, int targetPort)
tcpmon(int listenPort, String targetHost, int targetPort, boolean embedded)

Method Summary

static String
getMessage(String key, String defaultMsg)
Get the message with the given key.
static void
main(String[] args)
this is our main method

Constructor Details

tcpmon

public tcpmon(int listenPort,
              String targetHost,
              int targetPort)


tcpmon

public tcpmon(int listenPort,
              String targetHost,
              int targetPort,
              boolean embedded)

Method Details

getMessage

public static String getMessage(String key,
                                String defaultMsg)
Get the message with the given key. There are no arguments for this message.


main

public static void main(String[] args)
this is our main method

Parameters:
args -


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.