com.realtime.xmpp.types
Interface XmppStanza

All Known Subinterfaces:
XmppMessage, XmppQuery
All Known Implementing Classes:
HandshakeRequest, XmppWrapper

public interface XmppStanza

Provides the minimal asXML() method to convert the stanza to a string before sending to Jabber.

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

Method Summary
 java.lang.String asXML()
          Provide a string representation of the XMPP stanza.
 

Method Detail

asXML

public java.lang.String asXML()

Provide a string representation of the XMPP stanza.

Returns:
The XML fragment representing this stanza.


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