|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamingTerminal
A Terminal represents a telephony endpoint managed by a JVoiceXML
provider - i.e. It is the line that a person calls to interact with a
VoiceXML application.
Streaming terminals play outgoing audio streams (i.e. Audio
generated by a VoiceXML application) via their output stream
and record incoming audio (i.e. Spoken or DTMF commands) via their
input stream.
| Method Summary | |
|---|---|
InputStream |
getInputStream()
Returns the terminal's input stream. |
OutputStream |
getOutputStream()
Returns the terminal's output stream. |
void |
setInputStream(InputStream inputStream)
Sets the terminal's input stream. |
void |
setOutputStream(OutputStream outputStream)
Sets the terminal's output stream. |
| Methods inherited from interface org.jvoicexml.implementation.telephony.Terminal |
|---|
answer, getName, hangup, playFile, record, setName |
| Method Detail |
|---|
InputStream getInputStream()
void setInputStream(InputStream inputStream)
inputStream - The terminal's input streamOutputStream getOutputStream()
void setOutputStream(OutputStream outputStream)
outputStream - The terminal's output stream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||