Uses of Interface
rocks.xmpp.extensions.pubsub.model.Item
-
Packages that use Item Package Description rocks.xmpp.extensions.pubsub.model Provides XML schema implementations and configuration classes for XEP-0060: Publish-Subscribe.rocks.xmpp.extensions.pubsub.model.event Provides XML schema implementations of XEP-0060: Publish-Subscribe (#event). -
-
Uses of Item in rocks.xmpp.extensions.pubsub.model
Methods in rocks.xmpp.extensions.pubsub.model that return Item Modifier and Type Method Description ItemPubSub.Publish. getItem()Gets the published item.Methods in rocks.xmpp.extensions.pubsub.model that return types with arguments of type Item Modifier and Type Method Description List<Item>PubSub. getItems() -
Uses of Item in rocks.xmpp.extensions.pubsub.model.event
Methods in rocks.xmpp.extensions.pubsub.model.event that return types with arguments of type Item Modifier and Type Method Description List<Item>Event. getItems()Gets the items of the event.Method parameters in rocks.xmpp.extensions.pubsub.model.event with type arguments of type Item Modifier and Type Method Description static EventEvent. withItems(String node, List<Item> items)Creates a pub-sub event with items.
-