TerminationNotification termNotif = termNotifDoc.addNewTerminationNotification( );
termNotif.setTerminationTime( Calendar.getInstance( ) );
try
{
notifMgr.emit( topicDoc,
XmlBeansUtils.toSOAPElement( termNotifDoc ) );
}
catch ( Exception e )
{
// TODO: what to do if we fail to emit this notification?