Uses of Class
tigase.jaxmpp.core.client.xmpp.stanzas.Message

Packages that use Message
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.stanzas   
 

Uses of Message in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that return Message
 Message MessageModule.AbstractMessageEvent.getMessage()
          Return received message.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat with parameters of type Message
 void MessageModule.process(Message element)
          
 Chat AbstractChatManager.process(Message message, Observable observable)
           
 void MessageModule.AbstractMessageEvent.setMessage(Message message)
           
 

Uses of Message in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc with parameters of type Message
protected  void MucModule.processMessage(Message element)
           
 

Uses of Message in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that return Message
 Message PubSubModule.PubSubEvent.getMessage()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type Message
protected  void PubSubModule.fireNotificationReceived(Message message, String nodeName, String itemType, String itemId, Element payload, Date delayTime)
           
 void PubSubModule.process(Message message)
           
 void PubSubModule.PubSubEvent.setMessage(Message message)
           
 

Uses of Message in tigase.jaxmpp.core.client.xmpp.stanzas
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return Message
static Message Message.create()
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.