|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--HashExtension | +--edu.ou.kmi.buddyspace.xml.IQRegister
An IQRegister
holds the values that would be stored in
a jabber:iq:register namespace. This namespace is used to register and
deregister accounts with the jabber server and with various transports.
NOTE: it is my personal hope that this extension dies a horrible death at
a later date, probably at the hand of XML forms.
all parameters are subject to interpretation - the names are meant to be
labels to editable text boxes, with instructions being broadcast on how to
use the interface.
also note that the values do not have default states -
Constructor Summary | |
IQRegister(IQRegisterBuilder builder)
Creates a new IQRegister instance. |
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
java.util.Enumeration |
extensions()
returns an enumeration of extensions contained within this
object. |
protected java.lang.String |
getXMLNS()
Used to fetch the internal XMLNS, which is used by AppendItem and toString to return the proper XML representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IQRegister(IQRegisterBuilder builder) throws java.lang.InstantiationException
IQRegister
instance.
Method Detail |
protected java.lang.String getXMLNS()
String
holding the XML namespacepublic java.util.Enumeration extensions()
extensions
contained within this
object.
Enumeration
valuepublic void appendItem(java.lang.StringBuffer retval)
appendItem
appends the XML representation of the
current packet data to the specified StringBuffer
.
retval
- The StringBuffer
to append to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |