All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface iceberg.iap.mail_cl.Msg2VoiceIF

public interface Msg2VoiceIF
extends Remote
RMI interface for converting messages to voice-calls on the preferred end-point


Method Index

 o SendMsg(String, String, String, String)
Send a message to a user at her preferred end-point.

Methods

 o SendMsg
 public abstract void SendMsg(String data,
                              String from_user,
                              String to_user,
                              String msg_id) throws RemoteException
Send a message to a user at her preferred end-point.

Parameters:
data - -- the message to be sent
from_user - -- sender's identity in email id format
to_user - -- receiver's identity in email id format
msg_id - -- a string to uniquely identify the message

All Packages  Class Hierarchy  This Package  Previous  Next  Index