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
 

Method Detail

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 notification
producer - The producer endpoint reference
message - The notification message