|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchemeStrategy | |
|---|---|
| org.jvoicexml.documentserver | The documentserver package provides a basic implementation of a
document server as it is specified in the
DocumentServer interface. |
| org.jvoicexml.documentserver.schemestrategy | The schemestrategy package provvides some implementations of
the SchemeStrategy interface. |
| Uses of SchemeStrategy in org.jvoicexml.documentserver |
|---|
| Methods in org.jvoicexml.documentserver with parameters of type SchemeStrategy | |
|---|---|
void |
JVoiceXmlDocumentServer.addSchemeStrategy(SchemeStrategy strategy)
Adds the given scheme strategy. |
| Method parameters in org.jvoicexml.documentserver with type arguments of type SchemeStrategy | |
|---|---|
void |
JVoiceXmlDocumentServer.setSchemeStrategies(List<SchemeStrategy> schemeStrategies)
Adds the given list of strategies for schemes to the supported schemes. |
| Uses of SchemeStrategy in org.jvoicexml.documentserver.schemestrategy |
|---|
| Classes in org.jvoicexml.documentserver.schemestrategy that implement SchemeStrategy | |
|---|---|
class |
FileSchemeStrategy
SchemeStrategy to read VoiceXML doucment from the file system. |
class |
HttpSchemeStrategy
SchemeStrategy to read VoiceXML doucment via the HTTP protocol. |
class |
MappedDocumentStrategy
Scheme strategy for the MapedDocumentRepository. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||