Platform SDK Java 9.0 API Reference

Package com.genesyslab.platform.management.protocol

This package contains the Protocol classes that your applications can use to set up communication with Genesys Solution Control Server, Message Server and Local Control Agents (LCAs).

These classes include SolutionControlServerProtocol, MessageServerProtocol, and LocalControlAgentProtocol.

When you write your applications, you will need to set up and open the appropriate Protocol object, as shown here for Solution Control Server:
[Java]

SolutionControlServerProtocol solutionControlServerProtocol =
 new SolutionControlServerProtocol(
  new Endpoint(
   solutionControlServerUri));
solutionControlServerProtocol.open();

At that point you will be able to send messages to and receive from the server you have connected with.

For more information on these messages, refer to the documentation for the events and requests packages associated with this SDK, for example com.genesyslab.platform.management.protocol.solutioncontrolserver.events or com.genesyslab.platform.management.protocol.solutioncontrolserver.requests.

For general information on the structure and usage of the Platform SDKs, please refer to the introductory articles located in the Platform SDK Developer's Guide.

Skip navigation links
Platform SDK Java 9.0 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.