| Package | Description |
|---|---|
| org.jvoicexml |
This package contains the user relevant interfaces and classes to
interact with the JVoiceXML VoiceXML interpreter.
|
| org.jvoicexml.callmanager |
User relevant interfaces and classes for telephony connections.
|
| org.jvoicexml.documentserver |
Basic implementation of a document server as it is specified in the
DocumentServer interface. |
| org.jvoicexml.documentserver.jetty |
Jetty document storage.
|
| org.jvoicexml.documentserver.schemestrategy |
The schemestrategy package provides some implementations of
the
SchemeStrategy interface. |
| org.jvoicexml.documentserver.schemestrategy.builtin |
Support for builtin grammars.
|
| org.jvoicexml.event |
The event package provides the basic classes and interfaces to handle
the JVoiceXml specific events.
|
| org.jvoicexml.event.error |
The error package provides the classes for all events for abnormal
occurrences, extending
ErrorEvent. |
| org.jvoicexml.event.error.jvxml |
The jvxml package contains all internal errors that are used by JVoiceXml.
|
| org.jvoicexml.event.plain |
The plain package contains classes for all events that happen normally,
extending
PlainEvent. |
| org.jvoicexml.event.plain.implementation |
Events to transport control information from the
ImplementationPlatform. |
| org.jvoicexml.event.plain.jvxml |
The jvxml package contains classes for all internal events that happen
normally.
|
| org.jvoicexml.implementation |
Basic classes and interfaces for the implementation platform.
|
| org.jvoicexml.implementation.dtmf |
DTMF recognizer.
|
| org.jvoicexml.implementation.grammar |
Basic classes and interfaces for the grammar processor of the
implementation platform.
|
| org.jvoicexml.implementation.jvxml |
Basic implementations for JVoiceXML.
|
| org.jvoicexml.implementation.pool |
Pool of
ExternalResources. |
| org.jvoicexml.interpreter |
Core interpreter.
|
| org.jvoicexml.interpreter.datamodel |
Datamodel for JVoiceXML
|
| org.jvoicexml.interpreter.dialog |
Classes implementing
Dialogs that are
interpreted. |
| org.jvoicexml.interpreter.event |
This package contains the classes to capture the events that are
coming from the implementation platform.
|
| org.jvoicexml.interpreter.formitem |
This package contains classes implementing
FormItems that can be visited by the form
interpretation algorithm. |
| org.jvoicexml.interpreter.grammar |
This package contains the classes to handle the grammars.
|
| org.jvoicexml.interpreter.grammar.identifier |
This package contains the classes to identify the supported grammars,
implementing
GrammarIdentifier. |
| org.jvoicexml.interpreter.scope |
This package contains some utility classes to handle scope issues.
|
| org.jvoicexml.profile |
A profile follows the thought of the profiles as they are specified in http://www.w3.org/TR/
voicexml30 /#Profiles.
|
| org.jvoicexml.startup |
Startup control of the VoiceXML interpreter.
|