Package | Description |
---|---|
com.genesyslab.platform.commons.protocol |
Contains classes that support the
Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.commons.protocol.runtime | |
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.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 |
This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers.
|
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.
|
com.genesyslab.platform.webmedia.protocol.server |
PSDK internal package for Web Media protocols clients handling functionality.
Note: This package is internal and is not supposed for explicit usage by applications. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractProtocolFactory |
Modifier and Type | Method | Description |
---|---|---|
ProtocolFactory |
MessageParser.getFactory() |
|
ProtocolFactory |
ClientChannelHandlerFactory.getProtocolFactory() |
Returns the protocol factory.
|
protected ProtocolFactory |
DuplexChannel.getProtocolFactory() |
|
protected ProtocolFactory |
ServerChannel.getProtocolFactory() |
Constructor | Description |
---|---|
ClientChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder) |
|
ClientChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder,
long timeout) |
|
ClientChannelHandler(Connection connection,
ConnectionConfiguration config,
ProtocolFactory factory) |
|
ClientChannelHandlerFactory(ProtocolFactory protocolFactory) |
Creates factory instance for the specified protocol.
|
DuplexChannel(Connection conn,
Endpoint endpoint,
ProtocolFactory factory) |
Creates channel for server connection.
|
DuplexChannel(Connection conn,
ProtocolFactory factory,
long timeout) |
Deprecated.
|
DuplexChannel(Endpoint endpoint,
ProtocolFactory protocolFactory) |
Creates channel.
|
DuplexChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
long timeout) |
Creates channel.
|
MessageParser(ProtocolFactory protocolFactory) |
|
MessageParser(ProtocolFactory protocolFactory,
java.lang.String stringAttributesEncoding) |
|
ServerChannel(Endpoint endpoint,
long timeout,
ProtocolFactory protocolFactory) |
The old style constructor for
ServerChannel instance creation. |
ServerChannel(Endpoint endpoint,
ProtocolFactory protocolFactory) |
The old style constructor for
ServerChannel instance creation. |
XmlMessageSerializer(ProtocolFactory factory) |
Creates serializer for the protocol described by its factory.
|
Constructor | Description |
---|---|
ProtocolMessagePackagerImpl(ProtocolFactory factory,
ConnectionConfiguration config,
ProtocolMessagePackagerImpl.MessageHandler messageHandler,
ProtocolMessagePackagerImpl.ErrorHandler errorHandler) |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfServerProtocolFactory |
ConfServer protocol specific messages factory.
It is internally used by the ConfServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
ConfServerAbstractProtocolFactory |
Intermediate configuration protocol factory to inject default
"protocol data" with default static configuration metadata description.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ContactServerProtocolFactory |
ContactServer protocol specific messages factory.
It is internally used by the ContactServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
class |
LocalControlAgentProtocolFactory |
LocalControlAgent protocol specific messages factory.
It is internally used by the LocalControlAgent protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
LocalControlAgentHeartbeatProtocolFactory |
LocalControlAgentHeartbeat protocol specific messages factory.
It is internally used by the LocalControlAgentHeartbeat protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
MessageServerProtocolFactory |
MessageServer protocol specific messages factory.
It is internally used by the MessageServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Constructor | Description |
---|---|
MessageProtocolInnerMessageParser(ProtocolFactory protocolFactory) |
|
MessageProtocolInnerMessageParser(ProtocolFactory protocolFactory,
ConnectionConfiguration config) |
Modifier and Type | Class | Description |
---|---|---|
class |
SolutionControlServerProtocolFactory |
SolutionControlServer protocol specific messages factory.
It is internally used by the SolutionControlServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
ExternalServiceProtocolFactory |
ExternalService protocol specific messages factory.
It is internally used by the ExternalService protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
InteractionServerProtocolFactory |
InteractionServer protocol specific messages factory.
It is internally used by the InteractionServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
OutboundServerProtocolFactory |
OutboundServer protocol specific messages factory.
It is internally used by the OutboundServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
StatServerProtocolFactory |
StatServer protocol specific messages factory.
It is internally used by the StatServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
CustomServerProtocolFactory |
CustomServer protocol specific messages factory.
It is internally used by the CustomServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
RoutingServerProtocolFactory |
RoutingServer protocol specific messages factory.
It is internally used by the RoutingServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
TServerProtocolFactory |
TServer protocol specific messages factory.
It is internally used by the TServer protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Constructor | Description |
---|---|
OptionalRegistrationChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder,
long timeout) |
|
WebmediaChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder,
long timeout) |
|
WebmediaChannel(ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder,
long timeout) |
Modifier and Type | Class | Description |
---|---|---|
class |
BasicChatProtocolFactory |
BasicChat protocol specific messages factory.
It is internally used by the BasicChat protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
CallbackProtocolFactory |
Callback protocol specific messages factory.
It is internally used by the Callback protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
EmailProtocolFactory |
Email protocol specific messages factory.
It is internally used by the Email protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
EspEmailProtocolFactory |
EspEmail protocol specific messages factory.
It is internally used by the EspEmail protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
class |
FlexChatProtocolFactory |
FlexChat protocol specific messages factory.
It is internally used by the FlexChat protocol for messages transportation. |
Modifier and Type | Class | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
ChatServerDefaultProtocolFactory |
Chat Server default protocol messages factory.
It is internally used by the Chat Server specific ServerChannel. |
Constructor | Description |
---|---|
WebMediaClientChannelHandler(Connection connection,
ConnectionConfiguration config,
com.genesyslab.platform.commons.connection.impl.xml.ProtocolDialect dialect,
ProtocolFactory factory) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.