org.jvoicexml
Interface JVoiceXml

All Known Subinterfaces:
JVoiceXmlCore
All Known Implementing Classes:
JVoiceXmlMain, JVoiceXmlStub

public interface JVoiceXml

Main entry point for all ConnectionInformations.

Version:
$Revision: 2493 $
Author:
Dirk Schnelle
See Also:

Copyright © 2005-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/


Method Summary
 Session createSession(ConnectionInformation info)
          Creates a new session.
 String getVersion()
          Retrieves the version information of JVoiceXml.
 void shutdown()
          Shuts down the interpreter and frees all resources.
 

Method Detail

getVersion

String getVersion()
Retrieves the version information of JVoiceXml.

Returns:
Version number.
Since:
0.4.1

createSession

Session createSession(ConnectionInformation info)
                      throws ErrorEvent
Creates a new session.

The Session is the entry point to start the interpreter. A session is obtained by a ConnectionInformation.

Parameters:
info - information about the current connection, maybe null. If it is null the default implementation platform is used.
Returns:
The new session.
Throws:
ErrorEvent - Error creating the session.

shutdown

void shutdown()
Shuts down the interpreter and frees all resources.



Copyright © 2005-2010JVoiceXML group.