SchemeStrategy interface.See: Description
| Interface | Description |
|---|---|
| MappedDocumentRepository |
Simple VoiceXML document repository based on a map mechanism.
|
| SessionIdentifierFactory<T> |
Factory for session identifiers that can be used in a
SessionStorage. |
| Class | Description |
|---|---|
| DocumentMap |
Implementation of the
MappedDocumentRepository. |
| FileSchemeStrategy |
SchemeStrategy to read VoiceXML document from the file system. |
| HttpSchemeStrategy |
SchemeStrategy to read VoiceXML document via the HTTP protocol. |
| MappedDocumentStrategy |
Scheme strategy for the
MappedDocumentRepository. |
| SessionStorage<T> |
Container that associates a JVoiceXML session to a custom strategy object,
Identifying the session with the repository.
|
SchemeStrategy interface.