org.globus.wsrf
Interface NotifyCallback
- All Known Implementing Classes:
- Subscribe
- public interface NotifyCallback
Interface that is required to be implemented by callbacks registered with the
notification consumer implementation.
deliver
public void deliver(List topicPath,
EndpointReferenceType producer,
Object message)
- Deliver the notification message
- Parameters:
topicPath - The topic path for the topic that generated the
notificationproducer - The producer endpoint referencemessage - The notification message