Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.commons.protocol.AbstractProtocolFactory

Packages that use AbstractProtocolFactory
com.genesyslab.platform.configuration.protocol.confserver   
com.genesyslab.platform.configuration.protocol.confserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.configuration.protocol.runtime   
com.genesyslab.platform.contacts.protocol.contactserver This package contains the Protocol classes that your applications can use to set up communication with Universal Contact Server. 
com.genesyslab.platform.json.jackson2.runtime   
com.genesyslab.platform.management.protocol.localcontrolagent   
com.genesyslab.platform.management.protocol.localcontrolagent.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat   
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.messageserver   
com.genesyslab.platform.management.protocol.messageserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.management.protocol.solutioncontrolserver   
com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.openmedia.protocol.externalservice   
com.genesyslab.platform.openmedia.protocol.externalservice.runtime This package is used internally by the protocol. 
com.genesyslab.platform.openmedia.protocol.interactionserver   
com.genesyslab.platform.openmedia.protocol.interactionserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.outbound.protocol.outboundserver   
com.genesyslab.platform.outbound.protocol.outboundserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.reporting.protocol.statserver This package contains objects that correspond to objects in the Genesys Configuration Layer, such as AgentStatus and PlaceGroup
com.genesyslab.platform.reporting.protocol.statserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.routing.protocol.customserver This package primarily contains enums that your applications can use when working with URS Custom Server. 
com.genesyslab.platform.routing.protocol.customserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.routing.protocol.routingserver This package primarily contains enums that your applications can use when working with Universal Routing Server (URS), such as CallType and RoutingPointStatus
com.genesyslab.platform.routing.protocol.routingserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.voice.protocol.tserver   
com.genesyslab.platform.voice.protocol.tserver.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.basicchat This package contains classes and enumerations that let you exchange information with Chat Server. 
com.genesyslab.platform.webmedia.protocol.basicchat.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.callback This package contains classes and enumerations that let you exchange customer-generated information between web forms and your Genesys Callback Server. 
com.genesyslab.platform.webmedia.protocol.callback.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.email This package contains classes, enumerations, and interfaces that let you exchange customer-generated information from web forms with your Genesys E-Mail Server Java. 
com.genesyslab.platform.webmedia.protocol.email.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.espemail   
com.genesyslab.platform.webmedia.protocol.flexchat This package contains classes and enumerations that let you exchange information with Chat Server. 
com.genesyslab.platform.webmedia.protocol.flexchat.runtime This package is used internally by the protocol. 
com.genesyslab.platform.webmedia.protocol.runtime This package is used internally by the protocol. 
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.configuration.protocol.confserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.configuration.protocol.confserver
 class ConfServerProtocolFactory
          ConfServer protocol specific messages factory.
It is internally used by the ConfServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.configuration.protocol.confserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.configuration.protocol.confserver.runtime
 class ConfServerInternalProtocolFactory
          ConfServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the ConfServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.configuration.protocol.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.configuration.protocol.runtime
 class ConfServerAbstractProtocolFactory
          Intermediate configuration protocol factory to inject default "protocol data" with default static configuration metadata description.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.contacts.protocol.contactserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.contacts.protocol.contactserver
 class ContactServerProtocolFactory
          ContactServer protocol specific messages factory.
It is internally used by the ContactServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.json.jackson2.runtime
 

Constructors in com.genesyslab.platform.json.jackson2.runtime with parameters of type AbstractProtocolFactory
ProtocolUnknownMessageDeserializer(AbstractProtocolFactory protocolFactory)
           
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagent
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagent
 class LocalControlAgentProtocolFactory
          LocalControlAgent protocol specific messages factory.
It is internally used by the LocalControlAgent protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagent.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagent.runtime
 class LocalControlAgentInternalProtocolFactory
          LocalControlAgent protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the LocalControlAgent protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat
 class LocalControlAgentHeartbeatProtocolFactory
          LocalControlAgentHeartbeat protocol specific messages factory.
It is internally used by the LocalControlAgentHeartbeat protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
 class LocalControlAgentHeartbeatInternalProtocolFactory
          LocalControlAgentHeartbeat protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the LocalControlAgentHeartbeat protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.messageserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.messageserver
 class MessageServerProtocolFactory
          MessageServer protocol specific messages factory.
It is internally used by the MessageServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.messageserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.messageserver.runtime
 class MessageServerCustomInternalProtocolFactory
           
 class MessageServerInternalProtocolFactory
          MessageServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the MessageServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.solutioncontrolserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.solutioncontrolserver
 class SolutionControlServerProtocolFactory
          SolutionControlServer protocol specific messages factory.
It is internally used by the SolutionControlServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.management.protocol.solutioncontrolserver.runtime
 class SolutionControlServerInternalProtocolFactory
          SolutionControlServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the SolutionControlServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.externalservice
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.externalservice
 class ExternalServiceProtocolFactory
          ExternalService protocol specific messages factory.
It is internally used by the ExternalService protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.externalservice.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.externalservice.runtime
 class ExternalServiceInternalProtocolFactory
          ExternalService protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the ExternalService protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.interactionserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.interactionserver
 class InteractionServerProtocolFactory
          InteractionServer protocol specific messages factory.
It is internally used by the InteractionServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.interactionserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.openmedia.protocol.interactionserver.runtime
 class InteractionServerInternalProtocolFactory
          InteractionServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the InteractionServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.outbound.protocol.outboundserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.outbound.protocol.outboundserver
 class OutboundServerProtocolFactory
          OutboundServer protocol specific messages factory.
It is internally used by the OutboundServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.outbound.protocol.outboundserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.outbound.protocol.outboundserver.runtime
 class OutboundServerInternalProtocolFactory
          OutboundServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the OutboundServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.reporting.protocol.statserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.reporting.protocol.statserver
 class StatServerProtocolFactory
          StatServer protocol specific messages factory.
It is internally used by the StatServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.reporting.protocol.statserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.reporting.protocol.statserver.runtime
 class StatServerInternalProtocolFactory
          StatServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the StatServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.customserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.customserver
 class CustomServerProtocolFactory
          CustomServer protocol specific messages factory.
It is internally used by the CustomServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.customserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.customserver.runtime
 class CustomServerInternalProtocolFactory
          CustomServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the CustomServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.routingserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.routingserver
 class RoutingServerProtocolFactory
          RoutingServer protocol specific messages factory.
It is internally used by the RoutingServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.routingserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.routing.protocol.routingserver.runtime
 class RoutingServerInternalProtocolFactory
          RoutingServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the RoutingServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.voice.protocol.tserver
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.voice.protocol.tserver
 class TServerProtocolFactory
          TServer protocol specific messages factory.
It is internally used by the TServer protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.voice.protocol.tserver.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.voice.protocol.tserver.runtime
 class TServerInternalProtocolFactory
          TServer protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the TServer protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.basicchat
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.basicchat
 class BasicChatProtocolFactory
          BasicChat protocol specific messages factory.
It is internally used by the BasicChat protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.basicchat.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.basicchat.runtime
 class BasicChatInternalProtocolFactory
          BasicChat protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the BasicChat protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.callback
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.callback
 class CallbackProtocolFactory
          Callback protocol specific messages factory.
It is internally used by the Callback protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.callback.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.callback.runtime
 class CallbackInternalProtocolFactory
          Callback protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the Callback protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.email
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.email
 class EmailProtocolFactory
          Email protocol specific messages factory.
It is internally used by the Email protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.email.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.email.runtime
 class EmailInternalProtocolFactory
          Email protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the Email protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.espemail
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.espemail
 class EspEmailProtocolFactory
          EspEmail protocol specific messages factory.
It is internally used by the EspEmail protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.flexchat
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.flexchat
 class FlexChatProtocolFactory
          FlexChat protocol specific messages factory.
It is internally used by the FlexChat protocol for messages transportation.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.flexchat.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.flexchat.runtime
 class FlexChatInternalProtocolFactory
          FlexChat protocol specific messages internal factory.
It extends protocols' public factory with internal messages support and is internally used by the FlexChat protocol for messages transportation.
It is designed for internal use only.
 

Uses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.runtime
 

Subclasses of AbstractProtocolFactory in com.genesyslab.platform.webmedia.protocol.runtime
 class ChatServerDefaultProtocolFactory
          Chat Server default protocol messages factory.
It is internally used by the Chat Server specific ServerChannel.
 


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.