tigase.jaxmpp.core.client
Class AbstractStanzaHandler

java.lang.Object
  extended by tigase.jaxmpp.core.client.AbstractStanzaHandler
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
Processor.FeatureNotImplementedResponse

public abstract class AbstractStanzaHandler
extends Object
implements Runnable


Field Summary
protected  Element element
           
protected  SessionObject sessionObject
           
protected  PacketWriter writer
           
 
Constructor Summary
AbstractStanzaHandler(Element element, PacketWriter writer, SessionObject sessionObject)
           
 
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
 

Field Detail

element

protected final Element element

sessionObject

protected final SessionObject sessionObject

writer

protected final PacketWriter writer
Constructor Detail

AbstractStanzaHandler

public AbstractStanzaHandler(Element element,
                             PacketWriter writer,
                             SessionObject sessionObject)
Method Detail

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.