org.apache.axis.utils
Class tcpmon
JFrame
org.apache.axis.utils.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
- Doug Davis (dug@us.ibm.com)
- Steve Loughran
tcpmon(int listenPort, String targetHost, int targetPort)
|
tcpmon(int listenPort, String targetHost, int targetPort, boolean embedded)
|
static String | getMessage(String key, String defaultMsg) - Get the message with the given key.
|
static void | main(String[] args) - this is our main method
|
tcpmon
public tcpmon(int listenPort,
String targetHost,
int targetPort)
tcpmon
public tcpmon(int listenPort,
String targetHost,
int targetPort,
boolean embedded)
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
Copyright © 2005 Apache Web Services Project. All Rights Reserved.