Package com.pd4ml.tools
Class Pd4Cmd
- java.lang.Object
-
- com.pd4ml.tools.Pd4Cmd
-
public class Pd4Cmd extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPd4Cmd.Base64Encodes 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 StringextractAttachments(String body, short debug)static voidmain(String[] args)StringtransformXML(String xmlURL)
-
-
-
Method Detail
-
extractAttachments
public static final String extractAttachments(String body, short debug) throws IOException
- Throws:
IOException
-
transformXML
public String transformXML(String xmlURL) throws SAXException, MalformedURLException, IOException
-
-