Methods in org.apache.cxf.wsn.client with parameters of type Referencable |
void |
NotificationBroker.notify(Referencable publisher,
String topic,
Object msg)
|
Registration |
NotificationBroker.registerPublisher(Referencable publisher,
List<String> topics,
boolean demand)
|
Registration |
NotificationBroker.registerPublisher(Referencable publisher,
String topic)
|
Registration |
NotificationBroker.registerPublisher(Referencable publisher,
String topic,
boolean demand)
|
Subscription |
NotificationBroker.subscribe(Referencable consumer,
String topic)
|
Subscription |
NotificationBroker.subscribe(Referencable consumer,
String topic,
String xpath)
|
Subscription |
NotificationBroker.subscribe(Referencable consumer,
String topic,
String xpath,
boolean raw)
|