Uses of Class
org.xmpp.packet.Message

Packages that use Message
org.xmpp.component   
org.xmpp.muc   
org.xmpp.packet   
 

Uses of Message in org.xmpp.component
 

Methods in org.xmpp.component with parameters of type Message
protected  void AbstractComponent.handleMessage(Message message)
          Override this method to handle the Message stanzas that are received by the component.
 

Uses of Message in org.xmpp.muc
 

Subclasses of Message in org.xmpp.muc
 class Invitation
          Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.
 

Uses of Message in org.xmpp.packet
 

Methods in org.xmpp.packet that return Message
 Message Message.createCopy()
          Returns a deep copy of this Message.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.