Uses of Package
vxmlsurfer

Packages that use vxmlsurfer
examples   
vxmlsurfer   
 

Classes in vxmlsurfer used by examples
Processor
          This class controls the execution of the vxml file.
Terminator
          This Class is for proper system termination
 

Classes in vxmlsurfer used by vxmlsurfer
ApplicationContext
          this class creates a new application context such as variables, language, events, counters, grammars it has to be fed into ApplicationContextManager
CleanExit
          This Class has to be implemented by the application using the VXMLInterpreter The application will have to implement its Exiting logic in the cleanExit() method.
CustomField
           
EventCounters
          this class keeps track of the number of times an event is thrown.
EventManager
          this class keeps track of all the event scope.
InputWindow
          Input Window for the HearSay Application
Processor
          This class controls the execution of the vxml file.
Terminator
          This Class is for proper system termination
VXMLAction
          This serves as Actions for the Messages enums are quite extensible in Java
VXMLSurfer
          This Class is a wrapper around the Processor and the Input Window