com.genesyslab.soa.client.ws
Class WebServicesFactory.NotificationContext

java.lang.Object
  extended bycom.genesyslab.soa.client.ws.WebServicesFactory.NotificationContext
Enclosing class:
WebServicesFactory

public static class WebServicesFactory.NotificationContext
extends java.lang.Object


Field Summary
 NotifyService notifyService
           
 java.lang.Object realEventService
           
 java.lang.String subscriberId
           
 
Constructor Summary
WebServicesFactory.NotificationContext(java.lang.String subscriberId, NotifyService notifyService, java.lang.Object realEventService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriberId

public java.lang.String subscriberId

notifyService

public NotifyService notifyService

realEventService

public java.lang.Object realEventService
Constructor Detail

WebServicesFactory.NotificationContext

public WebServicesFactory.NotificationContext(java.lang.String subscriberId,
                                              NotifyService notifyService,
                                              java.lang.Object realEventService)