edu.ou.kmi.buddyspace.xml
Class XMLStreamFooter

java.lang.Object
  |
  +--edu.ou.kmi.buddyspace.xml.XMLStreamFooter

public class XMLStreamFooter
extends java.lang.Object

Class which represents an XMLStream footer - this closes whole communication with jabber server. It is </stream:stream>.


Constructor Summary
XMLStreamFooter()
           
 
Method Summary
 void appendItem(java.lang.StringBuffer retval)
          appendItem appends the XML representation of the XML footer to the specified StringBuffer.
 java.lang.String toString()
          toString returns string representation of the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLStreamFooter

public XMLStreamFooter()
Method Detail

appendItem

public void appendItem(java.lang.StringBuffer retval)
appendItem appends the XML representation of the XML footer to the specified StringBuffer.

Parameters:
retval - The StringBuffer to append to

toString

public java.lang.String toString()
toString returns string representation of the tag.

Overrides:
toString in class java.lang.Object