tigase.jaxmpp.core.client
Class AbstractStanzaHandler
java.lang.Object
tigase.jaxmpp.core.client.AbstractStanzaHandler
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- Processor.FeatureNotImplementedResponse
public abstract class AbstractStanzaHandler
- extends Object
- implements Runnable
|
Method Summary |
protected abstract void |
process()
|
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
protected final Element element
sessionObject
protected final SessionObject sessionObject
writer
protected final PacketWriter writer
AbstractStanzaHandler
public AbstractStanzaHandler(Element element,
PacketWriter writer,
SessionObject sessionObject)
process
protected abstract void process()
throws XMLException,
XMPPException,
JaxmppException
- Throws:
XMLException
XMPPException
JaxmppException
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2006-2012 Tigase. All Rights Reserved.