hi everyone, I'm currently developing some business logic for a notification producer and able to get a reference to the muse NotificationProducer class through resource manager with this statement: final NotificationProducer wsn = (NotificationProducer) getResource().getCapability(WsnConstants.PRODUCER_URI);
My question is how do I get the muse NotificationProducer reference in other than MyCapability class. If I use NotificationProducerClient object, it doesn't provide me with APIs such as addTopic(), publish() and etc. Please advise. Thanks in advance for everyone's help. Lei
