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

java.lang.Object
  extended by 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.


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

Constructor Detail

MultiPartyCallUITarget

public MultiPartyCallUITarget(TpServiceIdentifier tpServiceIdentifier,
                              TpMultiPartyCallIdentifier tpMultiPartyCallIdentifier)
Method Detail

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 © 2008. All Rights Reserved.