net.java.sip.communicator.impl.protocol.rss
Class MessageRssImpl
java.lang.Object
net.java.sip.communicator.service.protocol.AbstractMessage
net.java.sip.communicator.impl.protocol.rss.MessageRssImpl
- All Implemented Interfaces:
- Message
public class MessageRssImpl
- extends AbstractMessage
Very simple message implementation for the Rss protocol.
- Author:
- Emil Ivov, Lubomir Marinov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageRssImpl
public MessageRssImpl(String content,
String contentType,
String contentEncoding,
String subject)
- Creates a message instance according to the specified parameters.
- Parameters:
content - the message bodycontentType - message content type or null for text/plaincontentEncoding - message encoding or null for UTF8subject - the subject of the message or null for no subject.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.