public void initializeCompleted() throws SoapFault
{
super.initializeCompleted();
NotificationConsumer wsn = (NotificationConsumer)getResource().getCapability(WsnConstants.CONSUMER_URI);
wsn.addMessageListener(this);
}
/**
* Returns true if this consumer can accepts the message.
*