|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.csapi.jr.slee.ui.TpUITargetObject
public class TpUITargetObject
This class is used to pass a reference to a ongoing call or call leg to the User Interaction Service. Call related user interaction may be performed on the call.
| Constructor Summary | |
|---|---|
TpUITargetObject()
|
|
| Method Summary | |
|---|---|
CallLegUITarget |
getCallLegUITarget()
Returns the callLegIdentifier |
CallUITarget |
getCallUITarget()
Returns the callIdentifier |
TpUITargetObjectType |
getDiscriminator()
Get the type of object to which UI is connected. |
MultiPartyCallUITarget |
getMultiPartyCallUITarget()
Returns the multiPartyCallIdentifier |
void |
setCallLegUITarget(CallLegUITarget value)
Set the MPCC Call Leg. |
void |
setCallUITarget(CallUITarget value)
Set the GCCS Call. |
void |
setMultiPartyCallUITarget(MultiPartyCallUITarget value)
Set the MPCC Call. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TpUITargetObject()
| Method Detail |
|---|
public CallUITarget getCallUITarget()
throws InvalidUnionAccessorException
InvalidUnionAccessorException
public MultiPartyCallUITarget getMultiPartyCallUITarget()
throws InvalidUnionAccessorException
InvalidUnionAccessorException
public CallLegUITarget getCallLegUITarget()
throws InvalidUnionAccessorException
InvalidUnionAccessorExceptionpublic void setCallUITarget(CallUITarget value)
value - a org.mobicents.csapi.jr.slee.cc.gccs.Call valuepublic void setMultiPartyCallUITarget(MultiPartyCallUITarget value)
value - a org.mobicents.csapi.jr.slee.cc.mpccs.MultiPartyCall valuepublic void setCallLegUITarget(CallLegUITarget value)
value - a org.mobicents.csapi.jr.slee.cc.mpccs.CallLeg value
public TpUITargetObjectType getDiscriminator()
throws InvalidUnionAccessorException
UITargetObjectType value
InvalidUnionAccessorException - Please refer to
the relevant Parlay documentation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||