Uses of Class
com.echomine.jabber.msg.RosterItem

Packages that use RosterItem
com.echomine.jabber   
com.echomine.jabber.msg   
 

Uses of RosterItem in com.echomine.jabber
 

Methods in com.echomine.jabber with parameters of type RosterItem
 void JabberRosterService.addToRoster(RosterItem item, boolean wait)
          adds a roster item to the list stored on the server.
 void JabberRosterService.removeFromRoster(RosterItem item, boolean wait)
          removes a specific item from the roster
 

Uses of RosterItem in com.echomine.jabber.msg
 

Methods in com.echomine.jabber.msg that return RosterItem
static RosterItem RosterItem.createRosterItem(Element rosterElem)
          used to create a roster item into an object by parsing the elements passed in as the parameter.
 

Methods in com.echomine.jabber.msg with parameters of type RosterItem
 void RosterXMessage.addRosterItem(RosterItem item)
          adds a roster item to the current roster message.
 void RosterIQMessage.addRosterItem(RosterItem item)
          adds a roster item to the current roster message.
 



Copyright © 2001-2005 Echomine. All Rights Reserved.