Platform SDK Java 8.5 API Reference

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

Packages that use RequestReceiver
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 RequestReceiver in com.genesyslab.platform.applicationblocks.commons.broker
 

Classes in com.genesyslab.platform.applicationblocks.commons.broker that implement RequestReceiver
 class RequestReceivingBrokerService
          Deprecated. Message Broker Application Block is deprecated. Use setMessageHandler(handler) to handle incoming messages asynchronously.
 

Methods in com.genesyslab.platform.applicationblocks.commons.broker that return RequestReceiver
 RequestReceiver RequestBrokerService.getReceiver()
          Deprecated. Gets request receiver.
 

Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type RequestReceiver
static RequestBrokerService BrokerServiceFactory.CreateRequestBroker(RequestReceiver receiver)
          Deprecated.  
 void RequestBrokerService.setReceiver(RequestReceiver value)
          Deprecated. Sets request receiver.
 

Constructors in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type RequestReceiver
RequestBrokerService(RequestReceiver theReceiver)
          Deprecated. Creates an instance of RequestBrokerService class.
 

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

Subinterfaces of RequestReceiver in com.genesyslab.platform.commons.protocol
 interface RequestReceiverSupport
           
 

Classes in com.genesyslab.platform.commons.protocol that implement RequestReceiver
 class QueueRequestReceiver
           
 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 RequestReceiver in com.genesyslab.platform.configuration.protocol
 

Classes in com.genesyslab.platform.configuration.protocol that implement RequestReceiver
 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 RequestReceiver in com.genesyslab.platform.contacts.protocol
 

Classes in com.genesyslab.platform.contacts.protocol that implement RequestReceiver
 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 RequestReceiver in com.genesyslab.platform.openmedia.protocol
 

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

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

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

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

Classes in com.genesyslab.platform.webmedia.protocol that implement RequestReceiver
 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.