org.globus.wsrf.client
Class Subscribe

java.lang.Object
  |
  +--org.globus.wsrf.client.BaseClient
        |
        +--org.globus.wsrf.client.Subscribe
All Implemented Interfaces:
NotifyCallback

public class Subscribe
extends BaseClient
implements NotifyCallback


Fields inherited from class org.globus.wsrf.client.BaseClient
customUsage, debugMode, endpoint, options
 
Constructor Summary
Subscribe()
           
 
Method Summary
 void deliver(List topicPath, EndpointReferenceType producer, Object message)
          Deliver the notification message
static void main(String[] args)
           
 
Methods inherited from class org.globus.wsrf.client.BaseClient
displayUsage, getEPR, isDebugMode, parse, setCustomUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subscribe

public Subscribe()
Method Detail

main

public static void main(String[] args)

deliver

public void deliver(List topicPath,
                    EndpointReferenceType producer,
                    Object message)
Description copied from interface: NotifyCallback
Deliver the notification message
Specified by:
deliver in interface NotifyCallback
Following copied from interface: org.globus.wsrf.NotifyCallback
Parameters:
topicPath - The topic path for the topic that generated the notification
producer - The producer endpoint reference
message - The notification message


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.