Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.clusterprotocol |
Cluster Protocol Application Block
|
com.genesyslab.platform.clusterprotocol.chat |
Cluster Protocol classes for Genesys Chat Server Flex protocol.
|
com.genesyslab.platform.clusterprotocol.email |
Cluster Protocol classes for Genesys Email Server ESP protocol.
|
com.genesyslab.platform.clusterprotocol.esp |
External Service Cluster Protocol.
|
com.genesyslab.platform.clusterprotocol.ucs |
Cluster Protocol classes for Universal Contact Server.
|
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 |
This package contains the
Protocol classes that your applications
can use to set up communication with Configuration Server. |
com.genesyslab.platform.configuration.protocol.confserver | |
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.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.contacts.protocol.server |
PSDK internal package for Universal Contact Server protocol clients handling functionality.
Note: This package is internal and is not supposed for explicit usage by applications. |
com.genesyslab.platform.management.protocol |
This package contains the
Protocol classes that your applications
can use to set up communication with Genesys Solution Control Server, Message
Server and Local Control Agents (LCAs). |
com.genesyslab.platform.management.protocol.localcontrolagent | |
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat | |
com.genesyslab.platform.management.protocol.messageserver | |
com.genesyslab.platform.management.protocol.solutioncontrolserver | |
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.openmedia.protocol.externalservice | |
com.genesyslab.platform.openmedia.protocol.interactionserver | |
com.genesyslab.platform.outbound.protocol.outboundserver | |
com.genesyslab.platform.reporting.protocol |
This package contains the
StatServerProtocol class that you can use this class to set up communication with Stat Server. |
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.routing.protocol |
This package contains the
UrsCustomProtocol ,
UrsCustomProtocolListener and
RoutingServerProtocol classes. |
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.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.voice.protocol |
This package contains the
Protocol classes that your applications
can use to set up communication with T-Server, such as
TServerProtocol. |
com.genesyslab.platform.voice.protocol.tserver | |
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.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.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.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.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 | Method | Description |
---|---|---|
ProtocolDescription |
MessageFilter.getProtocolDescription() |
Deprecated.
Gets the protocol description.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MessageFilter.setProtocolDescription(ProtocolDescription theProtocolDescription) |
Deprecated.
Sets protocol description for filtering.
|
Constructor | Description |
---|---|
MessageFilter(boolean isNegated,
ProtocolDescription theProtocolDescription) |
Deprecated.
Creates an instance of
MessageFilter class. |
MessageFilter(boolean isNegated,
ProtocolDescription theProtocolDescription,
java.lang.String theEndpointName) |
Deprecated.
Creates an instance of
MessageFilter class. |
MessageFilter(ProtocolDescription theProtocolDescription) |
Deprecated.
Creates an instance of
MessageFilter class. |
MessageFilter(ProtocolDescription theProtocolDescription,
java.lang.String theEndpointName) |
Deprecated.
Creates an instance of
MessageFilter class. |
MessageIdFilter(boolean isNegated,
ProtocolDescription theProtocolDescription,
int theMessageId) |
Deprecated.
Creates an instance of
MessageIdFilter class. |
MessageIdFilter(ProtocolDescription theProtocolDescription,
int theMessageId) |
Deprecated.
Creates an instance of
MessageIdFilter class. |
MessageNameFilter(boolean isNegated,
ProtocolDescription theProtocolDescription,
java.lang.String theMessageName) |
Deprecated.
Creates an instance of
MessageNameFilter class. |
MessageNameFilter(ProtocolDescription theProtocolDescription,
java.lang.String theMessageName) |
Deprecated.
Creates an instance of
MessageNameFilter class. |
MessageRangeFilter(boolean isNegated,
ProtocolDescription protocolDescription,
int[] messagesRange) |
Deprecated.
Creates an instance of
MessageRangeFilter class. |
MessageRangeFilter(ProtocolDescription protocolDescription,
int[] messagesRange) |
Deprecated.
Creates an instance of
MessageRangeFilter class. |
Modifier and Type | Method | Description |
---|---|---|
abstract ProtocolDescription |
ProtocolBuilder.description() |
|
ProtocolDescription |
ClusterProtocolImpl.getProtocolDescription() |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
FlexChatProtocolBuilder.description() |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
EspEmailProtocolBuilder.description() |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
EspProtocolBuilder.description() |
Returns Protocol Description of the External Service Protocol.
|
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
UcsProtocolBuilder.description() |
Returns Protocol Description of Universal Contact Server Protocol.
|
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
DuplexChannel.getProtocolDescription() |
|
ProtocolDescription |
Message.getProtocolDescription() |
|
ProtocolDescription |
ProtocolDescriptionSupport.getProtocolDescription() |
|
ProtocolDescription |
ProtocolFactory.getProtocolDescription() |
Returns protocol description in format
<Category>.<Name> |
ProtocolDescription |
ServerChannel.getProtocolDescription() |
Modifier and Type | Method | Description |
---|---|---|
ExternalTransport |
ExternalTransportFactory.getTransport(ProtocolDescription protocolDescription,
Endpoint endpoint) |
Gets external transport for a specified protocol description and an endpoint.
|
protected void |
Message.setProtocolDescription(ProtocolDescription description) |
Constructor | Description |
---|---|
Message(int id,
java.lang.String name,
ProtocolDescription description) |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
CompoundValue.getProtocolDescription() |
Modifier and Type | Method | Description |
---|---|---|
static ProtocolUnknownMessage |
ProtocolUnknownMessage.create(ProtocolDescription protocolDescription,
int messageId,
MetaData metadata,
java.lang.String referenceIdAttributeName) |
Creates protocol message instance.
Do not use this method directly. It is designed for the protocol message factories use only. |
Constructor | Description |
---|---|
ProtocolUnknownMessageData(ProtocolDescription protocolDescription,
int messageId,
MetaData metadata) |
|
ProtocolUnknownMessageDataRef(ProtocolDescription protocolDescription,
int messageId,
MetaData metadata,
java.lang.String refAttributeName) |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
ConfServerProtocol.PROTOCOL_DESCRIPTION |
Protocol signature (sdk and name) for this Channel.
|
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
ConfServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
ConfServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
UniversalContactServerProtocol.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
UniversalContactServerProtocol.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
ContactServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
ContactServerProtocolFactory.getProtocolDescription() |
Constructor | Description |
---|---|
AbstractMessage(int id,
java.lang.String name,
ProtocolDescription description) |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
UniversalContactServerClientChannelHandler.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
MessageServerProtocol.PROTOCOL_DESCRIPTION |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
LocalControlAgentProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
LocalControlAgentProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
LocalControlAgentHeartbeatProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
LocalControlAgentHeartbeatProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
MessageServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
MessageServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
SolutionControlServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
SolutionControlServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
ExternalServiceProtocol.PROTOCOL_DESCRIPTION |
Protocol signature (sdk and name) for this Channel.
|
static ProtocolDescription |
InteractionServerProtocol.PROTOCOL_DESCRIPTION |
Protocol signature (sdk and name) for this Channel.
|
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
ExternalServiceProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
ExternalServiceProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
InteractionServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
InteractionServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
OutboundServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
OutboundServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
StatServerProtocol.PROTOCOL_DESCRIPTION |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
StatServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
StatServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
RoutingServerProtocol.PROTOCOL_DESCRIPTION |
Protocol signature (sdk and name) for this Channel.
|
static ProtocolDescription |
UrsCustomProtocol.PROTOCOL_DESCRIPTION |
Protocol signature (sdk and name) for this Channel.
|
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
CustomServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
CustomServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
RoutingServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
RoutingServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
TServerProtocol.PROTOCOL_DESCRIPTION |
Protocol signature (sdk and name) for this Channel.
|
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
TServerProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
TServerProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
BasicChatProtocol.PROTOCOL_DESCRIPTION |
|
static ProtocolDescription |
EspEmailProtocol.PROTOCOL_DESCRIPTION |
|
static ProtocolDescription |
FlexChatProtocol.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
EspEmailProtocol.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
BasicChatProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
BasicChatProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
CallbackProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
CallbackProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
EmailProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
EmailProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
EspEmailProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
EspEmailProtocolFactory.getProtocolDescription() |
Constructor | Description |
---|---|
AbstractMessage(int id,
java.lang.String name,
ProtocolDescription description) |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
FlexChatProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
FlexChatProtocolFactory.getProtocolDescription() |
Modifier and Type | Field | Description |
---|---|---|
static ProtocolDescription |
ChatServerDefaultProtocolFactory.PROTOCOL_DESCRIPTION |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
ChatServerDefaultProtocolFactory.getProtocolDescription() |
Modifier and Type | Method | Description |
---|---|---|
ProtocolDescription |
EspEmailClientChannelHandler.getProtocolDescription() |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.