Interface Item
-
- All Superinterfaces:
Addressable
,ServiceDiscoveryNode
- All Known Subinterfaces:
DiscoverableItem
- All Known Implementing Classes:
ItemElement
public interface Item extends Addressable, ServiceDiscoveryNode
Represents a disco item as it is returned in Service Discovery (disco#items) responses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The item's name, e.g.-
Methods inherited from interface rocks.xmpp.core.Addressable
getJid
-
Methods inherited from interface rocks.xmpp.extensions.disco.model.ServiceDiscoveryNode
getNode
-
-
-
-
Method Detail
-
getName
String getName()
The item's name, e.g. "Play-Specific Chatrooms".- Returns:
- The item's name.
-
-