|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.protocol.jabber.JabberDataBlock | +--org.media.mn8.protocol.jabber.datablocks.Iq
Class representing the iq message block
Field Summary |
Fields inherited from class org.media.mn8.protocol.jabber.JabberDataBlock |
attributes, childBlocks, parent, textData |
Constructor Summary | |
Iq()
Constructor. |
|
Iq(JabberDataBlock _parent,
Hashtable _attributes)
Constructor including an Attribute list |
|
Iq(String type)
Constructor. |
Method Summary | |
Iq |
constructReply()
Construct a reply message |
String |
getTagName()
Method to return the tag name |
Methods inherited from class org.media.mn8.protocol.jabber.JabberDataBlock |
addAttributeToStringBuffer, addChild, addText, constructReply, getAttribute, getBytes, getChildBlocks, getParent, getTagEnd, getTagStart, getText, setAttribute, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Iq()
public Iq(String type)
public Iq(JabberDataBlock _parent, Hashtable _attributes)
_parent
- The parent of this datablock_attributes
- The list of element attributesMethod Detail |
public String getTagName()
getTagName
in class JabberDataBlock
public Iq constructReply()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |