psdi.unittest

Class GenTemplate

  • java.lang.Object
    • psdi.unittest.GenTemplate


  • public class GenTemplate
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String RMIURL 
    • Constructor Summary

      Constructors 
      Constructor and Description
      GenTemplate() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static org.jdom2.Document convertBytesToDocument(byte[] byteData) 
      static void main(java.lang.String[] args) 
      static void writeBytesToXMLFile(byte[] in, java.io.File filepath, boolean prettyPrint) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenTemplate

        public GenTemplate()
    • Method Detail

      • main

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

        public static void writeBytesToXMLFile(byte[] in,
                                               java.io.File filepath,
                                               boolean prettyPrint)
                                        throws MXException
        Throws:
        MXException
      • convertBytesToDocument

        public static org.jdom2.Document convertBytesToDocument(byte[] byteData)
                                                         throws MXException
        Throws:
        MXException