return new SimpleNotificationMessage();
}
protected MessageHandler createSubscribeHandler()
{
MessageHandler handler = new SubscribeHandler(getWsResource());
Method method = ReflectUtils.getFirstMethod(getClass(), "subscribe");
handler.setMethod(method);
return handler;
}