com.vodafone360.people.service.io.api
Class Chat

java.lang.Object
  extended by com.vodafone360.people.service.io.api.Chat

public class Chat
extends java.lang.Object


Field Summary
private static java.lang.String EMPTY
           
 
Constructor Summary
Chat()
           
 
Method Summary
static int sendChatMessage(ChatMessage msg)
          Sends chat message to server
static int startChat(java.util.List<java.lang.String> recipients)
          Starts new chat session
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

private static final java.lang.String EMPTY
See Also:
Constant Field Values
Constructor Detail

Chat

public Chat()
Method Detail

sendChatMessage

public static int sendChatMessage(ChatMessage msg)
Sends chat message to server

Parameters:
msg - - ChatMessage to be sent
Returns:
request id

startChat

public static int startChat(java.util.List<java.lang.String> recipients)
Starts new chat session

Parameters:
recipients - - list of UserIds
Returns:
request id


JavaDoc