Platform SDK Java 8.5 API Reference

Uses of Interface
com.genesyslab.platform.commons.protocol.RequestReceiverManagement

Packages that use RequestReceiverManagement
com.genesyslab.platform.applicationblocks.commons.broker   
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
com.genesyslab.platform.configuration.protocol This package contains the Protocol classes that your applications can use to set up communication with Configuration Server. 
com.genesyslab.platform.contacts.protocol This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server, including UniversalContactServerProtocol
com.genesyslab.platform.openmedia.protocol This package contains the Protocol classes that your applications can use to set up communication with Interaction Server. 
com.genesyslab.platform.routing.protocol This package contains the UrsCustomProtocol, UrsCustomProtocolListener and RoutingServerProtocol classes. 
com.genesyslab.platform.webmedia.protocol This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. 
 

Uses of RequestReceiverManagement in com.genesyslab.platform.applicationblocks.commons.broker
 

Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type RequestReceiverManagement
static RequestReceivingBrokerService BrokerServiceFactory.createRequestBroker(RequestReceiverManagement protocol, AsyncInvoker invoker)
          Deprecated. Creates broker service and initializes server channel with it as with "external receiver".
 

Uses of RequestReceiverManagement in com.genesyslab.platform.commons.protocol
 

Classes in com.genesyslab.platform.commons.protocol that implement RequestReceiverManagement
 class ServerChannel
          This channel accepts client connections on given local Endpoint.
Method AbstractChannel.addChannelListener(ChannelListener) accepts ServerChannelListener, which provides notifications on incoming clients.
 

Uses of RequestReceiverManagement in com.genesyslab.platform.configuration.protocol
 

Classes in com.genesyslab.platform.configuration.protocol that implement RequestReceiverManagement
 class ConfServerProtocolListener
          Customized ServerChannel component for handling of Genesys Configuration Server protocol clients.
Here is a simple example of synchronous server side procedure:
 

Uses of RequestReceiverManagement in com.genesyslab.platform.contacts.protocol
 

Classes in com.genesyslab.platform.contacts.protocol that implement RequestReceiverManagement
 class UniversalContactServerProtocolListener
          Customized ServerChannel component for handling of Genesys Universal Contact Server protocol clients.
Here is a simple example of synchronous server side procedure:
 

Uses of RequestReceiverManagement in com.genesyslab.platform.openmedia.protocol
 

Classes in com.genesyslab.platform.openmedia.protocol that implement RequestReceiverManagement
 class ExternalServiceProtocolListener
          Use ExternalServiceProtocolListener object as a server for ExternalServiceProtocol.
 class InteractionServerProtocolListener
          Use InteractionServerProtocolListener object as a server for InteractionServerProtocol.
 

Uses of RequestReceiverManagement in com.genesyslab.platform.routing.protocol
 

Classes in com.genesyslab.platform.routing.protocol that implement RequestReceiverManagement
 class UrsCustomProtocolListener
           
 

Uses of RequestReceiverManagement in com.genesyslab.platform.webmedia.protocol
 

Classes in com.genesyslab.platform.webmedia.protocol that implement RequestReceiverManagement
 class CallbackProtocolListener
          Callback ServerChannel component for handling of Genesys Callback Server protocol clients.
Here is a simple example of synchronous server side procedure:
 class ChatProtocolsListener
          Customized ServerChannel component for handling of Genesys Chat Server protocols - Flex Chat and Basic Chat.
It accepts connections of the both client types at a same time.
 class EmailProtocolListener
          Deprecated.  
 class EspEmailProtocolListener
          EspEmail ServerChannel component for handling of Genesys Callback Server protocol clients.
Here is a simple example of synchronous server side procedure:
 


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.