Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.mock
Class MockMessage

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.AbstractMessage
      extended by net.java.sip.communicator.impl.protocol.mock.MockMessage
All Implemented Interfaces:
Message

public class MockMessage
extends AbstractMessage

Message Impl.

Author:
Damian Minkov, Lubomir Marinov

Constructor Summary
MockMessage(String content)
           
MockMessage(String content, String contentType, String contentEncoding, String subject)
           
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.service.protocol.AbstractMessage
createMessageUID, getContent, getContentType, getEncoding, getMessageUID, getRawData, getSize, getSubject, setContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockMessage

MockMessage(String content,
            String contentType,
            String contentEncoding,
            String subject)

MockMessage

MockMessage(String content)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.