|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.windward.xmlreport.MailReport
Process a xml and rtf file into a report and then mails the report with MIME types text and html as well as
attaching the report as both a rtf and pdf document. The usage is:
java net.windward.xmlreport.MailReport order.xml template.rtf support@windward.net
The two filenames can be anything you want. They are:
| Constructor Summary | |
MailReport()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
Process a xml and rtf file into a report. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MailReport()
| Method Detail |
public static void main(java.lang.String[] args)
throws LicenseException,
SetupException
args - Must be three filenames like order.xml template.rtf support@windward.net where:LicenseException - thrown if the license licenseKey check fails. The message will list the license check that failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||