com.flat502.rox.marshal.xmlrpc
Class TestUnmarshallingPerf
java.lang.Object
com.flat502.rox.marshal.xmlrpc.TestUnmarshallingPerf
public class TestUnmarshallingPerf
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TestUnmarshallingPerf
public TestUnmarshallingPerf()
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