responseDoc.addNewSubscribeResponse().setSubscriptionReference(endpointReference);
return responseDoc;
}
protected InvokerSupport createDispatcher(SubscribeDocument.Subscribe subscribe) throws NotificationException {
return new NotificationConsumerInvoker(createNotificationConsumer(subscribe.getConsumerReference()));
}