public interface JVoiceXml
ConnectionInformations.Session| Modifier and Type | Method and Description |
|---|---|
Session |
createSession(ConnectionInformation info)
Creates a new session.
|
java.lang.String |
getVersion()
Retrieves the version information of JVoiceXml.
|
void |
shutdown()
Shuts down the interpreter and frees all resources.
|
java.lang.String getVersion()
Session createSession(ConnectionInformation info) throws ErrorEvent
The Session is the entry point to start the interpreter. A
session is obtained by a ConnectionInformation.
info - information about the current connection,
maybe null. If it is null the
default implementation platform is used.ErrorEvent - Error creating the session.void shutdown()