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

Packages that use Message
tigase.jaxmpp.core.client.xmpp.modules.chat Support for sending messages and trace converstation. 
tigase.jaxmpp.core.client.xmpp.modules.muc Support for XEP-0045: Multi-User Chat
tigase.jaxmpp.core.client.xmpp.modules.pubsub Support for XEP-0060: Publish-Subscribe
tigase.jaxmpp.core.client.xmpp.stanzas 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-2013 Tigase. All Rights Reserved.