Platform SDK Java 8.5 API Reference

Package com.genesyslab.platform.outbound.protocol

This package contains the Protocol classes that your applications can use to set up communication with Outbound Contact Server.

See:
          Description

Interface Summary
OutboundServerProtocolHandshakeOptions Dedicated interface to represent Outbound Server protocol handshake parameters.
 

Class Summary
OutboundServerProtocol Use an OutboundServerProtocol object to establish communication between a client application and Outbound Server.
 

Package com.genesyslab.platform.outbound.protocol Description

This package contains the Protocol classes that your applications can use to set up communication with Outbound Contact Server.

These classes include OutboundServerProtocol.

When you write your applications, you will need to set up and open the appropriate Protocol object, as shown here:

[Java]

OutboundServerProtocol outboundServerProtocol =
 new OutboundServerProtocol(
  new Endpoint(
   outboundServerUri));
outboundServerProtocol.open();

At that point you will be able to send messages to and receive from the Outbound Contact 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.outbound.protocol.outboundserver.events or com.genesyslab.platform.outbound.protocol.outboundserver.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.


Platform SDK Java 8.5 API Reference

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