|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImplementationPlatform
The implementation platform is controlled by the VoiceXML interpreter context and by the VoiceXML interpreter.
The implementation platform generates events in response to user actions (e.g. spoken or character input received, disconnect) and system events (e.g. timer expiration). Some of these events are acted upon the VoiceXML interpreter itself, as specified by the VoiceXML document, while others are acted upon by the VoiceXML interpreter context.
Copyright © 2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
VoiceXmlInterpreter| Method Summary | |
|---|---|
void |
close()
Closes all open resources. |
CallControl |
getCallControl()
Retrieves the calling device. |
CharacterInput |
getCharacterInput()
Retrieves the DTMF input device. |
SystemOutput |
getSystemOutput()
Retrieves the audio output device. |
UserInput |
getUserInput()
Retrieves the user input device. |
void |
setEventHandler(EventObserver observer)
Sets the event observer to communicate events back to the interpreter. |
| Method Detail |
|---|
SystemOutput getSystemOutput()
throws NoresourceError
NoresourceError - Output device is not available.
UserInput getUserInput()
throws NoresourceError
NoresourceError - Input device is not available.
CharacterInput getCharacterInput()
throws NoresourceError
NoresourceError - Input device is not available.
CallControl getCallControl()
throws NoresourceError
NoresourceError - Calling device is not available.void close()
void setEventHandler(EventObserver observer)
observer - The event observer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||