Class Pd4Cmd


  • public class Pd4Cmd
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Pd4Cmd.Base64
      Encodes and decodes to and from Base64 notation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Pd4Cmd()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String extractAttachments​(java.lang.String body, short debug)  
      static void main​(java.lang.String[] args)  
      java.lang.String transformXML​(java.lang.String xmlURL)  
      • Methods inherited from class java.lang.Object

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

      • Pd4Cmd

        public Pd4Cmd()
    • Method Detail

      • main

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

        public static final java.lang.String extractAttachments​(java.lang.String body,
                                                                short debug)
                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • transformXML

        public java.lang.String transformXML​(java.lang.String xmlURL)
                                      throws org.xml.sax.SAXException,
                                             java.net.MalformedURLException,
                                             java.io.IOException
        Throws:
        org.xml.sax.SAXException
        java.net.MalformedURLException
        java.io.IOException