DocumentServer interface.See: Description
| Interface | Description |
|---|---|
| SchemeStrategy |
Strategy to get a VoiceXML document from a repository for a given URI scheme.
|
| Class | Description |
|---|---|
| ExternalGrammarDocument |
Basic implementation of a
GrammarDocument. |
| ExternalReferenceGrammarDocument |
A grammar document that does not prefetch the grammar document but just keeps
its URI.
|
| JVoiceXmlDocumentServer |
Basic implementation of a
DocumentServer. |
| ReadBuffer |
A simple buffer to read data.
|
| VariableEncoder |
Convenient class to access variables from a given
URI or add
variables to it to send them back to the
DocumentServer. |
DocumentServer interface.