public abstract class AbstractStanzaHandler extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected Element |
element |
protected SessionObject |
sessionObject |
protected PacketWriter |
writer |
| Constructor and Description |
|---|
AbstractStanzaHandler(Element element,
PacketWriter writer,
SessionObject sessionObject) |
protected final Element element
protected final SessionObject sessionObject
protected final PacketWriter writer
public AbstractStanzaHandler(Element element, PacketWriter writer, SessionObject sessionObject)
protected abstract void process()
throws XMLException,
XMPPException,
JaxmppException
XMLExceptionXMPPExceptionJaxmppExceptionCopyright © 2006–2014 Tigase. All rights reserved.