|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DiscoItem
An item is associated with an XMPP Entity, usually thought of a children of the parent entity and normally are addressable as a JID.
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.
| Method Summary | |
|---|---|
String |
getAction()
Returns the action (i.e. |
String |
getJID()
Returns the entity's ID. |
String |
getName()
Returns the entity's name. |
String |
getNode()
Returns the node attribute that supplements the 'jid' attribute. |
| Method Detail |
|---|
String getJID()
String getNode()
Node attributes SHOULD be used only when trying to provide or query information which is not directly addressable.
String getName()
String getAction()
|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||