org.mobicents.csapi.jr.slee.ui
Class MultiPartyCallUITarget
java.lang.Object
org.mobicents.csapi.jr.slee.ui.MultiPartyCallUITarget
public class MultiPartyCallUITarget
- extends java.lang.Object
This class is used to pass a reference to a ongoing multiparty call 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 |
MultiPartyCallUITarget
public MultiPartyCallUITarget(TpServiceIdentifier tpServiceIdentifier,
TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
getTpServiceIdentifier
public TpServiceIdentifier getTpServiceIdentifier()
setTpServiceIdentifier
public void setTpServiceIdentifier(TpServiceIdentifier serviceIdentifier)
getTpMultiPartyCallIdentifier
public TpMultiPartyCallIdentifier getTpMultiPartyCallIdentifier()
- Returns:
- Returns the tpMultiPartyCallIdentifier.
setTpMultiPartyCallIdentifier
public void setTpMultiPartyCallIdentifier(TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
- Parameters:
tpMultiPartyCallIdentifier - The tpMultiPartyCallIdentifier to set.
Copyright © 2009. All Rights Reserved.