tigase.jaxmpp.core.client.xmpp.modules.vcard
Class VCardModule
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.AbstractStanzaModule<Stanza>
tigase.jaxmpp.core.client.xmpp.modules.vcard.VCardModule
- All Implemented Interfaces:
- XmppModule
public class VCardModule
- extends AbstractStanzaModule<Stanza>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VCardModule
public VCardModule(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
process
public void process(Stanza element)
throws JaxmppException
- Specified by:
process in class AbstractStanzaModule<Stanza>
- Throws:
JaxmppException
retrieveVCard
public void retrieveVCard(JID jid,
AsyncCallback asyncCallback)
throws JaxmppException
- Throws:
JaxmppException
retrieveVCard
public void retrieveVCard(JID jid,
Long timeout,
AsyncCallback asyncCallback)
throws JaxmppException
- Throws:
JaxmppException
retrieveVCard
public void retrieveVCard(JID jid,
VCardModule.VCardAsyncCallback asyncCallback)
throws JaxmppException
- Throws:
JaxmppException
Copyright © 2006-2012 Tigase. All Rights Reserved.