|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteClient
Data container that holds all the information that is needed to connect the
server side resources SystemOutput, UserInput, and
CallControl to the client.
The implementing object is created at the client side and transferred
to the the JVoiceXml server via serialization. The implementation
platform then calls the connect() method to start the
communication of the client with the server side resources.
A RemoteClient may also specify the server side resource it
wants to use. Each SystemOutput, UserInput, and
CallControl can be identified using a unique string. If the
RemoteClient does not specify a resource, the default resource
is taken.
Copyright © 2005-2006 JVoiceXML group - http://jvoicexml.sourceforge.net/
RemoteConnectable| Method Summary | |
|---|---|
String |
getCallControl()
Retrieves a unique identifier for the CallControl to use. |
String |
getSystemOutput()
Retrieves a unique identifier for the SystemOutput to use. |
String |
getUserInput()
Retrieves a unique identifier for the UserInput to use. |
| Method Detail |
|---|
String getSystemOutput()
SystemOutput to use.
SystemOutput, or null
if the default resource should be used.String getUserInput()
UserInput to use.
UserInput, or null
if the default resource should be used.String getCallControl()
CallControl to use.
CallControl, or null
if the default resource should be used.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||