// initialize the advertisement topics
//
NotificationProducer wsn =
(NotificationProducer)resource.getCapability(WsnConstants.PRODUCER_URI);
wsn.addTopic(MuwsConstants.ADV_ME_CREATION_TOPIC);
wsn.addTopic(MuwsConstants.ADV_ME_DESTRUCTION_TOPIC);
//
// create subscriptions for all event consumer that are going to
// receive notifications from the above topics