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)