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

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

public class CallUITarget
extends java.lang.Object

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


Constructor Summary
CallUITarget(TpServiceIdentifier tpServiceIdentifier, TpCallIdentifier tpCallIdentifier)
           
 
Method Summary
 TpCallIdentifier getTpCallIdentifier()
           
 TpServiceIdentifier getTpServiceIdentifier()
           
 void setTpCallIdentifier(TpCallIdentifier callIdentifier)
           
 void setTpServiceIdentifier(TpServiceIdentifier serviceIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallUITarget

public CallUITarget(TpServiceIdentifier tpServiceIdentifier,
                    TpCallIdentifier tpCallIdentifier)
Method Detail

getTpServiceIdentifier

public TpServiceIdentifier getTpServiceIdentifier()

setTpServiceIdentifier

public void setTpServiceIdentifier(TpServiceIdentifier serviceIdentifier)

getTpCallIdentifier

public TpCallIdentifier getTpCallIdentifier()
Returns:
Returns the _tpCallIdentifier.

setTpCallIdentifier

public void setTpCallIdentifier(TpCallIdentifier callIdentifier)
Parameters:
callIdentifier - The _tpCallIdentifier to set.


Copyright © 2008. All Rights Reserved.