|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jabber.jabberbeans.XMLData | +--org.jabber.jabberbeans.Extension.HashExtension | +--org.jabber.jabberbeans.Extension.IQRegister | +--org.jabber.jabberbeans.Extension.IQRegisterExtension
An IQRegisterExtension
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 -
Fields inherited from class org.jabber.jabberbeans.Extension.HashExtension |
entries |
Constructor Summary | |
IQRegisterExtension(IQRegisterBuilder builder)
Deprecated. Creates a new IQRegisterExtension instance. |
Method Summary | |
protected java.lang.String |
getXMLNS()
Deprecated. Used to fetch the internal XMLNS, which is used by AppendItem and toString to return the proper XML representation. |
Methods inherited from class org.jabber.jabberbeans.Extension.HashExtension |
appendItem,
getNames,
getValue |
Methods inherited from class org.jabber.jabberbeans.XMLData |
appendAttrib,
appendAttrib,
appendChild,
appendChild,
escapeString,
toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public IQRegisterExtension(IQRegisterBuilder builder) throws java.lang.InstantiationException
IQRegisterExtension
instance.Method Detail |
protected java.lang.String getXMLNS()
String
holding the XML namespace
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |