Uses of Class
tigase.jaxmpp.core.client.XMPPException

Packages that use XMPPException
tigase.jaxmpp.core.client Core of JAXMPP library. 
tigase.jaxmpp.core.client.xmpp.modules Support for XMPP Modules. 
tigase.jaxmpp.core.client.xmpp.modules.adhoc Module implements XEP-0050: Ad-Hoc Commands
tigase.jaxmpp.core.client.xmpp.modules.auth Support for SASL and non-SASL authentication . 
tigase.jaxmpp.core.client.xmpp.modules.disco Support for XEP-0030: Service Discovery
tigase.jaxmpp.core.client.xmpp.modules.roster Support for roster management. 
 

Uses of XMPPException in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client that throw XMPPException
protected  void Processor.FeatureNotImplementedResponse.process()
           
protected abstract  void AbstractStanzaHandler.process()
           
 void XmppModule.process(Element element)
          Main method of module.
 

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

Methods in tigase.jaxmpp.core.client.xmpp.modules that throw XMPPException
 void SessionEstablishmentModule.process(Element element)
           
 void ResourceBinderModule.process(Element element)
           
protected  void SoftwareVersionModule.processGet(IQ element)
           
protected  void SoftwareVersionModule.processSet(IQ element)
           
protected  void PingModule.processSet(IQ stanza)
           
 

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

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that throw XMPPException
protected  void AdHocCommansModule.processDiscoInfoEvent(DiscoInfoModule.DiscoInfoEvent be)
           
protected  void AdHocCommansModule.processGet(IQ element)
           
protected  void AdHocCommansModule.processSet(IQ element)
           
 

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

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth that throw XMPPException
 void SaslModule.process(Element element)
           
 void AuthModule.process(Element element)
           
protected  void SaslModule.processChallenge(Element element)
           
 

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

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco that throw XMPPException
protected  void DiscoItemsModule.processGet(IQ element)
           
protected  void DiscoInfoModule.processGet(IQ element)
           
protected  void DiscoItemsModule.processSet(IQ element)
           
protected  void DiscoInfoModule.processSet(IQ element)
           
 

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

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster that throw XMPPException
protected  void RosterModule.processGet(IQ element)
           
 



Copyright © 2006-2013 Tigase. All Rights Reserved.