com.flat502.rox.marshal.xmlrpc
Class TestUnmarshallingPerf

java.lang.Object
  extended by com.flat502.rox.marshal.xmlrpc.TestUnmarshallingPerf

public class TestUnmarshallingPerf
extends java.lang.Object


Field Summary
static int ITERS
           
static int LOOPS
           
static int WARMUP
           
 
Constructor Summary
TestUnmarshallingPerf()
           
 
Method Summary
static RpcResponse domUnmarshal(java.lang.String xml)
           
static java.lang.String initXML()
           
static void main(java.lang.String[] args)
           
static RpcResponse saxUnmarshal(java.lang.String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WARMUP

public static final int WARMUP
See Also:
Constant Field Values

ITERS

public static final int ITERS
See Also:
Constant Field Values

LOOPS

public static final int LOOPS
See Also:
Constant Field Values
Constructor Detail

TestUnmarshallingPerf

public TestUnmarshallingPerf()
Method Detail

initXML

public static java.lang.String initXML()
                                throws java.lang.Exception
Throws:
java.lang.Exception

domUnmarshal

public static RpcResponse domUnmarshal(java.lang.String xml)

saxUnmarshal

public static RpcResponse saxUnmarshal(java.lang.String xml)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception