|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SchemeStrategy
Strategy to get a VoiceXML document from a repository for a given URI scheme.
A SchemeStrategy is responsible for only one scheme, i.e.
http. They have to register at the DocumentServer
via the method DocumentServer.addSchemeStrategy(SchemeStrategy).
Copyright © 2005 JVoiceXML group - http://jvoicexml.sourceforge.net/
| Method Summary | |
|---|---|
InputStream |
getInputStream(URI uri)
Opens the external URI and returns an InputStream to the
referenced object. |
String |
getScheme()
Get the schme that is handled by this strategy. |
| Method Detail |
|---|
String getScheme()
InputStream getInputStream(URI uri)
throws BadFetchError
InputStream to the
referenced object.
uri - The uri of the object to oben.
InputStream to the referenced object.
BadFetchError - Error opening the document.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||