|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BadFetchError | |
|---|---|
| org.jvoicexml | This package contains the user relevant interfaces and classes to interact with the JVoiceXML VoiceXML interpreter. |
| org.jvoicexml.documentserver | Basic implementation of a document server as it is specified in the
DocumentServer interface. |
| 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.error | The error package provides the classes for all events for abnormal
occurrences, extending ErrorEvent. |
| org.jvoicexml.implementation | Basic classes and interfaces for the implementation platform. |
| org.jvoicexml.implementation.grammar | Basic classes and interfaces for the grammar processor of the implementation platform. |
| org.jvoicexml.implementation.grammar.transformer | This package contains the classes to transform the supported grammars,
implementing GrammarTransformer. |
| org.jvoicexml.implementation.jvxml | Basic implementations for JVoiceXML. |
| org.jvoicexml.interpreter | Core interpreter. |
| org.jvoicexml.interpreter.dialog | Classes implementing Dialogs that are
interpreted. |
| 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. |
| Uses of BadFetchError in org.jvoicexml |
|---|
| Methods in org.jvoicexml that throw BadFetchError | |
|---|---|
void |
UserInput.activateGrammars(Collection<GrammarDocument> grammars)
Activates the given grammars. |
void |
Application.addDocument(URI uri,
VoiceXmlDocument doc)
Adds the given document to the application. |
void |
UserInput.deactivateGrammars(Collection<GrammarDocument> grammars)
Deactivates the given grammar. |
AudioInputStream |
DocumentServer.getAudioInputStream(String sessionId,
URI uri)
Retrieves an AudioStream to the audio file with the given
URI. |
VoiceXmlDocument |
DocumentServer.getDocument(String sessionId,
DocumentDescriptor descriptor)
Gets the document with the given URI. |
GrammarDocument |
DocumentServer.getGrammarDocument(String sessionId,
URI uri,
FetchAttributes attributes)
Returns the external Grammar referenced by URI. |
Object |
DocumentServer.getObject(String sessionId,
DocumentDescriptor descriptor,
String type)
Retrieves an object of the given type from the given URI. |
GrammarImplementation<?> |
UserInput.loadGrammar(Reader reader,
GrammarType type)
Creates a GrammarImplementation from the contents provided by
the Reader. |
void |
SystemOutput.queueSpeakable(SpeakableText speakable,
String sessionId,
DocumentServer documentServer)
The Speakable object is added to the end of the speaking queue and will be spoken once it reaches the top of the queue. |
void |
PromptAccumulator.renderPrompts(String sessionId,
DocumentServer server,
CallControlProperties callProps)
Notifies the implementation platform about the end of the prompt queuing that has been started by PromptAccumulator.setPromptTimeout(long). |
void |
Application.setRootDocument(VoiceXmlDocument document)
Sets the new root document. |
void |
UserInput.startRecognition(SpeechRecognizerProperties speech,
DtmfRecognizerProperties dtmf)
Detects and reports character and/or spoken input simultaneously. |
URI |
DocumentServer.storeAudio(AudioInputStream in)
Stores the audio from the given stream. |
| Uses of BadFetchError in org.jvoicexml.documentserver |
|---|
| Methods in org.jvoicexml.documentserver that throw BadFetchError | |
|---|---|
AudioInputStream |
JVoiceXmlDocumentServer.getAudioInputStream(String sessionId,
URI uri)
Retrieves an AudioStream to the audio file with the given
URI. |
VoiceXmlDocument |
JVoiceXmlDocumentServer.getDocument(String sessionId,
DocumentDescriptor descriptor)
Gets the document with the given URI. |
GrammarDocument |
JVoiceXmlDocumentServer.getGrammarDocument(String sessionId,
URI uri,
FetchAttributes attrs)
Returns the external Grammar referenced by URI. |
InputStream |
SchemeStrategy.getInputStream(String sessionId,
URI uri,
RequestMethod method,
long timeout,
Map<String,Object> parameters)
Opens the external URI and returns an InputStream to the
referenced object. |
Object |
JVoiceXmlDocumentServer.getObject(String sessionId,
DocumentDescriptor descriptor,
String type)
Retrieves an object of the given type from the given URI. |
URI |
JVoiceXmlDocumentServer.storeAudio(AudioInputStream in)
Stores the audio from the given stream. |
| Uses of BadFetchError in org.jvoicexml.documentserver.schemestrategy |
|---|
| Methods in org.jvoicexml.documentserver.schemestrategy that throw BadFetchError | |
|---|---|
String |
DocumentMap.getDocument(URI uri)
Gets the document with the given URI. |
InputStream |
MappedDocumentStrategy.getInputStream(String sessionId,
URI uri,
RequestMethod method,
long timeout,
Map<String,Object> parameters)
Opens the external URI and returns an InputStream to the
referenced object. |
InputStream |
HttpSchemeStrategy.getInputStream(String sessionId,
URI uri,
RequestMethod method,
long timeout,
Map<String,Object> parameters)
Opens the external URI and returns an InputStream to the
referenced object. |
InputStream |
FileSchemeStrategy.getInputStream(String sessionId,
URI uri,
RequestMethod method,
long timeout,
Map<String,Object> parameters)
Opens the external URI and returns an InputStream to the
referenced object. |
| Uses of BadFetchError in org.jvoicexml.documentserver.schemestrategy.builtin |
|---|
| Methods in org.jvoicexml.documentserver.schemestrategy.builtin that throw BadFetchError | |
|---|---|
InputStream |
BuiltinSchemeStrategy.getInputStream(String sessionId,
URI uri,
RequestMethod method,
long timeout,
Map<String,Object> parameters)
Opens the external URI and returns an InputStream to the
referenced object. |
protected ModeType |
AbstractGrammarCreator.getMode(URI uri)
Retrieves the mode of the grammar. |
protected Map<String,String> |
AbstractGrammarCreator.getParameters(URI uri)
Retrieves the query parameters from the URI. |
| Uses of BadFetchError in org.jvoicexml.event.error |
|---|
| Subclasses of BadFetchError in org.jvoicexml.event.error | |
|---|---|
class |
BadFetchHttpResponsecodeError
A BadFetchProtocolResponsecodeError dedicated to the
http protocol. |
class |
BadFetchProtocolResponsecodeError
In the case of a fetch failure, the interpreter context must use a detailed event type telling which specific HTTP or other protocol-specific response code was encountered. |
| Uses of BadFetchError in org.jvoicexml.implementation |
|---|
| Methods in org.jvoicexml.implementation that throw BadFetchError | |
|---|---|
void |
SpokenInput.activateGrammars(Collection<GrammarImplementation<?>> grammars)
Activates the given grammars. |
void |
SpokenInput.deactivateGrammars(Collection<GrammarImplementation<?>> grammars)
Deactivates the given grammar. |
GrammarImplementation<?> |
SpokenInput.loadGrammar(Reader reader,
GrammarType type)
Creates a GrammarImplementation from the contents provided by
the Reader. |
GrammarImplementation<?> |
ImplementationGrammarProcessor.process(UserInput input,
GrammarDocument grammar)
Processes the given grammar into a format that can be understood by the implementation platform. |
void |
SynthesizedOutput.queueSpeakable(SpeakableText speakable,
String sessionId,
DocumentServer documentServer)
The Speakable object is added to the end of the speaking queue and will be spoken once it reaches the top of the queue. |
void |
InputDevice.startRecognition(SpeechRecognizerProperties speech,
DtmfRecognizerProperties dtmf)
Detects and reports character and/or spoken input simultaneously. |
| Uses of BadFetchError in org.jvoicexml.implementation.grammar |
|---|
| Methods in org.jvoicexml.implementation.grammar that throw BadFetchError | |
|---|---|
GrammarImplementation<? extends Object> |
GrammarTransformerCentral.createGrammar(UserInput input,
GrammarDocument grammar)
Creates a RuleGrammar out of the given textual grammar and type. |
GrammarImplementation<? extends Object> |
GrammarTransformerCentral.createGrammar(UserInput input,
GrammarDocument grammar,
GrammarType type)
Creates a GrammarImplementation out of the given
GrammarDocument. |
GrammarImplementation<?> |
JVoiceXmlImplementationGrammarProcessor.process(UserInput input,
GrammarDocument grammar)
Processes the given grammar into a format that can be understood by the implementation platform. |
GrammarImplementation<?> |
GrammarTransformer.transformGrammar(UserInput input,
GrammarDocument grammar)
Creates a JSGF compatible grammar object, which can be passed to the ASR engine. |
| Uses of BadFetchError in org.jvoicexml.implementation.grammar.transformer |
|---|
| Methods in org.jvoicexml.implementation.grammar.transformer that throw BadFetchError | |
|---|---|
GrammarImplementation<?> |
XsltGrammarTransformer.transformGrammar(UserInput input,
GrammarDocument grammar)
Creates a JSGF compatible grammar object, which can be passed to the ASR engine. |
GrammarImplementation<?> |
NuanceDynagramBinaryGrammarTransformer.transformGrammar(UserInput input,
GrammarDocument grammar)
Creates a JSGF compatible grammar object, which can be passed to the ASR engine. |
GrammarImplementation<?> |
IdentGrammarTransformer.transformGrammar(UserInput input,
GrammarDocument grammar)
Creates a JSGF compatible grammar object, which can be passed to the ASR engine. |
| Uses of BadFetchError in org.jvoicexml.implementation.jvxml |
|---|
| Methods in org.jvoicexml.implementation.jvxml that throw BadFetchError | |
|---|---|
void |
JVoiceXmlImplementationPlatform.renderPrompts(String sessionId,
DocumentServer server,
CallControlProperties props)
Notifies the implementation platform about the end of the prompt queuing that has been started by PromptAccumulator.setPromptTimeout(long). |
void |
BufferedCharacterInput.startRecognition(SpeechRecognizerProperties speech,
DtmfRecognizerProperties dtmf)
Detects and reports character and/or spoken input simultaneously. |
| Uses of BadFetchError in org.jvoicexml.interpreter |
|---|
| Methods in org.jvoicexml.interpreter that throw BadFetchError | |
|---|---|
GrammarDocument |
VoiceXmlInterpreterContext.acquireExternalGrammar(URI uri,
FetchAttributes attributes)
Acquire the VoiceXML document with the given URI. |
VoiceXmlDocument |
VoiceXmlInterpreterContext.acquireVoiceXmlDocument(DocumentDescriptor descriptor)
Acquires the VoiceXML document with the given URI. |
void |
JVoiceXmlApplication.addDocument(URI uri,
VoiceXmlDocument doc)
Adds the given document to the application. |
Collection<FormItem> |
Dialog.getFormItems(VoiceXmlInterpreterContext context)
Retrieves all FormItems, defined in this form. |
void |
FormItem.init(ScriptingEngine scripting)
Initializes this form item. |
VoiceXmlDocument |
VoiceXmlInterpreterContext.loadDocument(DocumentDescriptor descriptor)
Loads the document of the descriptor with the associated attributes and adds it to the list of loaded documents. |
GrammarDocument |
GrammarProcessor.process(VoiceXmlInterpreterContext context,
FetchAttributes attributes,
Grammar grammar)
Give in grammar into this processor and let it do it's job. |
GrammarDocument |
FormInterpretationAlgorithm.processGrammar(Grammar grammar)
Process the given grammar tags and add them to the ActiveGrammarSet. |
void |
JVoiceXmlApplication.setRootDocument(VoiceXmlDocument document)
Sets the new root document. |
| Uses of BadFetchError in org.jvoicexml.interpreter.dialog |
|---|
| Methods in org.jvoicexml.interpreter.dialog that throw BadFetchError | |
|---|---|
Collection<FormItem> |
ExecutablePlainForm.getFormItems(VoiceXmlInterpreterContext context)
Retrieves all FormItems, defined in this form. |
Collection<FormItem> |
ExecutableMenuForm.getFormItems(VoiceXmlInterpreterContext context)
Retrieves all FormItems, defined in this form. |
| Uses of BadFetchError in org.jvoicexml.interpreter.formitem |
|---|
| Methods in org.jvoicexml.interpreter.formitem that throw BadFetchError | |
|---|---|
String |
TransferFormItem.getDest()
Retrieves the destination of this transfer by evaluating the dest and the destexpr attributes. |
void |
InitialFormItem.init(ScriptingEngine scripting)
Initializes this form item. |
void |
BlockFormItem.init(ScriptingEngine scripting)
Initializes this form item. |
| Uses of BadFetchError in org.jvoicexml.interpreter.grammar |
|---|
| Methods in org.jvoicexml.interpreter.grammar that throw BadFetchError | |
|---|---|
GrammarDocument |
JVoiceXmlGrammarProcessor.process(VoiceXmlInterpreterContext context,
FetchAttributes attributes,
Grammar grammar)
Give in grammar into this processor and let it do it's job. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||