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.
|
Method Summary |
void |
deliver(java.util.List topicPath,
org.apache.axis.message.addressing.EndpointReferenceType producer,
java.lang.Object message)
Deliver the notification message |
deliver
public void deliver(java.util.List topicPath,
org.apache.axis.message.addressing.EndpointReferenceType producer,
java.lang.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