|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.servlet.sip.features.click2DialFlow1.Click2DialFlow1Bean
public class Click2DialFlow1Bean
Class representing a request to set up a call between two specified parties.
Constructor Summary | |
---|---|
Click2DialFlow1Bean()
|
Method Summary | |
---|---|
boolean |
getEarlyMediaReinvite()
|
java.lang.String |
getParty1()
|
java.lang.String |
getParty2()
|
int |
getTimeoutSec()
|
java.lang.String |
getUid()
|
void |
setEarlyMediaReinvite(boolean earlyMediaReinvite)
Specifies whether or not the first party should receive a re-INVITE if the party returns an early media response. |
void |
setParty1(java.lang.String party1)
Sets the address of the desired first party (String representation of SIP URI) |
void |
setParty2(java.lang.String party2)
Sets the address of the desired second party (String representation of SIP URI) |
void |
setTimeoutSec(int timeoutSec)
Sets an optional timeout in seconds for first party to answer. |
void |
setUid(java.lang.String uid)
Set value of X-ECHARTS-UID header in INVITE to first party. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Click2DialFlow1Bean()
Method Detail |
---|
public java.lang.String getParty1()
public void setParty1(java.lang.String party1)
party1
- SIP URIpublic java.lang.String getParty2()
public void setParty2(java.lang.String party2)
party2
- SIP URIpublic int getTimeoutSec()
public void setTimeoutSec(int timeoutSec)
timeoutSec
- timeout value in seconds (-1 for no timeout)public boolean getEarlyMediaReinvite()
public void setEarlyMediaReinvite(boolean earlyMediaReinvite)
earlyMediaReinvite
- public void setUid(java.lang.String uid)
uid
- X-ECHARTS-UID header value - should be uniquepublic java.lang.String getUid()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |