Class DiscoItem
- All Implemented Interfaces:
org.xmpp.resultsetmanagement.Result
- Direct Known Subclasses:
DiscoServerItem
An item associated with an entity may not be addressable as a JID. In order to handle such items, Service Discovery uses an optional 'node' attribute that supplements the 'jid' attribute.
- Author:
- Gaston Dombiak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the action (i.e.org.dom4j.ElementReturns a dom4j element that represents this DiscoItem object.org.xmpp.packet.JIDgetJID()Returns the entity's ID.getName()Returns the entity's name.getNode()Returns the node attribute that supplements the 'jid' attribute.getUID()inthashCode()toString()
-
Constructor Details
-
DiscoItem
public DiscoItem(org.dom4j.Element element) -
DiscoItem
Creates a new DiscoItem instance.- Parameters:
jid- specifies the Jabber ID of the item "owner" or location (required).name- specifies a natural-language name for the item (can be null).node- specifies the particular node associated with the JID of the item "owner" or location (can be null).action- specifies the action to be taken for the item.- Throws:
IllegalArgumentException- If a required parameter was null, or if the supplied 'action' parameter has another value than 'null', "update" or "remove".
-
-
Method Details
-
getJID
public org.xmpp.packet.JID getJID()Returns the entity's ID.
- Returns:
- the entity's ID.
-
getNode
Returns the node attribute that supplements the 'jid' attribute. A node is merely something that is associated with a JID and for which the JID can provide information.
Node attributes SHOULD be used only when trying to provide or query information which is not directly addressable.
- Returns:
- the node attribute that supplements the 'jid' attribute
-
getName
Returns the entity's name. The entity's name specifies in natural-language the name for the item.
- Returns:
- the entity's name.
-
getAction
Returns the action (i.e. update or remove) that indicates what must be done with this item or null if none. An "update" action requests the server to create or update the item. Whilst a "remove" action requests to remove the item.
- Returns:
- the action (i.e. update or remove) that indicates what must be done with this item or null if none.
-
getElement
public org.dom4j.Element getElement()Returns a dom4j element that represents this DiscoItem object.- Returns:
- element representing this object.
-
getUID
- Specified by:
getUIDin interfaceorg.xmpp.resultsetmanagement.Result
-
hashCode
public int hashCode() -
equals
-
toString
-