org.jvoicexml
Interface ImplementationPlatformFactory

All Known Implementing Classes:
JVoiceXmlImplementationPlatformFactory

public interface ImplementationPlatformFactory

Factory, which manages a pool of implementation platforms that can be used by an application.

Since:
0.5.5
Version:
$Revision: 177 $

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

Author:
Dirk Schnelle
See Also:
ImplementationPlatform

Field Summary
static String CONFIG_KEY
          Configuration key.
 
Method Summary
 void close()
          Closes all implementation platforms.
 ImplementationPlatform getImplementationPlatform(RemoteClient client)
          Factory method to retrieve an implementation platform for the given calling device.
 

Field Detail

CONFIG_KEY

static final String CONFIG_KEY
Configuration key.

See Also:
Constant Field Values
Method Detail

getImplementationPlatform

ImplementationPlatform getImplementationPlatform(RemoteClient client)
                                                 throws NoresourceError
Factory method to retrieve an implementation platform for the given calling device.

Parameters:
client - The remote client.
Returns:
ImplementationPlatform to use.
Throws:
NoresourceError - Error assigning the calling device to TTS or recognizer.

close

void close()
Closes all implementation platforms.

Since:
0.4


Copyright © 2005-2007 JVoiceXML group.