All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.iap.rmi2phone_req

java.lang.Object
   |
   +----iceberg.iap.rmi2phone_req

public class rmi2phone_req
extends Object
implements Serializable
rmi2phone_req - defines the RMI request message (input to the RMI call). This is not relevant when operating with a call agent.


Variable Index

 o BYE
 o callee_uniqid
The callee's unique-id (in LDAP DN format)
 o calleeid
The callee-id (in LDAP DN format)
 o caller_data_ip_addr
Should be part of an XML connector descr idaelly
 o caller_data_port
Should be part of an XML connector descr idaelly
 o caller_type
Should be an XML operator descr ideally
 o caller_uniqid
The caller's unique-id (in LDAP DN format)
 o callerid
The caller-id (in LDAP DN format)
 o callid
UUID generated by caller
 o DTMF
 o GSM_TYPE
 o INVITE
 o reqtype
Could be INVITE, BYE or DTMF
 o request_RMI
RMI URL to use to contact caller IAP.
 o TEXT_TYPE

Constructor Index

 o rmi2phone_req(String, String, String, String, String, String, String, String, String, int)

Method Index

 o toString()

Variables

 o reqtype
 public String reqtype
Could be INVITE, BYE or DTMF

 o callid
 public String callid
UUID generated by caller

 o callerid
 public String callerid
The caller-id (in LDAP DN format)

 o caller_uniqid
 public String caller_uniqid
The caller's unique-id (in LDAP DN format)

 o calleeid
 public String calleeid
The callee-id (in LDAP DN format)

 o callee_uniqid
 public String callee_uniqid
The callee's unique-id (in LDAP DN format)

 o request_RMI
 public String request_RMI
RMI URL to use to contact caller IAP. Required since java does not allow you to get the RMI client

 o caller_type
 public String caller_type
Should be an XML operator descr ideally

 o caller_data_ip_addr
 public String caller_data_ip_addr
Should be part of an XML connector descr idaelly

 o caller_data_port
 public int caller_data_port
Should be part of an XML connector descr idaelly

 o INVITE
 public static final String INVITE
 o BYE
 public static final String BYE
 o DTMF
 public static final String DTMF
 o GSM_TYPE
 public static final String GSM_TYPE
 o TEXT_TYPE
 public static final String TEXT_TYPE

Constructors

 o rmi2phone_req
 public rmi2phone_req(String reqtype,
                      String callid,
                      String callerid,
                      String caller_uniqid,
                      String calleeid,
                      String callee_uniqid,
                      String request_RMI,
                      String caller_type,
                      String caller_data_ip_addr,
                      int caller_data_port)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index