javax.xml.soap.SOAPFactory.newInstance( ).createElement( localName, "ns1", namespace );
javax.xml.soap.SOAPElement sectorId = badSectorMessage.addTextNode( "SectorId" );
sectorId.setValue( "6789" );
// Start simulation of the bad sector notification issuing one every 5 seconds.
new NotificationSimulator( this,
getNotificationManager( ), topic, badSectorMessage, 5000 );
}