Uses of Class
org.csapi.cc.TpCallLegConnectionProperties

Packages that use TpCallLegConnectionProperties
org.csapi.cc   
org.csapi.cc.mmccs   
org.csapi.cc.mpccs   
org.mobicents.csapi.jr.slee.cc.mpccs Contains the Parlay Multi-Party Call Control Service (MPCCS) interfaces. 
 

Uses of TpCallLegConnectionProperties in org.csapi.cc
 

Fields in org.csapi.cc declared as TpCallLegConnectionProperties
 TpCallLegConnectionProperties TpCallLegConnectionPropertiesHolder.value
           
 

Methods in org.csapi.cc that return TpCallLegConnectionProperties
static TpCallLegConnectionProperties TpCallLegConnectionPropertiesHelper.extract(org.omg.CORBA.Any any)
           
static TpCallLegConnectionProperties TpCallLegConnectionPropertiesHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in org.csapi.cc with parameters of type TpCallLegConnectionProperties
static void TpCallLegConnectionPropertiesHelper.insert(org.omg.CORBA.Any any, TpCallLegConnectionProperties s)
           
static void TpCallLegConnectionPropertiesHelper.write(org.omg.CORBA.portable.OutputStream out, TpCallLegConnectionProperties s)
           
 

Constructors in org.csapi.cc with parameters of type TpCallLegConnectionProperties
TpCallLegConnectionPropertiesHolder(TpCallLegConnectionProperties initial)
           
 

Uses of TpCallLegConnectionProperties in org.csapi.cc.mmccs
 

Methods in org.csapi.cc.mmccs with parameters of type TpCallLegConnectionProperties
 void IpMultiMediaCallLegPOATie.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 void _IpMultiMediaCallLegStub.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 

Uses of TpCallLegConnectionProperties in org.csapi.cc.mpccs
 

Methods in org.csapi.cc.mpccs with parameters of type TpCallLegConnectionProperties
 void IpCallLegPOATie.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 void IpCallLegOperations.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 void _IpCallLegStub.routeReq(int callLegSessionID, TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
           
 

Uses of TpCallLegConnectionProperties in org.mobicents.csapi.jr.slee.cc.mpccs
 

Methods in org.mobicents.csapi.jr.slee.cc.mpccs with parameters of type TpCallLegConnectionProperties
 void IpCallLegConnection.routeReq(TpAddress targetAddress, TpAddress originatingAddress, TpCallAppInfo[] appInfo, TpCallLegConnectionProperties connectionProperties)
          This asynchronous method requests routing of the call leg to the remote party indicated by the targetAddress.
 



Copyright © 2009. All Rights Reserved.