marquee.xmlrpc.testing
Class XmlRpcValidator

java.lang.Object
  extended by marquee.xmlrpc.testing.XmlRpcValidator

public class XmlRpcValidator
extends java.lang.Object

Starts a server with an invocation handler containing implementation of the validation suite used by the XML-RPC validator web application at http://validator.xmlrpc.com. For performance profiling: Xrunhprof:file=profile.txt,cpu=samples,thread=y,depth=10,cutoff=0,format=a For analyzing object allocation or solving memory retention problems: Xrunhprof:file=profile.txtheap=all,cpu=samples,thread=y,depth=10,cutoff=0,format=a

Since:
JDK 1.1
Version:
$Revision: 1.6 $
Author:
Greger Ohlson (greger.ohlson@marquee.se)

Constructor Summary
XmlRpcValidator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRpcValidator

public XmlRpcValidator()
Method Detail

main

public static void main(java.lang.String[] args)