|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.jvoicexml | |
|---|---|
| org.jvoicexml | This package contains the user relevant interfaces and classes to interact with the JVoiceXML VoiceXML interpreter. |
| org.jvoicexml.callmanager | User relevant interfaces and classes for telephony connections. |
| org.jvoicexml.client | User relevant interfaces and classes for the client. |
| org.jvoicexml.client.jndi | RMI stubs that are needed to interact with the interpreter from a remote client. |
| org.jvoicexml.client.rtp | This package contains the user relevant interfaces and classes for RTP based audio streaming from a client. |
| org.jvoicexml.documentserver | Basic implementation of a document server as it is specified in the
DocumentServer interface. |
| org.jvoicexml.event.plain.jvxml | The jvxml package contains classes for all internal events that happen normally. |
| org.jvoicexml.implementation | Basic classes and interfaces for the implementation platform. |
| org.jvoicexml.implementation.external | External listeners for synthesis and recognition events. |
| 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.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. |
| org.jvoicexml.interpreter.grammar.identifier | This package contains the classes to identify the supported grammars,
implementing GrammarIdentifier. |
| org.jvoicexml.interpreter.tagstrategy | This package contains strategies to execute a VoiceXML node, implementing
TagStrategy. |
| org.jvoicexml.interpreter.variables | This package contains the shadow variable containers. |
| Classes in org.jvoicexml used by org.jvoicexml | |
|---|---|
| CallControl
Call control. |
|
| CallControlProperties
Generic telephony properties. |
|
| CallManager
Manager for telephony integration to allow for real client-server scenarios. |
|
| CharacterInput
Facade for easy control and monitoring of the user's DTMF input. |
|
| Configurable
A component that requires further configuration. |
|
| Configuration
JVoiceXML configuration. |
|
| ConfigurationException
Error configuring a component. |
|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| DocumentDescriptor
Attributes describing a VoiceXML document to retrieve from the DocumentServer. |
|
| DocumentServer
A document server processes requests from a client application. |
|
| DtmfRecognizerProperties
Generic DTMF recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.3. |
|
| FetchAttributes
A VoiceXML interpreter context needs to fetch VoiceXML documents, and other resources, such as audio files, grammars, scripts, and objects. |
|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| ImplementationPlatform
The implementation platform is controlled by the VoiceXML interpreter context and by the VoiceXML interpreter. |
|
| ImplementationPlatformFactory
Factory for ImplementationPlatforms. |
|
| JVoiceXml
Main entry point for all ConnectionInformations. |
|
| JVoiceXmlCore
View of the interpreter on the main class. |
|
| JVoiceXmlMainListener
A listener to monitor the states of JVoiceXmlMain. |
|
| PromptAccumulator
A prompt accumulator collects all the prompts that are to be rendered in the SystemOutput. |
|
| Session
A session begins when the user starts to interact with a VoiceXML interpreter context, continues as documents are loaded and processed, and ends when requested by the user, a document, or the interpreter context. |
|
| SessionListener
A listener for the Session. |
|
| SpeakablePhoneInfo
Information about a phone that was generated by the synthesizer. |
|
| SpeakableText
Objects that implement this interface contain some text, that is passed to the TTS engine. |
|
| SpeechRecognizerProperties
Generic speech recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.2. |
|
| SystemOutput
Facade for easy access to the system output. |
|
| UserInput
Facade for easy control and monitoring of the user's input. |
|
| Classes in org.jvoicexml used by org.jvoicexml.callmanager | |
|---|---|
| CallManager
Manager for telephony integration to allow for real client-server scenarios. |
|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| JVoiceXml
Main entry point for all ConnectionInformations. |
|
| Session
A session begins when the user starts to interact with a VoiceXML interpreter context, continues as documents are loaded and processed, and ends when requested by the user, a document, or the interpreter context. |
|
| Classes in org.jvoicexml used by org.jvoicexml.client | |
|---|---|
| CharacterInput
Facade for easy control and monitoring of the user's DTMF input. |
|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| Session
A session begins when the user starts to interact with a VoiceXML interpreter context, continues as documents are loaded and processed, and ends when requested by the user, a document, or the interpreter context. |
|
| Classes in org.jvoicexml used by org.jvoicexml.client.jndi | |
|---|---|
| CharacterInput
Facade for easy control and monitoring of the user's DTMF input. |
|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| JVoiceXml
Main entry point for all ConnectionInformations. |
|
| Session
A session begins when the user starts to interact with a VoiceXML interpreter context, continues as documents are loaded and processed, and ends when requested by the user, a document, or the interpreter context. |
|
| SessionListener
A listener for the Session. |
|
| Classes in org.jvoicexml used by org.jvoicexml.client.rtp | |
|---|---|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| Classes in org.jvoicexml used by org.jvoicexml.documentserver | |
|---|---|
| DocumentDescriptor
Attributes describing a VoiceXML document to retrieve from the DocumentServer. |
|
| DocumentServer
A document server processes requests from a client application. |
|
| FetchAttributes
A VoiceXML interpreter context needs to fetch VoiceXML documents, and other resources, such as audio files, grammars, scripts, and objects. |
|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| Classes in org.jvoicexml used by org.jvoicexml.event.plain.jvxml | |
|---|---|
| DocumentDescriptor
Attributes describing a VoiceXML document to retrieve from the DocumentServer. |
|
| RecognitionResult
Result of the recognition process. |
|
| Classes in org.jvoicexml used by org.jvoicexml.implementation | |
|---|---|
| CallControlProperties
Generic telephony properties. |
|
| Configurable
A component that requires further configuration. |
|
| DocumentServer
A document server processes requests from a client application. |
|
| DtmfRecognizerProperties
Generic DTMF recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.3. |
|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| RecognitionResult
Result of the recognition process. |
|
| RemoteConnectable
Objects that implement this interface can be connected to a client using the information given in ConnectionInformation. |
|
| SpeakableText
Objects that implement this interface contain some text, that is passed to the TTS engine. |
|
| SpeechRecognizerProperties
Generic speech recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.2. |
|
| SynthesisResult
Result of the synthesis process. |
|
| UserInput
Facade for easy control and monitoring of the user's input. |
|
| Classes in org.jvoicexml used by org.jvoicexml.implementation.external | |
|---|---|
| RecognitionResult
Result of the recognition process. |
|
| Classes in org.jvoicexml used by org.jvoicexml.implementation.grammar | |
|---|---|
| Configurable
A component that requires further configuration. |
|
| Configuration
JVoiceXML configuration. |
|
| ConfigurationException
Error configuring a component. |
|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| UserInput
Facade for easy control and monitoring of the user's input. |
|
| Classes in org.jvoicexml used by org.jvoicexml.implementation.grammar.transformer | |
|---|---|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| UserInput
Facade for easy control and monitoring of the user's input. |
|
| Classes in org.jvoicexml used by org.jvoicexml.implementation.jvxml | |
|---|---|
| CallControl
Call control. |
|
| CallControlProperties
Generic telephony properties. |
|
| CharacterInput
Facade for easy control and monitoring of the user's DTMF input. |
|
| Configurable
A component that requires further configuration. |
|
| Configuration
JVoiceXML configuration. |
|
| ConfigurationException
Error configuring a component. |
|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| DocumentServer
A document server processes requests from a client application. |
|
| DtmfRecognizerProperties
Generic DTMF recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.3. |
|
| ImplementationPlatform
The implementation platform is controlled by the VoiceXML interpreter context and by the VoiceXML interpreter. |
|
| ImplementationPlatformFactory
Factory for ImplementationPlatforms. |
|
| PromptAccumulator
A prompt accumulator collects all the prompts that are to be rendered in the SystemOutput. |
|
| RecognitionResult
Result of the recognition process. |
|
| RemoteConnectable
Objects that implement this interface can be connected to a client using the information given in ConnectionInformation. |
|
| Session
A session begins when the user starts to interact with a VoiceXML interpreter context, continues as documents are loaded and processed, and ends when requested by the user, a document, or the interpreter context. |
|
| SpeakableText
Objects that implement this interface contain some text, that is passed to the TTS engine. |
|
| SpeechRecognizerProperties
Generic speech recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.2. |
|
| SystemOutput
Facade for easy access to the system output. |
|
| UserInput
Facade for easy control and monitoring of the user's input. |
|
| Classes in org.jvoicexml used by org.jvoicexml.interpreter | |
|---|---|
| Application
An Application is a set of documents sharing the same
application root document. |
|
| CallControlProperties
Generic telephony properties. |
|
| CharacterInput
Facade for easy control and monitoring of the user's DTMF input. |
|
| Configurable
A component that requires further configuration. |
|
| Configuration
JVoiceXML configuration. |
|
| ConfigurationException
Error configuring a component. |
|
| ConnectionInformation
Data container that holds all the information that is needed to connect the server side resources SystemOutput, UserInput, and
CallControl to the client. |
|
| DocumentDescriptor
Attributes describing a VoiceXML document to retrieve from the DocumentServer. |
|
| DocumentServer
A document server processes requests from a client application. |
|
| DtmfRecognizerProperties
Generic DTMF recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.3. |
|
| FetchAttributes
A VoiceXML interpreter context needs to fetch VoiceXML documents, and other resources, such as audio files, grammars, scripts, and objects. |
|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| ImplementationPlatform
The implementation platform is controlled by the VoiceXML interpreter context and by the VoiceXML interpreter. |
|
| JVoiceXmlCore
View of the interpreter on the main class. |
|
| Session
A session begins when the user starts to interact with a VoiceXML interpreter context, continues as documents are loaded and processed, and ends when requested by the user, a document, or the interpreter context. |
|
| SessionListener
A listener for the Session. |
|
| SpeechRecognizerProperties
Generic speech recognizer properties as described in http://www.w3.org/TR/voicexml20#dml6.3.2. |
|
| Classes in org.jvoicexml used by org.jvoicexml.interpreter.formitem | |
|---|---|
| RecognitionResult
Result of the recognition process. |
|
| Classes in org.jvoicexml used by org.jvoicexml.interpreter.grammar | |
|---|---|
| Configurable
A component that requires further configuration. |
|
| Configuration
JVoiceXML configuration. |
|
| ConfigurationException
Error configuring a component. |
|
| FetchAttributes
A VoiceXML interpreter context needs to fetch VoiceXML documents, and other resources, such as audio files, grammars, scripts, and objects. |
|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| Classes in org.jvoicexml used by org.jvoicexml.interpreter.grammar.identifier | |
|---|---|
| GrammarDocument
Grammar document that is retrieved from the DocumentServer. |
|
| Classes in org.jvoicexml used by org.jvoicexml.interpreter.tagstrategy | |
|---|---|
| Configurable
A component that requires further configuration. |
|
| Configuration
JVoiceXML configuration. |
|
| ConfigurationException
Error configuring a component. |
|
| Classes in org.jvoicexml used by org.jvoicexml.interpreter.variables | |
|---|---|
| RecognitionResult
Result of the recognition process. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||