public interface TerminalConnectionInformationFactory
CallManagers will require to use a custom implementation of a
ConnectionInformation. This factory allows to create those custom
implementations for use with a Terminal.| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
createConnectionInformation(CallManager callManager,
ConfiguredApplication application,
CallParameters parameters)
Factory method to retrieve a new
ConnectionInformation. |
ConnectionInformation createConnectionInformation(CallManager callManager, ConfiguredApplication application, CallParameters parameters) throws ConnectionInformationCreationException
ConnectionInformation.callManager - the calling call manager instanceapplication - the called configured application.parameters - additional optional parameters.ConnectionInformationCreationException - error creating theconnection information