org.mobicents.csapi.jr.slee.ui
Class CallUITarget
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallUITarget
public CallUITarget(TpServiceIdentifier tpServiceIdentifier,
TpCallIdentifier tpCallIdentifier)
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.