tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoInfoModule
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule
- All Implemented Interfaces:
- XmppModule
public class DiscoInfoModule
- extends AbstractIQModule
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRIT
public static final Criteria CRIT
IDENTITY_CATEGORY_KEY
public static final String IDENTITY_CATEGORY_KEY
- See Also:
- Constant Field Values
IDENTITY_TYPE_KEY
public static final String IDENTITY_TYPE_KEY
- See Also:
- Constant Field Values
InfoRequested
public static final EventType InfoRequested
DiscoInfoModule
public DiscoInfoModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter,
XmppModulesManager modulesManager)
getCriteria
public Criteria getCriteria()
- Description copied from interface:
XmppModule
- Criteria
- Returns:
getFeatures
public String[] getFeatures()
- Description copied from interface:
XmppModule
Returns features what are implemented by Module.
See Service
Discovery Features
- Returns:
- array of features
getInfo
public void getInfo(JID jid,
DiscoInfoModule.DiscoInfoAsyncCallback callback)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
getInfo
public void getInfo(JID jid,
String node,
AsyncCallback callback)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
getInfo
public void getInfo(JID jid,
String node,
DiscoInfoModule.DiscoInfoAsyncCallback callback)
throws JaxmppException
- Throws:
JaxmppException
processDefaultDiscoEvent
public void processDefaultDiscoEvent(DiscoInfoModule.DiscoInfoEvent be)
processGet
protected void processGet(IQ element)
throws XMPPException,
XMLException,
JaxmppException
- Description copied from class:
AbstractIQModule
- Method for processing stanza
<iq type='get'>.
- Specified by:
processGet in class AbstractIQModule
- Parameters:
element - incoming XMPP stanza
- Throws:
XMPPException
XMLException
JaxmppException
processSet
protected void processSet(IQ element)
throws XMPPException,
XMLException,
JaxmppException
- Description copied from class:
AbstractIQModule
- Method for processing stanza
<iq type='set'>.
- Specified by:
processSet in class AbstractIQModule
- Parameters:
element - incoming XMPP stanza
- Throws:
XMPPException
XMLException
JaxmppException
Copyright © 2006-2012 Tigase. All Rights Reserved.