Skip navigation links
A C D E F G H I J K L M N P R S T U V W X 

C

cache() - Method in class com.sen.openscape.csta.transport.http.CstaHttpConnection
This method places the connection back to the cache.
cacheConnection(CstaHttpConnection) - Method in class com.sen.openscape.csta.transport.http.CstaHttpConnectionsPool
Must be called to notify pending POSTs that there is an available tcp connection to be used
callID - Variable in class com.sen.openscape.csta.callcontrol.CstaConnection
The CallID in the Connection.
callID - Variable in class com.sen.openscape.csta.provider.CstaEventObject
CallID in current CSTA Event, if valid.
callingDevice - Variable in class com.sen.openscape.csta.callcontrol.CstaRouteDialog
 
CallLogDelete(CstaCallLogDeleteList) - Method in class com.sen.openscape.csta.callcontrol.CstaDevice
Call Log Delete.
CallLogDelete(String, CstaCallLogDeleteList) - Method in class com.sen.openscape.csta.system.CstaSystem
Send CallLogDelete request and wait for a response
CallLogDelete(String, CstaCallLogDeleteList) - Static method in class com.sen.openscape.csta.system.CstaXmlHandler
 
CallLogDelete(String, CstaCallLogDeleteList) - Method in class com.sen.openscape.csta.transport.CstaLink
 
CallLogSnapshot() - Method in class com.sen.openscape.csta.callcontrol.CstaDevice
Call Log Snapshot.
CallLogSnapshot(String) - Method in class com.sen.openscape.csta.system.CstaSystem
Send CallLogSnapshot request and wait for a response
CallLogSnapshot(String) - Static method in class com.sen.openscape.csta.system.CstaXmlHandler
 
CallLogSnapshot(String) - Method in class com.sen.openscape.csta.transport.CstaLink
 
cause - Variable in class com.sen.openscape.csta.callcontrol.CstaConnection
The current Cause of this Connection.
ChangeConnectionInformation(CstaFlowDirection, String) - Method in class com.sen.openscape.csta.callcontrol.CstaConnection
ChangeConnectionInformation.
ChangeConnectionInformation(String, CstaDeviceID, CstaFlowDirection, String) - Method in class com.sen.openscape.csta.system.CstaSystem
Send ChangeConnectionInformation Request, wait for ChangeConnectionInformationResponse
ChangeConnectionInformation(String, String, CstaFlowDirection, String) - Static method in class com.sen.openscape.csta.system.CstaXmlHandler
ChangeConnectionInformation
ChangeConnectionInformation(String, CstaDeviceID, CstaFlowDirection, String) - Method in class com.sen.openscape.csta.transport.CstaLink
Process ChangeConnectionInformation Request, wait for response
ClearConnection() - Method in class com.sen.openscape.csta.callcontrol.CstaConnection
Clear the Connection.
ClearConnection(CstaReason) - Method in class com.sen.openscape.csta.callcontrol.CstaConnection
Clear the Connection.
ClearConnection(String, CstaDeviceID, CstaReason) - Method in class com.sen.openscape.csta.system.CstaSystem
Send ClearConnection Request, wait for ClearConnectionResponse
ClearConnection(String, String, CstaReason) - Static method in class com.sen.openscape.csta.system.CstaXmlHandler
ClearConnection
ClearConnection(String, CstaDeviceID, CstaReason) - Method in class com.sen.openscape.csta.transport.CstaLink
Process ClearConnection Request, wait for response
com.sen.openscape.csta.callcontrol - package 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.events - package com.sen.openscape.csta.events
Provides access to attributes of Csta Messages, used only internally by CSTA SDK.
com.sen.openscape.csta.provider - package 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 - package 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 - package 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.http - package com.sen.openscape.csta.transport.http
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.soap - package 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.soap.eventListener - package com.sen.openscape.csta.transport.soap.eventListener
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 - package 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 - package 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.
com.sen.openscape.csta.util - package com.sen.openscape.csta.util
Contains the public collections of CSTA causes, CSTA configuration information, list of CSTA connection states, and miscellaneous utility classes.
com.sen.openscape.csta.xml - package com.sen.openscape.csta.xml
Provides the definition of the CSTA Message objects, used only by CSTA SDK internally.
ConferenceCall(CstaConnection) - Method in class com.sen.openscape.csta.callcontrol.CstaConnection
Make a Conference Call.
ConferenceCall(String, CstaDeviceID, String, CstaDeviceID) - Method in class com.sen.openscape.csta.system.CstaSystem
Send CSTA ConferenceCall Request, wait for Response, parse it, and return the conference's CstaConnection
ConferenceCall(String, String, String, String) - Static method in class com.sen.openscape.csta.system.CstaXmlHandler
ConferenceCall
ConferenceCall(String, CstaDeviceID, String, CstaDeviceID) - Method in class com.sen.openscape.csta.transport.CstaLink
Process ConferenceCall Request, wait for response
conferenceCallXMLDirecty(StringBuffer, String) - Method in class com.sen.openscape.csta.provider.CstaCustomXMLHandler
Deprecated.
conferenceCallXMLDirecty(StringBuffer, String) - Method in class com.sen.openscape.csta.system.CstaSystem
 
connectToSystem(CstaConfiguration) - Method in class com.sen.openscape.csta.provider.CstaProvider
Connect to system.
ConsultationCall(String) - Method in class com.sen.openscape.csta.callcontrol.CstaConnection
ConsultationCall to new Destination with default options.
ConsultationCall(String, String, boolean, boolean, boolean) - Method in class com.sen.openscape.csta.callcontrol.CstaConnection
Consult Call to new Destination with all options.
ConsultationCall(String, CstaDeviceID, String, String, boolean, boolean, boolean) - Method in class com.sen.openscape.csta.system.CstaSystem
Send ConsultationCall Request, wait for ConsultationCallResponse
ConsultationCall(String, String, String, String, boolean, boolean, boolean) - Static method in class com.sen.openscape.csta.system.CstaXmlHandler
ConsultationCall
ConsultationCall(String, CstaDeviceID, String, String, boolean, boolean, boolean) - Method in class com.sen.openscape.csta.transport.CstaLink
Process ConsultationCall Request, wait for response
consultationCustomXML(StringBuffer, String) - Method in class com.sen.openscape.csta.provider.CstaCustomXMLHandler
Deprecated.
consultationCustomXML(StringBuffer, String) - Method in class com.sen.openscape.csta.system.CstaSystem
 
convertStringXML(String) - Static method in class com.sen.openscape.csta.transport.soap.CstaSoapUtils
 
createSOAPMsg(MimeHeaders, ByteInputStream) - Static method in class com.sen.openscape.csta.transport.soap.CstaSoapUtils
 
createSOAPMsg() - Static method in class com.sen.openscape.csta.transport.soap.CstaSoapUtils
 
createTCPConnection(String, int) - Method in class com.sen.openscape.csta.transport.tcp.CstaTcpLink
Establish a TCP connection with CSTA Server, if successful, it receives "SystemStatus" Request, and sends "SystemStatusResponse" immediately.
createTLSConnection(String, int, String, String, String, String) - Method in class com.sen.openscape.csta.transport.tls.CstaTlsLink
Establish a TLS connection with CSTA Server, if successful, it receives "SystemStatus" Request, and sends "SystemStatusResponse" immediately.
crossRefId - Variable in class com.sen.openscape.csta.callcontrol.CstaMonitor
The monitored Cross Reference Id.
crossRefIdentifier - Variable in class com.sen.openscape.csta.callcontrol.CstaRouteDialog
 
CstaAcceptCall - Class in com.sen.openscape.csta.xml
AcceptCall Request XML Object.
CstaAcceptCall() - Constructor for class com.sen.openscape.csta.xml.CstaAcceptCall
 
CstaAcceptCallResponse - Class in com.sen.openscape.csta.xml
AcceptCall Response XML Object.
CstaAcceptCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaAcceptCallResponse
 
CstaAcdModels - Class in com.sen.openscape.csta.xml
AcdModels XML Object.
CstaAcdModels() - Constructor for class com.sen.openscape.csta.xml.CstaAcdModels
 
CstaActualMonitorFilter - Class in com.sen.openscape.csta.xml
ActualMonitorFilter XML Object.
CstaActualMonitorFilter() - Constructor for class com.sen.openscape.csta.xml.CstaActualMonitorFilter
 
CstaAliQueryNak - Class in com.sen.openscape.csta.xml
CstaAliQueryNak XML Object.
CstaAliQueryNak() - Constructor for class com.sen.openscape.csta.xml.CstaAliQueryNak
 
CstaAliQueryTimeout - Class in com.sen.openscape.csta.xml
AliQueryTimeout XML Object.
CstaAliQueryTimeout() - Constructor for class com.sen.openscape.csta.xml.CstaAliQueryTimeout
 
CstaAliResponseData - Class in com.sen.openscape.csta.xml
AliResponseData XML Object.
CstaAliResponseData() - Constructor for class com.sen.openscape.csta.xml.CstaAliResponseData
 
CstaAlternateCall - Class in com.sen.openscape.csta.xml
AlternateCall Request XML Object.
CstaAlternateCall() - Constructor for class com.sen.openscape.csta.xml.CstaAlternateCall
 
CstaAlternateCallResponse - Class in com.sen.openscape.csta.xml
AlternateCall Response XML Object.
CstaAlternateCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaAlternateCallResponse
 
CstaAlternateCID - Class in com.sen.openscape.csta.xml
AlternateCID XML Object.
CstaAlternateCID() - Constructor for class com.sen.openscape.csta.xml.CstaAlternateCID
 
CstaAlternateCIDList - Class in com.sen.openscape.csta.xml
Csta AlternateCIDList XML Object.
CstaAlternateCIDList() - Constructor for class com.sen.openscape.csta.xml.CstaAlternateCIDList
 
CstaAnswerCall - Class in com.sen.openscape.csta.xml
AnswerCall Request XML Object.
CstaAnswerCall() - Constructor for class com.sen.openscape.csta.xml.CstaAnswerCall
 
CstaAnswerCallResponse - Class in com.sen.openscape.csta.xml
AnswerCall Response XML Object.
CstaAnswerCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaAnswerCallResponse
 
CstaAppearanceList - Class in com.sen.openscape.csta.xml
Csta AppearanceList XML Object.
CstaAppearanceList() - Constructor for class com.sen.openscape.csta.xml.CstaAppearanceList
 
CstaApplicationInfo - Class in com.sen.openscape.csta.xml
CallDevice XML Object.
CstaApplicationInfo() - Constructor for class com.sen.openscape.csta.xml.CstaApplicationInfo
 
CstaApplicationSession - Class in com.sen.openscape.csta.util
 
CstaApplicationSession() - Constructor for class com.sen.openscape.csta.util.CstaApplicationSession
 
CstaApplicationSessionTerminated - Class in com.sen.openscape.csta.xml
DeliveredEvent XML Object.
CstaApplicationSessionTerminated() - Constructor for class com.sen.openscape.csta.xml.CstaApplicationSessionTerminated
 
CstaAssociateData - Class in com.sen.openscape.csta.xml
AssociateData Request XML Object.
CstaAssociateData() - Constructor for class com.sen.openscape.csta.xml.CstaAssociateData
 
CstaAssociateDataResponse - Class in com.sen.openscape.csta.xml
AssociateData Response XML Object.
CstaAssociateDataResponse() - Constructor for class com.sen.openscape.csta.xml.CstaAssociateDataResponse
 
CstaAssociatedGroupList - Class in com.sen.openscape.csta.xml
AssociatedGroupList XML Object.
CstaAssociatedGroupList() - Constructor for class com.sen.openscape.csta.xml.CstaAssociatedGroupList
 
CstaAutoOriginate - Enum in com.sen.openscape.csta.util
CstaAutoOriginate is a enum class that defines the two possible autoOriginate options according to ecma-323 ed4.
CstaBackInServiceEvent - Class in com.sen.openscape.csta.xml
BackInServiceEvent XML Object.
CstaBackInServiceEvent() - Constructor for class com.sen.openscape.csta.xml.CstaBackInServiceEvent
 
CstaBridgedEvent - Class in com.sen.openscape.csta.xml
BridgedEvent XML Object.
CstaBridgedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaBridgedEvent
 
CstaCall - Class in com.sen.openscape.csta.callcontrol
The Class CstaCall, contains all the information of a Call.
CstaCall(boolean) - Constructor for class com.sen.openscape.csta.callcontrol.CstaCall
CstaCall Constructor.
cstaCall - Variable in class com.sen.openscape.csta.callcontrol.CstaConnection
The CstaCall that contains the information of this Connection.
CstaCallAssociated - Class in com.sen.openscape.csta.xml
CallAssociated XML Object.
CstaCallAssociated() - Constructor for class com.sen.openscape.csta.xml.CstaCallAssociated
 
CstaCallAssociatedEvtsList - Class in com.sen.openscape.csta.xml
CstaCallAssociatedEvtsList XML Object.
CstaCallAssociatedEvtsList() - Constructor for class com.sen.openscape.csta.xml.CstaCallAssociatedEvtsList
 
CstaCallAssociatedServices - Class in com.sen.openscape.csta.xml
CallAssociatedServices XML Object.
CstaCallAssociatedServices() - Constructor for class com.sen.openscape.csta.xml.CstaCallAssociatedServices
 
CstaCallAssociatedServList - Class in com.sen.openscape.csta.xml
CstaCallAssociatedServList XML Object.
CstaCallAssociatedServList() - Constructor for class com.sen.openscape.csta.xml.CstaCallAssociatedServList
 
CstaCallCharacteristics - Class in com.sen.openscape.csta.xml
CallCharacteristics XML Object.
CstaCallCharacteristics() - Constructor for class com.sen.openscape.csta.xml.CstaCallCharacteristics
 
CstaCallControl - Class in com.sen.openscape.csta.xml
CallControl XML Object.
CstaCallControl() - Constructor for class com.sen.openscape.csta.xml.CstaCallControl
 
CstaCallControlEvtsList - Class in com.sen.openscape.csta.xml
CstaCallControlEvtsList XML Object.
CstaCallControlEvtsList() - Constructor for class com.sen.openscape.csta.xml.CstaCallControlEvtsList
 
CstaCallControlServices - Class in com.sen.openscape.csta.xml
CallControlServices XML Object.
CstaCallControlServices() - Constructor for class com.sen.openscape.csta.xml.CstaCallControlServices
 
CstaCallControlServList - Class in com.sen.openscape.csta.xml
CstaCallControlServList XML Object.
CstaCallControlServList() - Constructor for class com.sen.openscape.csta.xml.CstaCallControlServList
 
CstaCallDevice - Class in com.sen.openscape.csta.xml
CallDevice XML Object.
CstaCallDevice() - Constructor for class com.sen.openscape.csta.xml.CstaCallDevice
 
CstaCallInformationEvent - Class in com.sen.openscape.csta.xml
CallInformationEvent XML Object.
CstaCallInformationEvent() - Constructor for class com.sen.openscape.csta.xml.CstaCallInformationEvent
 
CstaCallLogCharacteristics - Enum in com.sen.openscape.csta.util
All the possible CSTA Call Log Record characteristics
CstaCallLogConfList - Class in com.sen.openscape.csta.xml
CstaCallLogConfList XML Object.
CstaCallLogConfList() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogConfList
 
CstaCallLogConfMemberDetails - Class in com.sen.openscape.csta.xml
CallLogConfMemberDetails XML Object.
CstaCallLogConfMemberDetails() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogConfMemberDetails
 
CstaCallLogDelete - Class in com.sen.openscape.csta.xml
Call Log Delete Request XML Object.
CstaCallLogDelete() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogDelete
 
CstaCallLogDeletedEntries - Class in com.sen.openscape.csta.xml
CallLogDeletedEntries XML Object.
CstaCallLogDeletedEntries() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogDeletedEntries
 
CstaCallLogDeleteList - Class in com.sen.openscape.csta.xml
CallLogDeleteList XML Object.
CstaCallLogDeleteList() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogDeleteList
 
CstaCallLogDeleteResponse - Class in com.sen.openscape.csta.xml
Call Log Delete Response XML Object.
CstaCallLogDeleteResponse() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogDeleteResponse
 
CstaCallLogEntry - Class in com.sen.openscape.csta.xml
CallLogEntry XML Object.
CstaCallLogEntry() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogEntry
 
CstaCallLogEvent - Class in com.sen.openscape.csta.xml
Call Log Event Request XML Object.
CstaCallLogEvent() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogEvent
 
CstaCallLogList - Class in com.sen.openscape.csta.xml
CstaCallLogList XML Object.
CstaCallLogList() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogList
 
CstaCallLogRecordType - Enum in com.sen.openscape.csta.util
All the possible CSTA Call Log Record types
CstaCallLogResponseWithErrorCode - Class in com.sen.openscape.csta.util
An object that is used to represent whether the CallLog request (Snapshot or Delete) was successful.
CstaCallLogResponseWithErrorCode() - Constructor for class com.sen.openscape.csta.util.CstaCallLogResponseWithErrorCode
 
CstaCallLogResult - Enum in com.sen.openscape.csta.util
All the possible CSTA Call Log Record results
CstaCallLogSnapshot - Class in com.sen.openscape.csta.xml
Call Log Snapshot Request XML Object.
CstaCallLogSnapshot() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogSnapshot
 
CstaCallLogSnapshotResponse - Class in com.sen.openscape.csta.xml
Call Log Snapshot Response Request XML Object.
CstaCallLogSnapshotResponse() - Constructor for class com.sen.openscape.csta.xml.CstaCallLogSnapshotResponse
 
CstaCallMediaInfo - Class in com.sen.openscape.csta.xml
CallMediaInfo XML Object.
CstaCallMediaInfo() - Constructor for class com.sen.openscape.csta.xml.CstaCallMediaInfo
 
CstaCallMediaInfoList - Class in com.sen.openscape.csta.xml
MediaServiceInfoList XML Object.
CstaCallMediaInfoList() - Constructor for class com.sen.openscape.csta.xml.CstaCallMediaInfoList
 
CstaCapExchangeServList - Class in com.sen.openscape.csta.xml
CstaCapExchangeServList XML Object.
CstaCapExchangeServList() - Constructor for class com.sen.openscape.csta.xml.CstaCapExchangeServList
 
CstaCause - Enum in com.sen.openscape.csta.util
All the possible CSTA Cause Codes in enum type, according to ecma-323 ed4.
CstaChangeConnectionInformation - Class in com.sen.openscape.csta.xml
ChangeConnectionInformation Request XML Object.
CstaChangeConnectionInformation() - Constructor for class com.sen.openscape.csta.xml.CstaChangeConnectionInformation
 
CstaChangeConnectionInformationResponse - Class in com.sen.openscape.csta.xml
ChangeConnectionInformation Response XML Object.
CstaChangeConnectionInformationResponse() - Constructor for class com.sen.openscape.csta.xml.CstaChangeConnectionInformationResponse
 
CstaClearConnection - Class in com.sen.openscape.csta.xml
ClearConnection Request XML Object.
CstaClearConnection() - Constructor for class com.sen.openscape.csta.xml.CstaClearConnection
 
CstaClearConnectionResponse - Class in com.sen.openscape.csta.xml
ClearConnection Response XML Object.
CstaClearConnectionResponse() - Constructor for class com.sen.openscape.csta.xml.CstaClearConnectionResponse
 
CstaCompoundCallState - Class in com.sen.openscape.csta.xml
CompoundCallState XML Object.
CstaCompoundCallState() - Constructor for class com.sen.openscape.csta.xml.CstaCompoundCallState
 
CstaConferenceCall - Class in com.sen.openscape.csta.xml
ConferenceCall Request XML Object.
CstaConferenceCall() - Constructor for class com.sen.openscape.csta.xml.CstaConferenceCall
 
CstaConferenceCallResponse - Class in com.sen.openscape.csta.xml
ConferenceCall Response XML Object.
CstaConferenceCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaConferenceCallResponse
 
CstaConferencedEvent - Class in com.sen.openscape.csta.xml
ConferencedEvent XML Object.
CstaConferencedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaConferencedEvent
 
CstaConfiguration - Class in com.sen.openscape.csta.util
CstaConfiguration is a utility class that manages the configuration data.
CstaConfiguration(String, int) - Constructor for class com.sen.openscape.csta.util.CstaConfiguration
Basic structure to configure SDK properly.
CstaConfiguration(String, int, String, String, String, String) - Constructor for class com.sen.openscape.csta.util.CstaConfiguration
Setup Configuration for TLS connection
CstaConnection - Class in com.sen.openscape.csta.callcontrol
CstaConnection is a CSTA object that represents a logical relationship between a call object and a device object.
CstaConnection(CstaSystem) - Constructor for class com.sen.openscape.csta.callcontrol.CstaConnection
CstaConnection Constructor.
CstaConnection - Class in com.sen.openscape.csta.xml
Connection XML Object.
CstaConnection(String, String) - Constructor for class com.sen.openscape.csta.xml.CstaConnection
 
CstaConnection() - Constructor for class com.sen.openscape.csta.xml.CstaConnection
 
CstaConnectionClearedEvent - Class in com.sen.openscape.csta.xml
ConnectionClearedEvent XML Object.
CstaConnectionClearedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaConnectionClearedEvent
 
CstaConnectionInformation - Class in com.sen.openscape.csta.xml
ConnectionInformation XML Object.
CstaConnectionInformation() - Constructor for class com.sen.openscape.csta.xml.CstaConnectionInformation
 
CstaConnectionList - Class in com.sen.openscape.csta.xml
TransferredConnections XML Object.
CstaConnectionList() - Constructor for class com.sen.openscape.csta.xml.CstaConnectionList
 
CstaConnectionListItem - Class in com.sen.openscape.csta.xml
ConnectionListItem XML Object.
CstaConnectionListItem() - Constructor for class com.sen.openscape.csta.xml.CstaConnectionListItem
 
cstaConnections - Variable in class com.sen.openscape.csta.callcontrol.CstaMonitor
The list of CstaConnections that associated with this CstaDevice.
CstaConsultationCall - Class in com.sen.openscape.csta.xml
ConsultationCall Request XML Object.
CstaConsultationCall() - Constructor for class com.sen.openscape.csta.xml.CstaConsultationCall
 
CstaConsultationCallResponse - Class in com.sen.openscape.csta.xml
ConsultationCall Response XML Object.
CstaConsultationCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaConsultationCallResponse
 
CstaConverter - Class in com.sen.openscape.csta.xml
CstaConverter is used internally by CSTA-SDK.
CstaConverter() - Constructor for class com.sen.openscape.csta.xml.CstaConverter
 
CstaCrossRefIDorSnapshotData - Class in com.sen.openscape.csta.xml
CrossRefIDorSnapshotData XML Object.
CstaCrossRefIDorSnapshotData() - Constructor for class com.sen.openscape.csta.xml.CstaCrossRefIDorSnapshotData
 
CstaCSTAErrorCode - Class in com.sen.openscape.csta.xml
CSTAErrorCode XML Object.
CstaCSTAErrorCode() - Constructor for class com.sen.openscape.csta.xml.CstaCSTAErrorCode
 
CstaCustomXMLHandler - Class in com.sen.openscape.csta.provider
 
CstaCustomXMLHandler(CstaSystem) - Constructor for class com.sen.openscape.csta.provider.CstaCustomXMLHandler
 
CstaDeflectCall - Class in com.sen.openscape.csta.xml
DeflectCall Request XML Object.
CstaDeflectCall() - Constructor for class com.sen.openscape.csta.xml.CstaDeflectCall
 
CstaDeflectCallResponse - Class in com.sen.openscape.csta.xml
DeflectCall Response XML Object.
CstaDeflectCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaDeflectCallResponse
 
CstaDeliveredEvent - Class in com.sen.openscape.csta.xml
DeliveredEvent XML Object.
CstaDeliveredEvent() - Constructor for class com.sen.openscape.csta.xml.CstaDeliveredEvent
 
CstaDevice - Class in com.sen.openscape.csta.callcontrol
CstaDevice is a CSTA object that corresponds to a physical entity such as a phone, a logical entity such as a user, or an entity that is a combination of both.
CstaDevice(String, CstaSystem) - Constructor for class com.sen.openscape.csta.callcontrol.CstaDevice
CstaDevice Constructor.
CstaDevice - Class in com.sen.openscape.csta.xml
Device XML Object.
CstaDevice() - Constructor for class com.sen.openscape.csta.xml.CstaDevice
 
CstaDeviceCapsChangedEvent - Class in com.sen.openscape.csta.xml
DeviceCapsChangedEvent XML Object.
CstaDeviceCapsChangedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaDeviceCapsChangedEvent
 
CstaDeviceCategory - Enum in com.sen.openscape.csta.util
The CstaEventFilterType is a enum class that defines the category of CSTA devices.
CstaDeviceID - Class in com.sen.openscape.csta.callcontrol
The Class CstaDeviceID represents a device Id in the Fully Qualified Number (FQN) notation.
CstaDeviceID() - Constructor for class com.sen.openscape.csta.callcontrol.CstaDeviceID
CstaDeviceID Default Constructor.
CstaDeviceID(String) - Constructor for class com.sen.openscape.csta.callcontrol.CstaDeviceID
Construct a CstaDeviceID Object from a string.
CstaDeviceIdentifier - Class in com.sen.openscape.csta.callcontrol
CstaDeviceIdentifier is extended from CstaDeviceID.
CstaDeviceIdentifier(String) - Constructor for class com.sen.openscape.csta.callcontrol.CstaDeviceIdentifier
Construct a CstaDeviceIdentifier Object from a String.
CstaDeviceIdentifier(CstaDevice) - Constructor for class com.sen.openscape.csta.callcontrol.CstaDeviceIdentifier
Construct a CstaDeviceIdentifier Object from a CstaDevice type.
CstaDeviceIDFormat - Class in com.sen.openscape.csta.xml
CstaDeviceIDFormat XML Object.
CstaDeviceIDFormat() - Constructor for class com.sen.openscape.csta.xml.CstaDeviceIDFormat
 
CstaDeviceList - Class in com.sen.openscape.csta.xml
Device XML Object.
CstaDeviceList() - Constructor for class com.sen.openscape.csta.xml.CstaDeviceList
 
CstaDeviceMediaInfo - Class in com.sen.openscape.csta.xml
 
CstaDeviceMediaInfo() - Constructor for class com.sen.openscape.csta.xml.CstaDeviceMediaInfo
 
CstaDeviceMediaInfoList - Class in com.sen.openscape.csta.xml
DeviceMediaInfoList XML Object.
CstaDeviceMediaInfoList() - Constructor for class com.sen.openscape.csta.xml.CstaDeviceMediaInfoList
 
CstaDeviceOnDeviceMonitorFilter - Class in com.sen.openscape.csta.xml
CstaDeviceOnDeviceMonitorFilter XML Object.
CstaDeviceOnDeviceMonitorFilter() - Constructor for class com.sen.openscape.csta.xml.CstaDeviceOnDeviceMonitorFilter
 
CstaDivertedEvent - Class in com.sen.openscape.csta.xml
DivertedEvent XML Object.
CstaDivertedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaDivertedEvent
 
CstaDoNotDisturbData - Class in com.sen.openscape.csta.util
CstaDoNotDisturbData class illustrates a Do Not Disturb Provisioning information that retrieved from OpenScape Voice Server.
CstaDoNotDisturbData() - Constructor for class com.sen.openscape.csta.util.CstaDoNotDisturbData
 
CstaDoNotDisturbEvent - Class in com.sen.openscape.csta.xml
DoNotDisturbEvent XML Object.
CstaDoNotDisturbEvent() - Constructor for class com.sen.openscape.csta.xml.CstaDoNotDisturbEvent
 
CstaErrorCause - Enum in com.sen.openscape.csta.util
CstaErrorCause is a enum class that defines all the possible error causes that may be thrown by SDK in CstaException.
CstaErrorCode - Class in com.sen.openscape.csta.xml
Connection XML Object.
CstaErrorCode() - Constructor for class com.sen.openscape.csta.xml.CstaErrorCode
 
CstaEstablishedEvent - Class in com.sen.openscape.csta.xml
EstablishedEvent XML Object.
CstaEstablishedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaEstablishedEvent
 
CstaEventIndicator - Enum in com.sen.openscape.csta.provider
The Enum CstaEventIndicator.
CstaEventListener - Interface in com.sen.openscape.csta.provider
The listener interface for receiving cstaEvent events.
CstaEventObject - Class in com.sen.openscape.csta.provider
The CstaEventObject is sent to the registered listener of Provider, when status of the Monitored Devices/Calls changes.
CstaEventObject(Object, Object, CstaEventType) - Constructor for class com.sen.openscape.csta.provider.CstaEventObject
Constructor.
CstaEventObject(Object, Object, CstaEventType, CstaEventIndicator, String) - Constructor for class com.sen.openscape.csta.provider.CstaEventObject
Constructor.
CstaEventObject(Object, Object, CstaEventType, CstaEventIndicator, String, String, CstaConnection) - Constructor for class com.sen.openscape.csta.provider.CstaEventObject
Constructor.
CstaEventObject(Object, Object, CstaEventType, CstaEventIndicator, String, String, String, String, CstaConnection) - Constructor for class com.sen.openscape.csta.provider.CstaEventObject
Constructor.
CstaEventObject(Object, Object, CstaEventType, CstaEventIndicator, String, String, String) - Constructor for class com.sen.openscape.csta.provider.CstaEventObject
Constructor.
CstaEventObject(Object, Object, CstaEventType, CstaEventIndicator, String, String) - Constructor for class com.sen.openscape.csta.provider.CstaEventObject
 
CstaEventsDispatcher - Class in com.sen.openscape.csta.transport.tcp
CstaEventsDispatcher is an internal class; it controls processing of internal events and got the flowing methods: setEventsListener; addEventToQueue; processNextEvent; stopThread.
CstaEventsDispatcher() - Constructor for class com.sen.openscape.csta.transport.tcp.CstaEventsDispatcher
Default constructor.
CstaEventsDispatcher - Class in com.sen.openscape.csta.transport.tls
CstaEventsDispatcher is an internal class; it controls processing of internal events and got the flowing methods: setEventsListener; addEventToQueue; processNextEvent; stopThread.
CstaEventsDispatcher() - Constructor for class com.sen.openscape.csta.transport.tls.CstaEventsDispatcher
Default constructor.
CstaEventsQueue - Class in com.sen.openscape.csta.system
CstaEventsQueue provides utilities needed/used internally by CSTA-SDK.
CstaEventsQueue() - Constructor for class com.sen.openscape.csta.system.CstaEventsQueue
Default constructor.
CstaEventType - Enum in com.sen.openscape.csta.provider
The Enum CstaEventType.
CstaException - Exception in com.sen.openscape.csta.util
CstaException is a predefined Exception class is thrown by SDK when all kinds of error happens during run time.
CstaException(CstaErrorCause, String) - Constructor for exception com.sen.openscape.csta.util.CstaException
 
CstaException(CstaErrorCause, String, Throwable) - Constructor for exception com.sen.openscape.csta.util.CstaException
 
CstaExceptionHandler - Class in com.sen.openscape.csta.util
An exception handler to avoid the crashing of threads that receive events from OSV.
CstaExceptionHandler() - Constructor for class com.sen.openscape.csta.util.CstaExceptionHandler
 
CstaExtensions - Class in com.sen.openscape.csta.xml
Extensions XML Object.
CstaExtensions() - Constructor for class com.sen.openscape.csta.xml.CstaExtensions
 
CstaFailedEvent - Class in com.sen.openscape.csta.xml
FailedEvent XML Object.
CstaFailedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaFailedEvent
 
CstaFilterEvent - Enum in com.sen.openscape.csta.util
The CstaEventFilterType is a enum class that defines the types of CSTA Messages that can be filtered.
CstaFilterEventList - Class in com.sen.openscape.csta.util
CstaFilterEventList class is an array of CstaFilterEvent enum types indicating the CSTA events to filter out.
CstaFilterEventList() - Constructor for class com.sen.openscape.csta.util.CstaFilterEventList
 
CstaFlowDirection - Enum in com.sen.openscape.csta.util
All the possible CSTA Media Flow Directions in enum type, according to ecma-323 ed4.
CstaForwardingData - Class in com.sen.openscape.csta.util
CstaForwardingData class illustrate a Call Forwarding Provisioning information that retrieved from OpenScape Voice Server.
CstaForwardingData(CstaForwardingType) - Constructor for class com.sen.openscape.csta.util.CstaForwardingData
Not in use in OSV
CstaForwardingEvent - Class in com.sen.openscape.csta.xml
ForwardingEvent XML Object.
CstaForwardingEvent() - Constructor for class com.sen.openscape.csta.xml.CstaForwardingEvent
 
CstaForwardingList - Class in com.sen.openscape.csta.xml
ForwardingList XML Object.
CstaForwardingList() - Constructor for class com.sen.openscape.csta.xml.CstaForwardingList
 
CstaForwardingType - Enum in com.sen.openscape.csta.util
CstaForwardingType is a enum class that defines all the possible forwarding types, according to ecma-323 ed4.
CstaForwardListItem - Class in com.sen.openscape.csta.xml
ForwardListItem XML Object.
CstaForwardListItem() - Constructor for class com.sen.openscape.csta.xml.CstaForwardListItem
 
CstaGetConfigurationData(String, String, String, String, String) - Method in class com.sen.openscape.csta.provider.CstaProvider
GetConfigurationData.
CstaGetConfigurationData - Class in com.sen.openscape.csta.xml
CstaGetConfigurationData Request XML Object.
CstaGetConfigurationData() - Constructor for class com.sen.openscape.csta.xml.CstaGetConfigurationData
 
CstaGetConfigurationDataResponse - Class in com.sen.openscape.csta.xml
CstaGetConfigurationDataResponse XML Object.
CstaGetConfigurationDataResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetConfigurationDataResponse
 
CstaGetDoNotDisturb - Class in com.sen.openscape.csta.xml
GetDoNotDisturb Request XML Object.
CstaGetDoNotDisturb() - Constructor for class com.sen.openscape.csta.xml.CstaGetDoNotDisturb
 
CstaGetDoNotDisturbResponse - Class in com.sen.openscape.csta.xml
GetDoNotDisturb Response XML Object.
CstaGetDoNotDisturbResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetDoNotDisturbResponse
 
CstaGetForwarding - Class in com.sen.openscape.csta.xml
GetForwarding Request XML Object.
CstaGetForwarding() - Constructor for class com.sen.openscape.csta.xml.CstaGetForwarding
 
CstaGetForwardingResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaGetForwardingResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetForwardingResponse
 
CstaGetLogicalDeviceInformation(CstaDeviceID) - Method in class com.sen.openscape.csta.provider.CstaProvider
GetLogicalDeviceInformation.
CstaGetLogicalDeviceInformation - Class in com.sen.openscape.csta.xml
GetLogicalDeviceInformation Request XML Object.
CstaGetLogicalDeviceInformation() - Constructor for class com.sen.openscape.csta.xml.CstaGetLogicalDeviceInformation
 
CstaGetLogicalDeviceInformationNID(CstaDeviceID) - Method in class com.sen.openscape.csta.provider.CstaProvider
GetLogicalDeviceInformationNID.
CstaGetLogicalDeviceInformationNID - Class in com.sen.openscape.csta.xml
GetLogicalDeviceInformation Request XML Object.
CstaGetLogicalDeviceInformationNID() - Constructor for class com.sen.openscape.csta.xml.CstaGetLogicalDeviceInformationNID
 
CstaGetLogicalDeviceInformationResponse - Class in com.sen.openscape.csta.xml
CstaGetLogicalDeviceInformationResponse XML Object.
CstaGetLogicalDeviceInformationResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetLogicalDeviceInformationResponse
 
CstaGetMessageWaitingIndicator - Class in com.sen.openscape.csta.xml
GetMessageWaitingIndicator RequestXML Object.
CstaGetMessageWaitingIndicator() - Constructor for class com.sen.openscape.csta.xml.CstaGetMessageWaitingIndicator
 
CstaGetMessageWaitingIndicatorResponse - Class in com.sen.openscape.csta.xml
SetForwarding Response XML Object.
CstaGetMessageWaitingIndicatorResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetMessageWaitingIndicatorResponse
 
CstaGetSwitchingFunctionCaps() - Method in class com.sen.openscape.csta.transport.CstaLink
Process CstaGetSwitchingFunctionCapsRequest, wait for response
CstaGetSwitchingFunctionCaps - Class in com.sen.openscape.csta.xml
GetSwitchingFunctionCaps Request XML Object.
CstaGetSwitchingFunctionCaps() - Constructor for class com.sen.openscape.csta.xml.CstaGetSwitchingFunctionCaps
 
CstaGetSwitchingFunctionCapsResponse - Class in com.sen.openscape.csta.xml
GetSwitchingFunctionCapsResponse XML Object.
CstaGetSwitchingFunctionCapsResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetSwitchingFunctionCapsResponse
 
CstaGetSwitchingFunctionDevices(CstaDeviceID, CstaDeviceCategory) - Method in class com.sen.openscape.csta.provider.CstaProvider
GetSwitchingFunctionDevices.
CstaGetSwitchingFunctionDevices(CstaDeviceCategory) - Method in class com.sen.openscape.csta.provider.CstaProvider
GetSwitchingFunctionDevices.
CstaGetSwitchingFunctionDevices - Class in com.sen.openscape.csta.xml
GetSwitchingFunctionDevices Request XML Object.
CstaGetSwitchingFunctionDevices() - Constructor for class com.sen.openscape.csta.xml.CstaGetSwitchingFunctionDevices
 
CstaGetSwitchingFunctionDevicesResponse - Class in com.sen.openscape.csta.xml
GetSwitchingFunctionDevicesResponse XML Object.
CstaGetSwitchingFunctionDevicesResponse() - Constructor for class com.sen.openscape.csta.xml.CstaGetSwitchingFunctionDevicesResponse
 
CstaGroupDeviceAttributes - Class in com.sen.openscape.csta.xml
GroupDeviceAttributes XML Object.
CstaGroupDeviceAttributes() - Constructor for class com.sen.openscape.csta.xml.CstaGroupDeviceAttributes
 
CstaHeartbeat - Class in com.sen.openscape.csta.system
CstaHeartbeat provides utilities needed and used internally by CSTA-SDK.
CstaHeartbeat(CstaSystem) - Constructor for class com.sen.openscape.csta.system.CstaHeartbeat
CstaHeartbeat Constructor
CstaHeldEvent - Class in com.sen.openscape.csta.xml
HeldEvent XML Object.
CstaHeldEvent() - Constructor for class com.sen.openscape.csta.xml.CstaHeldEvent
 
CstaHoldCall - Class in com.sen.openscape.csta.xml
HoldCall Request XML Object.
CstaHoldCall() - Constructor for class com.sen.openscape.csta.xml.CstaHoldCall
 
CstaHoldCallResponse - Class in com.sen.openscape.csta.xml
HoldCall Response XML Object.
CstaHoldCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaHoldCallResponse
 
CstaHttpConnection - Class in com.sen.openscape.csta.transport.http
 
CstaHttpConnection(URL) - Constructor for class com.sen.openscape.csta.transport.http.CstaHttpConnection
An autonomous HTTP point to point connection This creates an HTTP connection to the OSV and a POST request can be send Once the POST is send the underlying TCP socket is closed
CstaHttpConnection(HttpURLConnection, CstaHttpConnectionsPool) - Constructor for class com.sen.openscape.csta.transport.http.CstaHttpConnection
An HTTP connection from the HTTP pool.
CstaHttpConnectionsFactory - Class in com.sen.openscape.csta.transport.http
 
CstaHttpConnectionsFactory(String) - Constructor for class com.sen.openscape.csta.transport.http.CstaHttpConnectionsFactory
Get a concrete instance of a Connections Factory to use for getting connections for OSV
CstaHttpConnectionsPool - Class in com.sen.openscape.csta.transport.http
 
CstaHttpConnectionsPool(URL) - Constructor for class com.sen.openscape.csta.transport.http.CstaHttpConnectionsPool
Creates an CstaHTTPConnections pool for the url with the default max number of connections i.e.
CstaHttpConnectionsPool(URL, int) - Constructor for class com.sen.openscape.csta.transport.http.CstaHttpConnectionsPool
Creates an CstaHTTPConnections pool for the url with the number of connections specified in the input param
CstaInternalServiceErrorCode - Class in com.sen.openscape.csta.xml
Call Log Snapshot Internal Service Error Code Request XML Object.
CstaInternalServiceErrorCode() - Constructor for class com.sen.openscape.csta.xml.CstaInternalServiceErrorCode
 
CstaISEC - Enum in com.sen.openscape.csta.util
All the possible CSTA Call Log error codes
CstaJoinCall - Class in com.sen.openscape.csta.xml
JoinCall Request XML Object.
CstaJoinCall() - Constructor for class com.sen.openscape.csta.xml.CstaJoinCall
 
CstaJoinCallParticipationType - Enum in com.sen.openscape.csta.util
CstaJoinCallParticipationType is a enum class that defines all the possible JoinCall Participation types, according to ecma-323 ed4.
CstaJoinCallResponse - Class in com.sen.openscape.csta.xml
JoinCall Response XML Object.
CstaJoinCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaJoinCallResponse
 
CstaLink - Class in com.sen.openscape.csta.transport
CstaLink is used internally by CSTA-SDK; It is the interface to the network layers
CstaLink() - Constructor for class com.sen.openscape.csta.transport.CstaLink
CstaLink Constructor
CstaLinkEvent - Class in com.sen.openscape.csta.util
CstaLinkEvent to indicate failures on a CSTA link.
CstaLinkEvent(Object) - Constructor for class com.sen.openscape.csta.util.CstaLinkEvent
 
CstaLinkListener - Interface in com.sen.openscape.csta.util
The CstaLinkListener is the interface of a EventListener, specifically for listening for a CstaLinkEvent, to indicate the a link down condition.
CstaLocalCallState - Class in com.sen.openscape.csta.xml
LocalCallState XML Object.
CstaLocalCallState() - Constructor for class com.sen.openscape.csta.xml.CstaLocalCallState
 
CstaLocalConnectionInfo - Enum in com.sen.openscape.csta.util
CstaLocalConnectionInfo is a enum class that defines all the possible LocalConnectionInfo types, according to ecma-323 ed4.
CstaLogDevEvtsList - Class in com.sen.openscape.csta.xml
CstaLogDevEvtsList XML Object.
CstaLogDevEvtsList() - Constructor for class com.sen.openscape.csta.xml.CstaLogDevEvtsList
 
CstaLogDevServList - Class in com.sen.openscape.csta.xml
CstaLogDevServList XML Object.
CstaLogDevServList() - Constructor for class com.sen.openscape.csta.xml.CstaLogDevServList
 
CstaLogicalDevice - Class in com.sen.openscape.csta.callcontrol
 
CstaLogicalDevice(CstaDevice) - Constructor for class com.sen.openscape.csta.callcontrol.CstaLogicalDevice
Create a CstaLogicalDevice object from CstaDevice.
CstaLogicalDeviceFeature - Class in com.sen.openscape.csta.xml
LogicalDeviceFeature XML Object.
CstaLogicalDeviceFeature() - Constructor for class com.sen.openscape.csta.xml.CstaLogicalDeviceFeature
 
CstaLogicalServices - Class in com.sen.openscape.csta.xml
LogicalServices XML Object.
CstaLogicalServices() - Constructor for class com.sen.openscape.csta.xml.CstaLogicalServices
 
CstaLogicalServList - Class in com.sen.openscape.csta.xml
CstaLogicalServList XML Object.
CstaLogicalServList() - Constructor for class com.sen.openscape.csta.xml.CstaLogicalServList
 
CstaMaintenance - Class in com.sen.openscape.csta.xml
Maintenance XML Object.
CstaMaintenance() - Constructor for class com.sen.openscape.csta.xml.CstaMaintenance
 
CstaMakeCall - Class in com.sen.openscape.csta.xml
MakeCall Request XML Object.
CstaMakeCall() - Constructor for class com.sen.openscape.csta.xml.CstaMakeCall
 
CstaMakeCallResponse - Class in com.sen.openscape.csta.xml
MakeCall Response XML Object.
CstaMakeCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaMakeCallResponse
 
CstaMaxLengthParameters - Class in com.sen.openscape.csta.xml
CstaMaxLengthParameters XML Object.
CstaMaxLengthParameters() - Constructor for class com.sen.openscape.csta.xml.CstaMaxLengthParameters
 
CstaMaxLengthParametersCont - Class in com.sen.openscape.csta.xml
CstaMaxLengthParametersCont XML Object.
CstaMaxLengthParametersCont() - Constructor for class com.sen.openscape.csta.xml.CstaMaxLengthParametersCont
 
CstaMediaAttachment - Class in com.sen.openscape.csta.xml
MediaAttachment XML Object.
CstaMediaAttachment() - Constructor for class com.sen.openscape.csta.xml.CstaMediaAttachment
 
CstaMediaAttachmentServices - Class in com.sen.openscape.csta.xml
MediaAttachmentServices XML Object.
CstaMediaAttachmentServices() - Constructor for class com.sen.openscape.csta.xml.CstaMediaAttachmentServices
 
CstaMediaCallCharacteristics - Class in com.sen.openscape.csta.xml
MediaCallCharacteristics XML Object.
CstaMediaCallCharacteristics(CstaMediaClass) - Constructor for class com.sen.openscape.csta.xml.CstaMediaCallCharacteristics
 
CstaMediaCallCharacteristics() - Constructor for class com.sen.openscape.csta.xml.CstaMediaCallCharacteristics
 
CstaMediaClass - Class in com.sen.openscape.csta.xml
MediaClass XML Object.
CstaMediaClass() - Constructor for class com.sen.openscape.csta.xml.CstaMediaClass
 
CstaMediaClass(boolean, boolean, boolean) - Constructor for class com.sen.openscape.csta.xml.CstaMediaClass
 
CstaMediaServiceInfoList - Class in com.sen.openscape.csta.xml
MediaServiceInfoList XML Object.
CstaMediaServiceInfoList() - Constructor for class com.sen.openscape.csta.xml.CstaMediaServiceInfoList
 
CstaMediaServiceType - Enum in com.sen.openscape.csta.util
CstaMediaServiceType is a enum class that defines all the possible Media Service types, according to ecma-323 ed4.
CstaMessage - Class in com.sen.openscape.csta.events
The Class CstaMessage.
CstaMessage() - Constructor for class com.sen.openscape.csta.events.CstaMessage
Instantiates a new csta message.
CstaMessage(CstaMessageType, int, String) - Constructor for class com.sen.openscape.csta.events.CstaMessage
Instantiates a new csta message.
CstaMessage(String) - Constructor for class com.sen.openscape.csta.events.CstaMessage
Constructor.
CstaMessageEvent - Class in com.sen.openscape.csta.util
CstaMessageEvent is an EventObject defined for the Event Listener CstaTcpModule.
CstaMessageEvent(Object, CstaMessage) - Constructor for class com.sen.openscape.csta.util.CstaMessageEvent
 
CstaMessageListener - Interface in com.sen.openscape.csta.util
The CstaMessageListener is the interface of a EventListener
CstaMessageType - Enum in com.sen.openscape.csta.util
The CstaMessageType is a enum class that defines the 4 types of CSTA Messages.
CstaMessageWaitingEvent - Class in com.sen.openscape.csta.xml
MessageWaitingEvent XML Object.
CstaMessageWaitingEvent() - Constructor for class com.sen.openscape.csta.xml.CstaMessageWaitingEvent
 
CstaMonitor - Class in com.sen.openscape.csta.callcontrol
CstaMonitor is a special object that enables event reporting.
CstaMonitor() - Constructor for class com.sen.openscape.csta.callcontrol.CstaMonitor
CstaMonitor Constructor.
CstaMonitor(String) - Constructor for class com.sen.openscape.csta.callcontrol.CstaMonitor
CstaMonitor Constructor.
CstaMonitorFilterItems - Class in com.sen.openscape.csta.xml
CstaMonitorFilterItems XML Object.
CstaMonitorFilterItems() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorFilterItems
 
CstaMonitoringServList - Class in com.sen.openscape.csta.xml
CstaMonitoringServList XML Object.
CstaMonitoringServList() - Constructor for class com.sen.openscape.csta.xml.CstaMonitoringServList
 
CstaMonitorObject - Class in com.sen.openscape.csta.xml
MonitorObject XML Object.
CstaMonitorObject() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorObject
 
CstaMonitorObjectNID - Class in com.sen.openscape.csta.xml
MonitorObject XML Object for a network interface device.
CstaMonitorObjectNID() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorObjectNID
 
CstaMonitorStart - Class in com.sen.openscape.csta.xml
MonitorStart Request XML Object.
CstaMonitorStart() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorStart
 
CstaMonitorStartNID - Class in com.sen.openscape.csta.xml
MonitorStart Request XML Object for a network interface device.
CstaMonitorStartNID() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorStartNID
 
CstaMonitorStartResponse - Class in com.sen.openscape.csta.xml
MonitorStart Response XML Object.
CstaMonitorStartResponse() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorStartResponse
 
CstaMonitorStop - Class in com.sen.openscape.csta.xml
MonitorStop Request XML Object.
CstaMonitorStop() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorStop
 
CstaMonitorStopResponse - Class in com.sen.openscape.csta.xml
MonitorStop Response XML Object.
CstaMonitorStopResponse() - Constructor for class com.sen.openscape.csta.xml.CstaMonitorStopResponse
 
CstaNetworkLayer - Interface in com.sen.openscape.csta.transport
Interface for all transports.
CstaNetworkReachedEvent - Class in com.sen.openscape.csta.xml
NetworkReachedEvent XML Object.
CstaNetworkReachedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaNetworkReachedEvent
 
CstaOfferedEvent - Class in com.sen.openscape.csta.xml
OfferedEvent XML Object.
CstaOfferedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaOfferedEvent
 
CstaOnsCallCoverter - Class in com.sen.openscape.csta.xml
CstaOnsCallCoverter is used internally by CSTA-SDK.
CstaOnsCallCoverter() - Constructor for class com.sen.openscape.csta.xml.CstaOnsCallCoverter
 
CstaOriginatedEvent - Class in com.sen.openscape.csta.xml
OriginatedEvent XML Object.
CstaOriginatedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaOriginatedEvent
 
CstaOutOfServiceEvent - Class in com.sen.openscape.csta.xml
OutOfServiceEvent XML Object.
CstaOutOfServiceEvent() - Constructor for class com.sen.openscape.csta.xml.CstaOutOfServiceEvent
 
CstaPhysDevServList - Class in com.sen.openscape.csta.xml
CstaPhysDevServList XML Object.
CstaPhysDevServList() - Constructor for class com.sen.openscape.csta.xml.CstaPhysDevServList
 
CstaPhysicalDevice - Class in com.sen.openscape.csta.callcontrol
 
CstaPhysicalDevice(CstaDevice) - Constructor for class com.sen.openscape.csta.callcontrol.CstaPhysicalDevice
 
CstaPhysicalDeviceFeature - Class in com.sen.openscape.csta.xml
PhysicalDeviceFeature XML Object.
CstaPhysicalDeviceFeature() - Constructor for class com.sen.openscape.csta.xml.CstaPhysicalDeviceFeature
 
CstaPrivate - Class in com.sen.openscape.csta.xml
Private XML Object.
CstaPrivate() - Constructor for class com.sen.openscape.csta.xml.CstaPrivate
 
CstaPrivateData - Class in com.sen.openscape.csta.xml
PrivateData XML Object.
CstaPrivateData() - Constructor for class com.sen.openscape.csta.xml.CstaPrivateData
 
CstaProfiles - Class in com.sen.openscape.csta.xml
CstaProfiles XML Object.
CstaProfiles() - Constructor for class com.sen.openscape.csta.xml.CstaProfiles
 
CstaProvider - Class in com.sen.openscape.csta.provider
The Class CstaProvider.
CstaProvider() - Constructor for class com.sen.openscape.csta.provider.CstaProvider
Constructor.
CstaQoSGeneric - Class in com.sen.openscape.csta.xml
QoSGeneric XML Object.
CstaQoSGeneric() - Constructor for class com.sen.openscape.csta.xml.CstaQoSGeneric
 
CstaQueuedEvent - Class in com.sen.openscape.csta.xml
QueuedEvent XML Object.
CstaQueuedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaQueuedEvent
 
CstaReason - Enum in com.sen.openscape.csta.util
All the possible ClearConnection reasons.
CstaRequestedConnectionInfo - Class in com.sen.openscape.csta.xml
RequestedConnectionInfo XML Object.
CstaRequestedConnectionInfo() - Constructor for class com.sen.openscape.csta.xml.CstaRequestedConnectionInfo
 
CstaRequestedConnectionInfo(CstaFlowDirection, String, int) - Constructor for class com.sen.openscape.csta.xml.CstaRequestedConnectionInfo
 
CstaRequestedMonitorFilter - Class in com.sen.openscape.csta.xml
RequestedMonitorFilter XML Object.
CstaRequestedMonitorFilter() - Constructor for class com.sen.openscape.csta.xml.CstaRequestedMonitorFilter
 
CstaRequestedProtocolVersions - Class in com.sen.openscape.csta.xml
CallDevice XML Object.
CstaRequestedProtocolVersions() - Constructor for class com.sen.openscape.csta.xml.CstaRequestedProtocolVersions
 
CstaRequestSystemStatus - Class in com.sen.openscape.csta.xml
RequestSystemStatus Request XML Object.
CstaRequestSystemStatus() - Constructor for class com.sen.openscape.csta.xml.CstaRequestSystemStatus
 
CstaRequestSystemStatusResponse - Class in com.sen.openscape.csta.xml
RequestSystemStatus Response XML Object.
CstaRequestSystemStatusResponse() - Constructor for class com.sen.openscape.csta.xml.CstaRequestSystemStatusResponse
 
CstaRequestTypes - Class in com.sen.openscape.csta.xml
RequestTypes XML Object.
CstaRequestTypes(String, String, String, String) - Constructor for class com.sen.openscape.csta.xml.CstaRequestTypes
 
CstaReRoute - Class in com.sen.openscape.csta.xml
 
CstaReRoute() - Constructor for class com.sen.openscape.csta.xml.CstaReRoute
 
CstaReRouteReason - Enum in com.sen.openscape.csta.util
 
CstaResetApplicationSessionTimer - Class in com.sen.openscape.csta.xml
RetrieveCall Request XML Object.
CstaResetApplicationSessionTimer() - Constructor for class com.sen.openscape.csta.xml.CstaResetApplicationSessionTimer
 
CstaResetApplicationSessionTimerNegResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaResetApplicationSessionTimerNegResponse() - Constructor for class com.sen.openscape.csta.xml.CstaResetApplicationSessionTimerNegResponse
 
CstaResetApplicationSessionTimerPosResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaResetApplicationSessionTimerPosResponse() - Constructor for class com.sen.openscape.csta.xml.CstaResetApplicationSessionTimerPosResponse
 
CstaResponsesDispatcher - Class in com.sen.openscape.csta.transport.tcp
CstaResponsesDispatcher stores the received CSTA Responses.
CstaResponsesDispatcher() - Constructor for class com.sen.openscape.csta.transport.tcp.CstaResponsesDispatcher
Constructor Initialize the ResponsesBuffer
CstaResponsesDispatcher - Class in com.sen.openscape.csta.transport.tls
CstaResponsesDispatcher stores the received CSTA Responses.
CstaResponsesDispatcher() - Constructor for class com.sen.openscape.csta.transport.tls.CstaResponsesDispatcher
Constructor Initialize the ResponsesBuffer
CstaRetrieveCall - Class in com.sen.openscape.csta.xml
RetrieveCall Request XML Object.
CstaRetrieveCall() - Constructor for class com.sen.openscape.csta.xml.CstaRetrieveCall
 
CstaRetrieveCallResponse - Class in com.sen.openscape.csta.xml
RetrieveCall Response XML Object.
CstaRetrieveCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaRetrieveCallResponse
 
CstaRetrievedEvent - Class in com.sen.openscape.csta.xml
RetrievedEvent XML Object.
CstaRetrievedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaRetrievedEvent
 
CstaRouteDialog - Class in com.sen.openscape.csta.callcontrol
 
CstaRouteDialog(CstaSystem) - Constructor for class com.sen.openscape.csta.callcontrol.CstaRouteDialog
CstaRouteDialog Constructor.
cstaRouteDialogs - Variable in class com.sen.openscape.csta.callcontrol.CstaRouteService
 
CstaRouteEnd - Class in com.sen.openscape.csta.xml
 
CstaRouteEnd() - Constructor for class com.sen.openscape.csta.xml.CstaRouteEnd
 
CstaRouteEndReason - Enum in com.sen.openscape.csta.util
 
CstaRouteingServices - Class in com.sen.openscape.csta.xml
RouteingServices XML Object.
CstaRouteingServices() - Constructor for class com.sen.openscape.csta.xml.CstaRouteingServices
 
CstaRouteRegister - Class in com.sen.openscape.csta.xml
 
CstaRouteRegister() - Constructor for class com.sen.openscape.csta.xml.CstaRouteRegister
 
CstaRouteRegisterAbort - Class in com.sen.openscape.csta.xml
 
CstaRouteRegisterAbort() - Constructor for class com.sen.openscape.csta.xml.CstaRouteRegisterAbort
 
CstaRouteRegisterCancel - Class in com.sen.openscape.csta.xml
 
CstaRouteRegisterCancel() - Constructor for class com.sen.openscape.csta.xml.CstaRouteRegisterCancel
 
CstaRouteRegisterCancelResponse - Class in com.sen.openscape.csta.xml
 
CstaRouteRegisterCancelResponse() - Constructor for class com.sen.openscape.csta.xml.CstaRouteRegisterCancelResponse
 
CstaRouteRegisterResponse - Class in com.sen.openscape.csta.xml
 
CstaRouteRegisterResponse() - Constructor for class com.sen.openscape.csta.xml.CstaRouteRegisterResponse
 
CstaRouteReject - Class in com.sen.openscape.csta.xml
 
CstaRouteReject() - Constructor for class com.sen.openscape.csta.xml.CstaRouteReject
 
CstaRouteRequest - Class in com.sen.openscape.csta.xml
 
CstaRouteRequest() - Constructor for class com.sen.openscape.csta.xml.CstaRouteRequest
 
CstaRouteSelect - Class in com.sen.openscape.csta.xml
 
CstaRouteSelect() - Constructor for class com.sen.openscape.csta.xml.CstaRouteSelect
 
CstaRouteService - Class in com.sen.openscape.csta.callcontrol
 
CstaRouteService() - Constructor for class com.sen.openscape.csta.callcontrol.CstaRouteService
 
CstaSbc - Class in com.sen.openscape.csta.xml
Sbc XML Object.
CstaSbc() - Constructor for class com.sen.openscape.csta.xml.CstaSbc
 
CstaServer - Class in com.sen.openscape.csta.xml
Server XML Object.
CstaServer() - Constructor for class com.sen.openscape.csta.xml.CstaServer
 
CstaServEvtsList - Class in com.sen.openscape.csta.xml
CstaServEvtsList XML Object.
CstaServEvtsList() - Constructor for class com.sen.openscape.csta.xml.CstaServEvtsList
 
CstaServiceInitiatedEvent - Class in com.sen.openscape.csta.xml
ServiceInitiatedEvent XML Object.
CstaServiceInitiatedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaServiceInitiatedEvent
 
CstaServicesPermitted - Class in com.sen.openscape.csta.xml
ServicesPermitted XML Object.
CstaServicesPermitted() - Constructor for class com.sen.openscape.csta.xml.CstaServicesPermitted
 
CstaSessionEndReason - Class in com.sen.openscape.csta.xml
ServicesPermitted XML Object.
CstaSessionEndReason() - Constructor for class com.sen.openscape.csta.xml.CstaSessionEndReason
 
CstaSessionTermReason - Class in com.sen.openscape.csta.xml
ServicesPermitted XML Object.
CstaSessionTermReason() - Constructor for class com.sen.openscape.csta.xml.CstaSessionTermReason
 
CstaSetDoNotDisturb - Class in com.sen.openscape.csta.xml
SetDoNotDisturb Request XML Object.
CstaSetDoNotDisturb() - Constructor for class com.sen.openscape.csta.xml.CstaSetDoNotDisturb
 
CstaSetDoNotDisturbResponse - Class in com.sen.openscape.csta.xml
SetDoNotDisturb Response XML Object.
CstaSetDoNotDisturbResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSetDoNotDisturbResponse
 
CstaSetForwarding - Class in com.sen.openscape.csta.xml
SetForwarding RequestXML Object.
CstaSetForwarding() - Constructor for class com.sen.openscape.csta.xml.CstaSetForwarding
 
CstaSetForwardingResponse - Class in com.sen.openscape.csta.xml
SetForwarding Response XML Object.
CstaSetForwardingResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSetForwardingResponse
 
CstaSetMessageWaitingIndicator - Class in com.sen.openscape.csta.xml
SetMessageWaitingIndicator RequestXML Object.
CstaSetMessageWaitingIndicator() - Constructor for class com.sen.openscape.csta.xml.CstaSetMessageWaitingIndicator
 
CstaSetMessageWaitingIndicatorResponse - Class in com.sen.openscape.csta.xml
SetForwarding Response XML Object.
CstaSetMessageWaitingIndicatorResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSetMessageWaitingIndicatorResponse
 
CstaSingleStepTransferCall - Class in com.sen.openscape.csta.xml
SingleStepTransferCall Request XML Object.
CstaSingleStepTransferCall() - Constructor for class com.sen.openscape.csta.xml.CstaSingleStepTransferCall
 
CstaSingleStepTransferCallResponse - Class in com.sen.openscape.csta.xml
SingleStepTransferCall Response XML Object.
CstaSingleStepTransferCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSingleStepTransferCallResponse
 
CstaSnapshotCall - Class in com.sen.openscape.csta.xml
SnapshotCall Request XML Object.
CstaSnapshotCall() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotCall
 
CstaSnapshotCallResponse - Class in com.sen.openscape.csta.xml
SnapshotCall Response XML Object.
CstaSnapshotCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotCallResponse
 
CstaSnapshotCallResponseInfo - Class in com.sen.openscape.csta.xml
SnapshotCallResponseInfo XML Object.
CstaSnapshotCallResponseInfo() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotCallResponseInfo
 
CstaSnapshotData - Class in com.sen.openscape.csta.xml
SnapshotData XML Object.
CstaSnapshotData() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotData
 
CstaSnapshotDevice - Class in com.sen.openscape.csta.xml
SnapshotDevice Request XML Object.
CstaSnapshotDevice() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotDevice
 
CstaSnapshotDeviceData - Class in com.sen.openscape.csta.xml
SnapshotDeviceData XML Object.
CstaSnapshotDeviceData() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotDeviceData
 
CstaSnapshotDeviceResponse - Class in com.sen.openscape.csta.xml
SnapshotDevice Response XML Object.
CstaSnapshotDeviceResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotDeviceResponse
 
CstaSnapshotDeviceResponseInfo - Class in com.sen.openscape.csta.xml
SnapshotDeviceResponseInfo XML Object.
CstaSnapshotDeviceResponseInfo() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotDeviceResponseInfo
 
CstaSnapshotServList - Class in com.sen.openscape.csta.xml
CstaSnapshotServList XML Object.
CstaSnapshotServList() - Constructor for class com.sen.openscape.csta.xml.CstaSnapshotServList
 
CstaSoapDispatcher - Class in com.sen.openscape.csta.transport.soap.eventListener
 
CstaSoapDispatcher() - Constructor for class com.sen.openscape.csta.transport.soap.eventListener.CstaSoapDispatcher
Default constructor.
CstaSoapEndpoint - Class in com.sen.openscape.csta.transport.soap.eventListener
 
CstaSoapEndpoint() - Constructor for class com.sen.openscape.csta.transport.soap.eventListener.CstaSoapEndpoint
CstaSoapEndpoint Constructor
CstaSoapEndpoint(String) - Constructor for class com.sen.openscape.csta.transport.soap.eventListener.CstaSoapEndpoint
CstaSoapEndpoint Constructor
CstaSoapListener - Class in com.sen.openscape.csta.transport.soap.eventListener
 
CstaSoapListener() - Constructor for class com.sen.openscape.csta.transport.soap.eventListener.CstaSoapListener
 
CstaSoapModule - Class in com.sen.openscape.csta.transport.soap
 
CstaSoapModule() - Constructor for class com.sen.openscape.csta.transport.soap.CstaSoapModule
 
CstaSoapUtils - Class in com.sen.openscape.csta.transport.soap
 
CstaSoapUtils() - Constructor for class com.sen.openscape.csta.transport.soap.CstaSoapUtils
 
CstaStartApplicationSession - Class in com.sen.openscape.csta.xml
RetrieveCall Request XML Object.
CstaStartApplicationSession() - Constructor for class com.sen.openscape.csta.xml.CstaStartApplicationSession
 
CstaStartApplicationSessionNegResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaStartApplicationSessionNegResponse() - Constructor for class com.sen.openscape.csta.xml.CstaStartApplicationSessionNegResponse
 
CstaStartApplicationSessionResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaStartApplicationSessionResponse() - Constructor for class com.sen.openscape.csta.xml.CstaStartApplicationSessionResponse
 
CstaStopApplicationSession - Class in com.sen.openscape.csta.xml
RetrieveCall Request XML Object.
CstaStopApplicationSession() - Constructor for class com.sen.openscape.csta.xml.CstaStopApplicationSession
 
CstaStopApplicationSessionNegResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaStopApplicationSessionNegResponse() - Constructor for class com.sen.openscape.csta.xml.CstaStopApplicationSessionNegResponse
 
CstaStopApplicationSessionPosResponse - Class in com.sen.openscape.csta.xml
GetForwarding Response XML Object.
CstaStopApplicationSessionPosResponse() - Constructor for class com.sen.openscape.csta.xml.CstaStopApplicationSessionPosResponse
 
CstaSupportedOSMOFeatureList - Class in com.sen.openscape.csta.xml
SupportedOSMOFeatureList XML Object.
CstaSupportedOSMOFeatureList() - Constructor for class com.sen.openscape.csta.xml.CstaSupportedOSMOFeatureList
 
CstaSwAppearanceAddressability - Class in com.sen.openscape.csta.xml
CstaSwAppearanceAddressability XML Object.
CstaSwAppearanceAddressability() - Constructor for class com.sen.openscape.csta.xml.CstaSwAppearanceAddressability
 
CstaSwAppearanceTypes - Class in com.sen.openscape.csta.xml
CstaSwAppearanceTypes XML Object.
CstaSwAppearanceTypes() - Constructor for class com.sen.openscape.csta.xml.CstaSwAppearanceTypes
 
CstaSwDomainFeatures - Class in com.sen.openscape.csta.xml
CstaSwDomainFeatures XML Object.
CstaSwDomainFeatures() - Constructor for class com.sen.openscape.csta.xml.CstaSwDomainFeatures
 
CstaSwitchingFunctionDevices - Class in com.sen.openscape.csta.xml
SwitchingFunctionDevices XML Object.
CstaSwitchingFunctionDevices() - Constructor for class com.sen.openscape.csta.xml.CstaSwitchingFunctionDevices
 
CstaSystem - Class in com.sen.openscape.csta.system
CstaSystem provides utilities needed and used internally by CSTA-SDK.
CstaSystem(CstaConfiguration) - Constructor for class com.sen.openscape.csta.system.CstaSystem
Constructor Initiate csta connection to OSV server, based on configuration
CstaSystemRegister - Class in com.sen.openscape.csta.xml
SystemRegister Request XML Object.
CstaSystemRegister(CstaRequestTypes) - Constructor for class com.sen.openscape.csta.xml.CstaSystemRegister
 
CstaSystemRegisterResponse - Class in com.sen.openscape.csta.xml
SystemRegister Response XML Object.
CstaSystemRegisterResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSystemRegisterResponse
 
CstaSystemServList - Class in com.sen.openscape.csta.xml
CstaSystemServList XML Object.
CstaSystemServList() - Constructor for class com.sen.openscape.csta.xml.CstaSystemServList
 
CstaSystemStatus - Class in com.sen.openscape.csta.xml
SystemStatus Request XML Object.
CstaSystemStatus() - Constructor for class com.sen.openscape.csta.xml.CstaSystemStatus
 
CstaSystemStatusResponse - Class in com.sen.openscape.csta.xml
SystemStatus Response XML Object.
CstaSystemStatusResponse() - Constructor for class com.sen.openscape.csta.xml.CstaSystemStatusResponse
 
CstaSystemStatusValue - Enum in com.sen.openscape.csta.util
 
CstaTcpLink - Class in com.sen.openscape.csta.transport.tcp
 
CstaTcpLink() - Constructor for class com.sen.openscape.csta.transport.tcp.CstaTcpLink
Default constructor.
CstaTcpModule - Class in com.sen.openscape.csta.transport.tcp
Concrete implementation of a CstaNetWorkLayer.
CstaTcpModule() - Constructor for class com.sen.openscape.csta.transport.tcp.CstaTcpModule
CstaTcpModule Constructor
CstaTlsLink - Class in com.sen.openscape.csta.transport.tls
 
CstaTlsLink() - Constructor for class com.sen.openscape.csta.transport.tls.CstaTlsLink
Default constructor.
CstaTlsModule - Class in com.sen.openscape.csta.transport.tls
Concrete implementation of a CstaNetWorkLayer.
CstaTlsModule() - Constructor for class com.sen.openscape.csta.transport.tls.CstaTlsModule
CstaTcpModule Constructor
CstaTransAndConfSetup - Class in com.sen.openscape.csta.xml
AcdModels XML Object.
CstaTransAndConfSetup() - Constructor for class com.sen.openscape.csta.xml.CstaTransAndConfSetup
 
CstaTransferCall - Class in com.sen.openscape.csta.xml
TransferCall Request XML Object.
CstaTransferCall() - Constructor for class com.sen.openscape.csta.xml.CstaTransferCall
 
CstaTransferCallResponse - Class in com.sen.openscape.csta.xml
TransferCall Response XML Object.
CstaTransferCallResponse() - Constructor for class com.sen.openscape.csta.xml.CstaTransferCallResponse
 
CstaTransferedEvent - Class in com.sen.openscape.csta.xml
TransferedEvent XML Object.
CstaTransferedEvent() - Constructor for class com.sen.openscape.csta.xml.CstaTransferedEvent
 
CstaTransportFactory - Class in com.sen.openscape.csta.transport
CstaTransportFactory is used internally and has one static method,getTransportLink.
CstaTransportFactory() - Constructor for class com.sen.openscape.csta.transport.CstaTransportFactory
 
CstaTransports - Enum in com.sen.openscape.csta.util
CstaTransports is a enum class that defines all the possible Transports types.
CstaVoice - Class in com.sen.openscape.csta.xml
Voice XML Object.
CstaVoice() - Constructor for class com.sen.openscape.csta.xml.CstaVoice
 
CstaVoiceServices - Class in com.sen.openscape.csta.xml
VoiceServices XML Object.
CstaVoiceServices() - Constructor for class com.sen.openscape.csta.xml.CstaVoiceServices
 
CstaXmlHandler - Class in com.sen.openscape.csta.system
CstaXmlHandler provides utilities needed and used internally by CSTA-SDK.
CstaXmlHandler() - Constructor for class com.sen.openscape.csta.system.CstaXmlHandler
 
currentObject - Variable in class com.sen.openscape.csta.provider.CstaEventObject
Current XML Object.
currentRoute - Variable in class com.sen.openscape.csta.callcontrol.CstaRouteDialog
 
customXMLHandler - Variable in class com.sen.openscape.csta.provider.CstaProvider
The XML handler to send CSTA request with customized XML The customXMLHandler can send a CSTA request to OSV with any XML format in a raw string.
A C D E F G H I J K L M N P R S T U V W X 
Skip navigation links