com.realtime.xmpp.dom
Class StanzaString

java.lang.Object
  |
  +--com.realtime.xmpp.dom.StanzaString

public class StanzaString
extends java.lang.Object

Provide a toString() on stanzas.

Version:
1.0 Copyright © 2002 Real Time Entertainment Group, LLC - All rights reserved.
Author:
Mike Prince

Field Summary
protected  org.dom4j.Element m_stanza
           
 
Method Summary
 java.lang.String toString()
          Convert the stanza into a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_stanza

protected org.dom4j.Element m_stanza
Method Detail

toString

public java.lang.String toString()

Convert the stanza into a string.

* @see java.lang.Object#toString()

Overrides:
toString in class java.lang.Object


Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.