Uses of Interface
org.jvoicexml.DocumentServer

Packages that use DocumentServer
org.jvoicexml This package contains the user relevant interfaces and classes to interact with the JVoiceXML VoiceXML interpreter. 
org.jvoicexml.documentserver The documentserver package provides a basic implementation of a document server as it is specified in the DocumentServer interface. 
org.jvoicexml.implementation.jsapi10 This package contains basic classes to support JSAPI 1.0 implementations for UserInput and SystemOutput
org.jvoicexml.implementation.jsapi10.speakstrategy This package contains SSMLSpeakStrategy implementations to support SSML with JSAPI 1.0. 
org.jvoicexml.interpreter This package contains the core interpreter. 
 

Uses of DocumentServer in org.jvoicexml
 

Methods in org.jvoicexml that return DocumentServer
 DocumentServer JVoiceXmlMain.getDocumentServer()
          Retrieves a reference to the document server.
 DocumentServer JVoiceXmlCore.getDocumentServer()
          Retrieves a reference to the document server.
 

Methods in org.jvoicexml with parameters of type DocumentServer
 void SystemOutput.queueSpeakable(SpeakableText speakable, boolean bargein, DocumentServer documentServer)
          The Speakable object is added to the end of the speaking queue and will be spoken once it reaches the top of the queue.
 

Uses of DocumentServer in org.jvoicexml.documentserver
 

Classes in org.jvoicexml.documentserver that implement DocumentServer
 class JVoiceXmlDocumentServer
          Basic implementation of a DocumentServer.
 

Uses of DocumentServer in org.jvoicexml.implementation.jsapi10
 

Methods in org.jvoicexml.implementation.jsapi10 with parameters of type DocumentServer
 void AudioOutput.queueSpeakable(SpeakableText speakable, boolean bargein, DocumentServer documentServer)
          The Speakable object is added to the end of the speaking queue and will be spoken once it reaches the top of the queue. Checks the type of the given speakable and forwards it either as for SSML output or for plain text output.
 void SSMLSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 

Uses of DocumentServer in org.jvoicexml.implementation.jsapi10.speakstrategy
 

Methods in org.jvoicexml.implementation.jsapi10.speakstrategy with parameters of type DocumentServer
 void TextSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 void SpeakSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 void MarkSpeakStrategy.speak(AudioOutput audioOutput, DocumentServer documentServer, SsmlNode node)
          Speaks the given node.
 

Uses of DocumentServer in org.jvoicexml.interpreter
 

Methods in org.jvoicexml.interpreter that return DocumentServer
 DocumentServer VoiceXmlInterpreterContext.getDocumentServer()
          Retrieves a reference to the document server.
 DocumentServer JVoiceXmlSession.getDocumentServer()
          Retrieves a reference to the document server.
 



Copyright © 2005-2007 JVoiceXML group.