Package org.jvoicexml.interpreter

This package contains the core interpreter.

See:
          Description

Interface Summary
DialogConstruct Marker interface for dialog constructs.
EventHandler Event handler to catch events generated from the ImplementationPlatform.
ExecutableForm ExecutableForms are either <form> or a <menu> and are interpreted via the FormInterpretationAlgorithm.
ExecutableFormFactory Factory for ExecutableForm objects.
FormItem Form items are the elements that can be visited in the main loop of the form interpretation algorithm.
FormItemVisitable A visitable form item that is visited by classes that implement the FormItemVisitor interface.
FormItemVisitor A visitor for form items.
GrammarProcessor The GrammarProcessor is the main entry point for grammar processing.
GrammarRegistry Provides access to active grammars.
ScriptingEngine Provide an interface to access different scripting engines.
TagStrategy Strategy to execute a node.
TagStrategyFactory Factory for tag strategies.
 

Class Summary
FormInterpretationAlgorithm Forms are interpreted by an implicit form interpretation algorithm (FIA).
JVoiceXmlApplication Implementation of the Application.
JVoiceXmlSession Implementation of a Session.
ObjectExecutor Execute an <object> node.
SsmlParser Parser to transform the contents of a <prompt> into a SSML document.
VoiceXmlInterpreter VoiceXML interpreter that process VoiceXML documents retrieved from a document server.
VoiceXmlInterpreterContext Component that uses a VoiceXML interpreter to interpret a VoceXML document and that may also interact with the implementation platform independent of the VoiceXML interpreter.
 

Package org.jvoicexml.interpreter Description

This package contains the core interpreter.



Copyright © 2005-2007 JVoiceXML group.