|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionInformation
Data container that holds all the information that is needed to connect the
server side resources SystemOutput, UserInput, and
CallControl to the client.
The resources are identified using strings, e.g. jsapi10
for an implementation based on JSAPI 1.0.
The implementing object is created at the client side and transferred
to the the JVoiceXml server via serialization. The implementation
platform then calls the RemoteConnectable.connect(ConnectionInformation)
method to start the communication of the client with the server side
resources.
A ConnectionInformation> 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
ConnectionInformation does not specify a resource, the default resource
is taken.
RemoteConnectable| Method Summary | |
|---|---|
String |
getCallControl()
Retrieves a unique identifier for the CallControl to use. |
URI |
getCalledDevice()
Retrieves the URI of the caller device. |
URI |
getCallingDevice()
Retrieves the URI of the calling device. |
String |
getProtocolName()
Retrieves the name of the connection protocol. |
String |
getProtocolVersion()
Retrieves the version of the connection protocol. |
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.URI getCalledDevice()
URI getCallingDevice()
String getProtocolName()
The returned URI should be a URL for telephone calls as specified in IETF RFC 2806.
String getProtocolVersion()
The returned URI should be a URL for telephone calls as specified in IETF RFC 2806.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||