Package rocks.xmpp.core
Interface Addressable
-
- All Known Subinterfaces:
DiscoverableItem,Item,RosterItem
- All Known Implementing Classes:
Contact,ItemElement
public interface AddressableRepresents any instance which is addressable by a JID.Examples include client-to-server sessions, service discovery items, services or user accounts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JidgetJid()Gets the JID of the addressable.
-
-
-
Method Detail
-
getJid
Jid getJid()
Gets the JID of the addressable.- Returns:
- The JID.
-
-