Uses of Interface
org.apache.cxf.wsn.client.Referencable
-
Packages that use Referencable Package Description org.apache.cxf.wsn.client -
-
Uses of Referencable in org.apache.cxf.wsn.client
Classes in org.apache.cxf.wsn.client that implement Referencable Modifier and Type Class Description classConsumerclassCreatePullPointclassNotificationBrokerclassPublisherDemand-based publisher.classPullPointclassRegistrationclassSubscriptionMethods in org.apache.cxf.wsn.client with parameters of type Referencable Modifier and Type Method Description voidNotificationBroker. notify(Referencable publisher, String topic, Object msg)RegistrationNotificationBroker. registerPublisher(Referencable publisher, String topic)RegistrationNotificationBroker. registerPublisher(Referencable publisher, String topic, boolean demand)RegistrationNotificationBroker. registerPublisher(Referencable publisher, List<String> topics, boolean demand)SubscriptionNotificationBroker. subscribe(Referencable consumer, String topic)SubscriptionNotificationBroker. subscribe(Referencable consumer, String topic, String xpath)SubscriptionNotificationBroker. subscribe(Referencable consumer, String topic, String xpath, boolean raw, String initialTerminationTime)
-