public abstract class AbstractIQModule extends AbstractStanzaExtendableModule<IQ>
context, log| Constructor and Description |
|---|
AbstractIQModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(IQ stanza)
Method for processing incoming stanza.
|
protected abstract void |
processGet(IQ element)
Method for processing stanza
<iq type='get'>. |
protected abstract void |
processSet(IQ element)
Method for processing stanza
<iq type='set'>. |
addExtension, getExtensionChain, getFeaturesWithExtensions, removeExtension, write, write, writeafterRegister, beforeRegister, beforeUnregister, fireEvent, getFirstChild, process, setContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCriteria, getFeaturespublic void process(IQ stanza) throws JaxmppException
AbstractStanzaModuleprocess in class AbstractStanzaModule<IQ>JaxmppExceptionprotected abstract void processGet(IQ element) throws JaxmppException
<iq type='get'>.element - incoming XMPP stanzaJaxmppExceptionprotected abstract void processSet(IQ element) throws JaxmppException
<iq type='set'>.element - incoming XMPP stanzaJaxmppExceptionCopyright © 2006–2018 Tigase. All rights reserved.