|
|||||||||
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.XAutoUpdate
A XAutoUpdate
is used to indicate to a client that there is
a new version of some software. Passed is an address to be used to fetch
more information via jabber:iq:autoupdate.
Field Summary | |
private java.lang.String |
address
String holding the JID of the update |
Constructor Summary | |
XAutoUpdate(java.lang.String addr)
Construct an XAutoUpdate object, based on a String
|
Method Summary | |
void |
appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the
current packet data to the specified StringBuffer . |
java.lang.String |
getAddress()
get the address for additional information on an update |
Methods inherited from class org.jabber.jabberbeans.XMLData |
appendAttrib,
appendAttrib,
appendChild,
appendChild,
escapeString,
toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String address
String
holding the JID of the updateConstructor Detail |
public XAutoUpdate(java.lang.String addr)
String
addr
- String
holding the JID where additional
update information can be foundMethod Detail |
public java.lang.String getAddress()
String
holding the JID where additional
update information can be foundpublic 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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |