* @throws org.xml.sax.SAXException if there is a parsing error.
*/
protected void doneParsing() throws SAXException
{
mailDefinition = new MailDefinition();
if (bodyReportReadHandler != null)
{
mailDefinition.setBodyReport(bodyReportReadHandler.getTargetType(), bodyReportReadHandler.getReport());
}