Package rocks.xmpp.core
Interface Addressable
-
- All Known Subinterfaces:
Actor,Affiliation,Destroy,DiscoverableItem,Item,Item,RosterItem,Socks5StreamHost,Subscription
- All Known Implementing Classes:
Address,Annotation.Note,ChatService,Contact,ContactExchange.Item,ItemElement,LanguageSupport.Item,Occupant,PubSubService,S5bTransportMethod.Candidate,Search.Item,StreamHost,VCard
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.
-
-