Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.media.mn8.protocol.jabber.datablocks
Class Iq  view Iq download Iq.java

java.lang.Object
  extended byorg.media.mn8.protocol.jabber.JabberDataBlock
      extended byorg.media.mn8.protocol.jabber.datablocks.Iq
Direct Known Subclasses:
Roster

public class Iq
extends org.media.mn8.protocol.jabber.JabberDataBlock

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(org.media.mn8.protocol.jabber.JabberDataBlock _parent, java.util.Hashtable _attributes)
          Constructor including an Attribute list
Iq(java.lang.String type)
          Constructor.
 
Method Summary
 Iq constructReply()
          Construct a reply message
 java.lang.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

Iq

public Iq()
Constructor.


Iq

public Iq(java.lang.String type)
Constructor. Sets the message type and constructs an empty IQ message


Iq

public Iq(org.media.mn8.protocol.jabber.JabberDataBlock _parent,
          java.util.Hashtable _attributes)
Constructor including an Attribute list

Method Detail

getTagName

public java.lang.String getTagName()
Method to return the tag name


constructReply

public Iq constructReply()
Construct a reply message