org.eclipse.ecf.presence.im
Interface IXHTMLChatMessage

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IChatMessage, IIMMessage, java.io.Serializable
All Known Implementing Classes:
XHTMLChatMessage

public interface IXHTMLChatMessage
extends IChatMessage

A chat message that has XHTML bodies.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ecf.presence.im.IChatMessage
IChatMessage.Type
 
Method Summary
 java.util.List getXTHMLBodies()
          Get List of html bodies.
 
Methods inherited from interface org.eclipse.ecf.presence.im.IChatMessage
getBody, getProperties, getSubject, getThreadID, getType
 
Methods inherited from interface org.eclipse.ecf.presence.IIMMessage
getFromID
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getXTHMLBodies

java.util.List getXTHMLBodies()
Get List of html bodies. Each element of this list will be a String minimally containing the html elements and contents.

Returns:
List of HTML bodies. Will not return null, but may return empty list.