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

Packages that use IQ
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.auth   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.jingle   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.registration   
tigase.jaxmpp.core.client.xmpp.modules.roster   
tigase.jaxmpp.core.client.xmpp.stanzas   
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules
 

Methods in tigase.jaxmpp.core.client.xmpp.modules with parameters of type IQ
protected  void SoftwareVersionModule.processGet(IQ element)
           
protected  void PingModule.processGet(IQ stanza)
           
protected  void BookmarksModule.processGet(IQ element)
           
protected abstract  void AbstractIQModule.processGet(IQ element)
          Method for processing stanza <iq type='get'>.
protected  void SoftwareVersionModule.processSet(IQ element)
           
protected  void PingModule.processSet(IQ stanza)
           
protected  void BookmarksModule.processSet(IQ element)
           
protected abstract  void AbstractIQModule.processSet(IQ element)
          Method for processing stanza <iq type='set'>.
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that return IQ
 IQ AdHocRequest.getIq()
          Returns IQ stanza constains command request.
protected  IQ AdHocCommansModule.AdHocCommansAsyncCallback.getResponse()
          Reutrns IQ stanza with response.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type IQ
protected  void AdHocCommansModule.processGet(IQ element)
           
protected  void AdHocCommansModule.processSet(IQ element)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type IQ
AdHocRequest(Action action, String node, String sessionId, IQ iq, Map<String,Session> sessions)
           
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules.auth
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth that return IQ
 IQ NonSaslAuthModule.NonSaslAuthEvent.getRequest()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth with parameters of type IQ
protected  void NonSaslAuthModule.fireAuthStart(IQ iq)
           
protected  void NonSaslAuthModule.processGet(IQ element)
           
protected  void NonSaslAuthModule.processSet(IQ element)
           
 void NonSaslAuthModule.NonSaslAuthEvent.setRequest(IQ iq)
           
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco that return IQ
 IQ DiscoItemsModule.DiscoItemEvent.getRequestStanza()
           
 IQ DiscoInfoModule.DiscoInfoEvent.getRequestStanza()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco with parameters of type IQ
protected  void DiscoItemsModule.processGet(IQ element)
           
protected  void DiscoInfoModule.processGet(IQ element)
           
protected  void DiscoItemsModule.processSet(IQ element)
           
protected  void DiscoInfoModule.processSet(IQ element)
           
 void DiscoItemsModule.DiscoItemEvent.setRequestStanza(IQ requestStanza)
           
 void DiscoInfoModule.DiscoInfoEvent.setRequestStanza(IQ requestStanza)
           
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules.jingle
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle with parameters of type IQ
protected  void JingleModule.processGet(IQ iq)
           
protected  void JingleModule.processSet(IQ iq)
           
 

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

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type IQ
protected abstract  void PubSubAsyncCallback.onEror(IQ response, XMPPException.ErrorCondition errorCondition, PubSubErrorCondition pubSubErrorCondition)
           
protected abstract  void PubSubModule.SubscriptionOptionsAsyncCallback.onReceiveConfiguration(IQ responseStanza, String node, JID jid, JabberDataElement form)
           
protected abstract  void PubSubModule.RetrieveItemsAsyncCallback.onRetrieve(IQ responseStanza, String nodeName, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items)
           
protected abstract  void PubSubModule.SubscriptionAsyncCallback.onSubscribe(IQ response, String node, JID jid, String subID, Subscription subscription)
           
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules.registration
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.registration that return IQ
 IQ InBandRegistrationModule.RegistrationEvent.getStanza()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.registration with parameters of type IQ
protected  void InBandRegistrationModule.processGet(IQ element)
           
protected  void InBandRegistrationModule.processSet(IQ element)
           
 void InBandRegistrationModule.RegistrationEvent.setStanza(IQ stanza)
           
 

Uses of IQ in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster with parameters of type IQ
protected  void RosterModule.processGet(IQ element)
           
protected  void RosterModule.processSet(IQ stanza)
           
 

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

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



Copyright © 2006-2012 Tigase. All Rights Reserved.