public class UddiSubscribe extends Object implements ISubscriptionCallback
Constructor and Description |
---|
UddiSubscribe() |
UddiSubscribe(UDDIClient client,
String nodename,
Transport transport) |
Modifier and Type | Method and Description |
---|---|
void |
fire() |
void |
handleCallback(SubscriptionResultsList body)
Called when a UDDI server notifies us that something has changed.
|
static void |
main(String[] args) |
void |
notifyEndpointStopped()
Called when the callback endpoint is stopped
|
public UddiSubscribe()
public UddiSubscribe(UDDIClient client, String nodename, Transport transport)
public void handleCallback(SubscriptionResultsList body)
ISubscriptionCallback
handleCallback
in interface ISubscriptionCallback
public void notifyEndpointStopped()
ISubscriptionCallback
notifyEndpointStopped
in interface ISubscriptionCallback
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.