|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.callmanager.CallParameters
org.jvoicexml.callmanager.mrcpv2.SipCallParameters
public final class SipCallParameters
Call paramters for a SIP client.
| Constructor Summary | |
|---|---|
SipCallParameters()
|
|
| Method Summary | |
|---|---|
String |
getClientAddress()
Retrieves the IP address. |
int |
getClientPort()
Retrieves the IP port number. |
String |
getServerAddress()
Retrieves the IP address. |
int |
getServerPort()
Retrieves the IP port number. |
org.speechforge.cairo.client.SpeechClient |
getSpeechClient()
|
void |
setClientAddress(String address)
Sets the client address. |
void |
setClientPort(int port)
|
void |
setSpeechClient(org.speechforge.cairo.client.SpeechClient speechClient)
|
| Methods inherited from class org.jvoicexml.callmanager.CallParameters |
|---|
getCalledId, getCallerId, getTerminal, setCalledId, setCallerId, setTerminal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SipCallParameters()
| Method Detail |
|---|
public org.speechforge.cairo.client.SpeechClient getSpeechClient()
public void setSpeechClient(org.speechforge.cairo.client.SpeechClient speechClient)
speechClient - the speechClient to setpublic String getClientAddress()
public String getServerAddress()
public int getClientPort()
public int getServerPort()
public void setClientAddress(String address)
address - the client address to setpublic void setClientPort(int port)
port - the clientPort to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||