Apache CXF API

Uses of Interface
org.apache.cxf.wsn.client.Referencable

Packages that use Referencable
org.apache.cxf.wsn.client   
 

Uses of Referencable in org.apache.cxf.wsn.client
 

Classes in org.apache.cxf.wsn.client that implement Referencable
 class Consumer
           
 class CreatePullPoint
           
 class NotificationBroker
           
 class Publisher
          Demand-based publisher.
 class PullPoint
           
 class Registration
           
 class Subscription
           
 

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)
           
 


Apache CXF API

Apache CXF