|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.implementation.jsapi10.Jsapi10TelephonySupport
public final class Jsapi10TelephonySupport
JSAPI 1.0 implementation of a Telephony resource.
| Constructor Summary | |
|---|---|
Jsapi10TelephonySupport()
Constructs a new object. |
|
| Method Summary | |
|---|---|
void |
activate()
|
void |
addListener(TelephonyListener callListener)
|
void |
close()
|
void |
connect(ConnectionInformation info)
|
void |
disconnect(ConnectionInformation info)
|
AudioFormat |
getRecordingAudioFormat()
|
String |
getType()
|
boolean |
isBusy()
|
void |
open()
|
void |
passivate()
|
void |
play(SynthesizedOutput output,
CallControlProperties props)
|
void |
record(SpokenInput input,
CallControlProperties props)
|
void |
removeListener(TelephonyListener callListener)
|
void |
startRecording(SpokenInput input,
OutputStream stream,
CallControlProperties props)
|
void |
stopPlay()
|
void |
stopRecording()
|
void |
transfer(String dest)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jsapi10TelephonySupport()
| Method Detail |
|---|
public void activate()
activate in interface ExternalResourcepublic void close()
close in interface ExternalResourcepublic String getType()
getType in interface ExternalResource
public void open()
throws NoresourceError
open in interface ExternalResourceNoresourceErrorpublic void passivate()
passivate in interface ExternalResource
public void connect(ConnectionInformation info)
throws IOException
connect in interface RemoteConnectableIOExceptionpublic void disconnect(ConnectionInformation info)
disconnect in interface RemoteConnectable
public void play(SynthesizedOutput output,
CallControlProperties props)
throws IOException,
NoresourceError
play in interface TelephonyIOException
NoresourceError
public void stopPlay()
throws NoresourceError
stopPlay in interface TelephonyNoresourceError
public void record(SpokenInput input,
CallControlProperties props)
throws IOException,
NoresourceError
record in interface TelephonyIOException
NoresourceError
public void startRecording(SpokenInput input,
OutputStream stream,
CallControlProperties props)
throws IOException,
NoresourceError
startRecording in interface TelephonyIOException
NoresourceErrorpublic AudioFormat getRecordingAudioFormat()
getRecordingAudioFormat in interface Telephony
public void stopRecording()
throws NoresourceError
stopRecording in interface TelephonyNoresourceError
public void transfer(String dest)
throws NoresourceError
transfer in interface TelephonyNoresourceErrorpublic void addListener(TelephonyListener callListener)
addListener in interface ObservableTelephonypublic void removeListener(TelephonyListener callListener)
removeListener in interface ObservableTelephonypublic boolean isBusy()
isBusy in interface ExternalResource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||