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

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

Constructor Summary
tcpmon(int listenPort, String targetHost, int targetPort, boolean embedded)
tcpmon(int listenPort, String targetHost, int targetPort)
Method Summary
static StringgetMessage(String key, String defaultMsg)
Get the message with the given key.
static voidmain(String[] args)
this is our main method

Constructor Detail

tcpmon

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

tcpmon

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

Method Detail

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.