org.mobicents.csapi.jr.slee.ui
Class CallLegUITarget

java.lang.Object
  extended by org.mobicents.csapi.jr.slee.ui.CallLegUITarget

public class CallLegUITarget
extends java.lang.Object

This class is used to pass a reference to a ongoing call leg to the User Interaction Service. Call related user interaction may be performed on it.


Constructor Summary
CallLegUITarget(TpServiceIdentifier tpServiceIdentifier, TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier, TpCallLegIdentifier tpCallLegIdentifier)
           
 
Method Summary
 TpCallLegIdentifier getTpCallLegIdentifier()
           
 TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
           
 TpServiceIdentifier getTpServiceIdentifier()
           
 void setTpCallLegIdentifier(TpCallLegIdentifier tpCallLegIdentifier)
           
 void setTpMultiPartyCallIdentifier(TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
           
 void setTpServiceIdentifier(TpServiceIdentifier tpServiceIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallLegUITarget

public CallLegUITarget(TpServiceIdentifier tpServiceIdentifier,
                       TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
                       TpCallLegIdentifier tpCallLegIdentifier)
Method Detail

getTpMultiPartyCallIdentifier

public TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
Returns:
Returns the tpMultiPartyCallIdentifier.

setTpMultiPartyCallIdentifier

public void setTpMultiPartyCallIdentifier(TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
Parameters:
tpMultiPartyCallIdentifier - The tpMultiPartyCallIdentifier to set.

getTpCallLegIdentifier

public TpCallLegIdentifier getTpCallLegIdentifier()
Returns:
Returns the tpCallLegIdentifier.

setTpCallLegIdentifier

public void setTpCallLegIdentifier(TpCallLegIdentifier tpCallLegIdentifier)
Parameters:
tpCallLegIdentifier - The tpCallLegIdentifier to set.

getTpServiceIdentifier

public TpServiceIdentifier getTpServiceIdentifier()
Returns:
Returns the tpServiceIdentifier.

setTpServiceIdentifier

public void setTpServiceIdentifier(TpServiceIdentifier tpServiceIdentifier)
Parameters:
tpServiceIdentifier - The tpServiceIdentifier to set.


Copyright © 2008. All Rights Reserved.