tigase.jaxmpp.core.client.xmpp.modules.disco
Class DiscoItemsModule
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.AbstractIQModule
tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule
- All Implemented Interfaces:
- XmppModule
public class DiscoItemsModule
- 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
ItemsRequested
public static final EventType ItemsRequested
DiscoItemsModule
public DiscoItemsModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter)
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
getItems
public void getItems(JID jid,
AsyncCallback callback)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
getItems
public void getItems(JID jid,
DiscoItemsModule.DiscoItemsAsyncCallback callback)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
getItems
public void getItems(JID jid,
String node,
AsyncCallback callback)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
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.