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
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 |
public tcpmon(int listenPort, String targetHost, int targetPort, boolean embedded)
public tcpmon(int listenPort, String targetHost, int targetPort)
public static String getMessage(String key, String defaultMsg)
Get the message with the given key. There are no arguments for this message.
public static void main(String[] args)
this is our main method
Parameters: args
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.