com.realtime.xmpp.types
Interface XmppMessage

All Superinterfaces:
XmppStanza

public interface XmppMessage
extends XmppStanza

Defines expected attributes for an XMPP message.

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

Method Summary
 java.lang.String getBody()
           
 JID getFrom()
           
 java.lang.String getSubject()
           
 JID getTo()
           
 
Methods inherited from interface com.realtime.xmpp.types.XmppStanza
asXML
 

Method Detail

getFrom

public JID getFrom()

getTo

public JID getTo()

getSubject

public java.lang.String getSubject()

getBody

public java.lang.String getBody()


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