edu.ou.kmi.buddyspace.xml
Class IQRegisterHandler

java.lang.Object
  |
  +--HashExtensionHandler
        |
        +--edu.ou.kmi.buddyspace.xml.IQRegisterHandler

public class IQRegisterHandler
extends HashExtensionHandler

Handler class to build jabber:iq:register objects. All work is done by the HashExtensionHandler.

See Also:
Serialized Form

Constructor Summary
IQRegisterHandler()
          Creates a new IQRegisterHandler instance.
 
Method Summary
protected  void handleStartElement(java.lang.String name, org.xml.sax.AttributeList attributes)
           
protected  void receiveChildData(SubHandler subHandler, java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQRegisterHandler

public IQRegisterHandler()
Creates a new IQRegisterHandler instance.

Method Detail

handleStartElement

protected void handleStartElement(java.lang.String name,
                                  org.xml.sax.AttributeList attributes)
                           throws org.xml.sax.SAXException
org.xml.sax.SAXException

receiveChildData

protected void receiveChildData(SubHandler subHandler,
                                java.lang.Object o)