Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
CstaNetworkLayer |
CstaLink.networkModule |
Modifier and Type | Method and Description |
---|---|
static CstaNetworkLayer |
CstaTransportFactory.getTransportLink(CstaConfiguration cfg)
Returns null if the transport type is not supported.
|
Modifier and Type | Class and Description |
---|---|
class |
CstaSoapModule |
Modifier and Type | Class and Description |
---|---|
class |
CstaTcpModule
Concrete implementation of a CstaNetWorkLayer.
|
Modifier and Type | Class and Description |
---|---|
class |
CstaTlsModule
Concrete implementation of a CstaNetWorkLayer.
|