com.caucho.xmpp.disco
Class DiscoIdentity
java.lang.Object
com.caucho.xmpp.disco.DiscoIdentity
- All Implemented Interfaces:
- java.io.Serializable
public class DiscoIdentity
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DiscoIdentity
public DiscoIdentity()
DiscoIdentity
public DiscoIdentity(java.lang.String category,
java.lang.String type)
DiscoIdentity
public DiscoIdentity(java.lang.String category,
java.lang.String type,
java.lang.String name)
getCategory
public java.lang.String getCategory()
getType
public java.lang.String getType()
getName
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object