org.mobicents.csapi.jr.slee.ui
Class CallLegUITarget
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallLegUITarget
public CallLegUITarget(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier,
TpCallLegIdentifier tpCallLegIdentifier)
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 © 2009. All Rights Reserved.