Package | Description |
---|---|
com.sen.openscape.csta.callcontrol |
Provides Classes and public interfaces for handling of CSTA objects such as CstaMonitor, CstaDevice, CstaCall and CstaConnection.
|
com.sen.openscape.csta.provider |
Provides the public interface to monitor a CSTA device, receive CstaEvent objects and control the heartbeat with the OpenScape Voice system.
|
com.sen.openscape.csta.system |
This package maintains the list of Monitors and the Connections for the Monitored Objects, used only by CSTA SDK internally.
|
com.sen.openscape.csta.transport |
Provides classes and methods to control the tranport layer and establish the connection with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.soap |
Provides classes and interfaces to control the transport layer and establish the connection over HTTP-SOAP with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.tcp |
Provides classes and interfaces to control the tranport layer and establish the connection over TCP with the OpenScape Voice system.
|
com.sen.openscape.csta.transport.tls |
Provides classes and interfaces to control the transport layer and establish the connection over MTLS with the OpenScape Voice system.
|
Constructor and Description |
---|
CstaConnection(CstaSystem cstaSystem)
CstaConnection Constructor.
|
CstaDevice(java.lang.String fqnDn,
CstaSystem cstaSystem)
CstaDevice Constructor.
|
CstaRouteDialog(CstaSystem cstaSystem)
CstaRouteDialog Constructor.
|
Constructor and Description |
---|
CstaCustomXMLHandler(CstaSystem system) |
Constructor and Description |
---|
CstaHeartbeat(CstaSystem system)
CstaHeartbeat Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
CstaLink.setCstaListener(CstaSystem cstaListener)
setCstaListener
|
void |
CstaNetworkLayer.setLinkListener(CstaSystem linkListener) |
void |
CstaLink.setLinkListener(CstaSystem linkListener) |
boolean |
CstaLink.setUpNetwork(CstaConfiguration cfg,
CstaSystem listener)
Set up the connection with OSV according to configuration values.
|
Modifier and Type | Method and Description |
---|---|
void |
CstaSoapModule.setLinkListener(CstaSystem linkListener) |
Modifier and Type | Method and Description |
---|---|
void |
CstaTcpModule.setLinkListener(CstaSystem linkListener) |
void |
CstaTcpLink.setLinkListener(CstaSystem linkListener) |
Modifier and Type | Method and Description |
---|---|
void |
CstaTlsModule.setLinkListener(CstaSystem linkListener) |
void |
CstaTlsLink.setLinkListener(CstaSystem linkListener) |