Package com.interstarinc.xmedius.sendfax

Class Summary
Fax This class is used by a client of the SendFax library to convert a fax model to an XML document.
FileInfo  
IdlInputStream  
SendFax  
SendResult  
XMLBuilder A utility class that converts a java beans graph into a DOM tree (an XML document).
 

Exception Summary
CoverSheetIntegrityException The fax exception thrown when the model properties coverSheet and coverSheetType are incoherent.
EmptyFaxException The fax exception thrown if the fax is empty.
FaxException The mother of all fax exceptions.
FaxOptionsException The fax exception thrown if the fax options are not valid.
FaxServerNotAvailableException  
InvalidFaxNumberException The fax exception thrown whenever a fax recipient has an invalid fax number.
InvalidProcessingOptionsException The fax exception thrown whenever a processing option is invalid.
NoRecipientException The fax exception thrown whenever there is no recipient.
XMLBuilderException The exception thrown by the XMLBuilder it it cannot convert, for any reasons, a java beans graph to an XML document.