public interface ConnectionInformation
extends java.io.Serializable
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| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCallControl()
Retrieves a unique identifier for the
CallControl to use. |
java.net.URI |
getCalledDevice()
Retrieves the URI of the caller device.
|
java.net.URI |
getCallingDevice()
Retrieves the URI of the calling device.
|
java.lang.String |
getProfile()
Retrieves the profile to use.
|
java.lang.String |
getProtocolName()
Retrieves the name of the connection protocol.
|
java.lang.String |
getProtocolVersion()
Retrieves the version of the connection protocol.
|
java.lang.String |
getSystemOutput()
Retrieves a unique identifier for the
SystemOutput to use. |
java.lang.String |
getUserInput()
Retrieves a unique identifier for the
UserInput to use. |
java.lang.String getProfile()
java.lang.String getSystemOutput()
SystemOutput to use.SystemOutput, or null if
the default resource should be used.java.lang.String getUserInput()
UserInput to use.UserInput, or null if the
default resource should be used.java.lang.String getCallControl()
CallControl to use.CallControl, or null if
the default resource should be used.java.net.URI getCalledDevice()
java.net.URI getCallingDevice()
java.lang.String getProtocolName()
The returned URI should be a URL for telephone calls as specified in IETF RFC 2806.
java.lang.String getProtocolVersion()
The returned URI should be a URL for telephone calls as specified in IETF RFC 2806.