com.caucho.xmpp.disco
Class DiscoItemsQuery
java.lang.Object
com.caucho.xmpp.disco.DiscoItemsQuery
- All Implemented Interfaces:
- java.io.Serializable
public class DiscoItemsQuery
- extends java.lang.Object
- implements java.io.Serializable
service discovery query
http://www.xmpp.org/extensions/xep-0030.html
namespace="http://jabber.org/protocol/disco#items"
element query {
attribute node?,
item*
}
element item {
attribute address,
attribute node?,
attribute name?,
attribute action { remove, update}?,
}
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DiscoItemsQuery
public DiscoItemsQuery()
DiscoItemsQuery
public DiscoItemsQuery(java.lang.String node)
getNode
public java.lang.String getNode()
getItems
public DiscoItem[] getItems()
setItems
public void setItems(DiscoItem[] items)
setItemList
public void setItemList(java.util.ArrayList<DiscoItem> itemList)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object