com.caucho.xmpp.disco
Class DiscoFeature
java.lang.Object
com.caucho.xmpp.disco.DiscoFeature
- All Implemented Interfaces:
- java.io.Serializable
public class DiscoFeature
- extends java.lang.Object
- implements java.io.Serializable
service discovery identity
http://jabber.org/protocol/disco#info
element query {
attribute node?,
identity*,
feature*
}
element identity {
attribute category,
attribute name?,
attribute type
}
element feature {
attribute _var
}
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getVar()
Returns the feature name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DiscoFeature
public DiscoFeature()
DiscoFeature
public DiscoFeature(java.lang.String var)
getVar
public java.lang.String getVar()
- Returns the feature name
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object