|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolDescription | |
---|---|
com.genesyslab.platform.applicationblocks.commons.broker | |
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.clusterprotocol.chat | Cluster Protocol classes for Chat Server protocol. |
com.genesyslab.platform.clusterprotocol.email | Cluster Protocol classes for ESP Email Server. |
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.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.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.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. |
Uses of ProtocolDescription in com.genesyslab.platform.applicationblocks.commons.broker |
---|
Methods in com.genesyslab.platform.applicationblocks.commons.broker that return ProtocolDescription | |
---|---|
ProtocolDescription |
MessageFilter.getProtocolDescription()
Deprecated. Gets the protocol description. |
Methods in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type ProtocolDescription | |
---|---|
void |
MessageFilter.setProtocolDescription(ProtocolDescription theProtocolDescription)
Deprecated. Sets protocol description for filtering. |
Constructors in com.genesyslab.platform.applicationblocks.commons.broker with parameters of type ProtocolDescription | |
---|---|
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. |
Uses of ProtocolDescription in com.genesyslab.platform.clusterprotocol |
---|
Methods in com.genesyslab.platform.clusterprotocol that return ProtocolDescription | |
---|---|
abstract ProtocolDescription |
ProtocolBuilder.description()
|
ProtocolDescription |
ClusterProtocolImpl.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.clusterprotocol.chat |
---|
Methods in com.genesyslab.platform.clusterprotocol.chat that return ProtocolDescription | |
---|---|
ProtocolDescription |
FlexChatProtocolBuilder.description()
|
Uses of ProtocolDescription in com.genesyslab.platform.clusterprotocol.email |
---|
Methods in com.genesyslab.platform.clusterprotocol.email that return ProtocolDescription | |
---|---|
ProtocolDescription |
EspEmailProtocolBuilder.description()
|
Uses of ProtocolDescription in com.genesyslab.platform.clusterprotocol.esp |
---|
Methods in com.genesyslab.platform.clusterprotocol.esp that return ProtocolDescription | |
---|---|
ProtocolDescription |
EspProtocolBuilder.description()
Returns Protocol Description of the External Service Protocol. |
Uses of ProtocolDescription in com.genesyslab.platform.clusterprotocol.ucs |
---|
Methods in com.genesyslab.platform.clusterprotocol.ucs that return ProtocolDescription | |
---|---|
ProtocolDescription |
UcsProtocolBuilder.description()
Returns Protocol Description of Universal Contact Server Protocol. |
Uses of ProtocolDescription in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return ProtocolDescription | |
---|---|
ProtocolDescription |
ServerChannel.getProtocolDescription()
|
ProtocolDescription |
ProtocolFactory.getProtocolDescription()
Returns protocol description in format <Category>.<Name> |
ProtocolDescription |
ProtocolDescriptionSupport.getProtocolDescription()
|
ProtocolDescription |
Message.getProtocolDescription()
|
ProtocolDescription |
DuplexChannel.getProtocolDescription()
|
Methods in com.genesyslab.platform.commons.protocol with parameters of type ProtocolDescription | |
---|---|
ExternalTransport |
ExternalTransportFactory.getTransport(ProtocolDescription protocolDescription,
Endpoint endpoint)
Gets external transport for a specified protocol description and an endpoint. |
protected void |
Message.setProtocolDescription(ProtocolDescription description)
|
Constructors in com.genesyslab.platform.commons.protocol with parameters of type ProtocolDescription | |
---|---|
Message(int id,
java.lang.String name,
ProtocolDescription description)
|
Uses of ProtocolDescription in com.genesyslab.platform.configuration.protocol |
---|
Fields in com.genesyslab.platform.configuration.protocol declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
ConfServerProtocol.PROTOCOL_DESCRIPTION
Protocol signature (sdk and name) for this Channel. |
Uses of ProtocolDescription in com.genesyslab.platform.configuration.protocol.confserver |
---|
Fields in com.genesyslab.platform.configuration.protocol.confserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
ConfServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.configuration.protocol.confserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
ConfServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.contacts.protocol |
---|
Fields in com.genesyslab.platform.contacts.protocol declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
UniversalContactServerProtocol.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.contacts.protocol that return ProtocolDescription | |
---|---|
ProtocolDescription |
UniversalContactServerProtocol.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.contacts.protocol.contactserver |
---|
Fields in com.genesyslab.platform.contacts.protocol.contactserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
ContactServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
ContactServerProtocolFactory.getProtocolDescription()
|
Constructors in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type ProtocolDescription | |
---|---|
AbstractMessage(int id,
java.lang.String name,
ProtocolDescription description)
|
Uses of ProtocolDescription in com.genesyslab.platform.contacts.protocol.server |
---|
Methods in com.genesyslab.platform.contacts.protocol.server that return ProtocolDescription | |
---|---|
ProtocolDescription |
UniversalContactServerClientChannelHandler.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.management.protocol.localcontrolagent |
---|
Fields in com.genesyslab.platform.management.protocol.localcontrolagent declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
LocalControlAgentProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.management.protocol.localcontrolagent that return ProtocolDescription | |
---|---|
ProtocolDescription |
LocalControlAgentProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat |
---|
Fields in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
LocalControlAgentHeartbeatProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat that return ProtocolDescription | |
---|---|
ProtocolDescription |
LocalControlAgentHeartbeatProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.management.protocol.messageserver |
---|
Fields in com.genesyslab.platform.management.protocol.messageserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
MessageServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.management.protocol.messageserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
MessageServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.management.protocol.solutioncontrolserver |
---|
Fields in com.genesyslab.platform.management.protocol.solutioncontrolserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
SolutionControlServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.management.protocol.solutioncontrolserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
SolutionControlServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.openmedia.protocol |
---|
Fields in com.genesyslab.platform.openmedia.protocol declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
InteractionServerProtocol.PROTOCOL_DESCRIPTION
Protocol signature (sdk and name) for this Channel. |
static ProtocolDescription |
ExternalServiceProtocol.PROTOCOL_DESCRIPTION
Protocol signature (sdk and name) for this Channel. |
Uses of ProtocolDescription in com.genesyslab.platform.openmedia.protocol.externalservice |
---|
Fields in com.genesyslab.platform.openmedia.protocol.externalservice declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
ExternalServiceProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.openmedia.protocol.externalservice that return ProtocolDescription | |
---|---|
ProtocolDescription |
ExternalServiceProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.openmedia.protocol.interactionserver |
---|
Fields in com.genesyslab.platform.openmedia.protocol.interactionserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
InteractionServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.openmedia.protocol.interactionserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
InteractionServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.outbound.protocol.outboundserver |
---|
Fields in com.genesyslab.platform.outbound.protocol.outboundserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
OutboundServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.outbound.protocol.outboundserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
OutboundServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.reporting.protocol.statserver |
---|
Fields in com.genesyslab.platform.reporting.protocol.statserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
StatServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.reporting.protocol.statserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
StatServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.routing.protocol |
---|
Fields in com.genesyslab.platform.routing.protocol declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
UrsCustomProtocol.PROTOCOL_DESCRIPTION
Protocol signature (sdk and name) for this Channel. |
static ProtocolDescription |
RoutingServerProtocol.PROTOCOL_DESCRIPTION
Protocol signature (sdk and name) for this Channel. |
Uses of ProtocolDescription in com.genesyslab.platform.routing.protocol.customserver |
---|
Fields in com.genesyslab.platform.routing.protocol.customserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
CustomServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.routing.protocol.customserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
CustomServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.routing.protocol.routingserver |
---|
Fields in com.genesyslab.platform.routing.protocol.routingserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
RoutingServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.routing.protocol.routingserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
RoutingServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.voice.protocol |
---|
Fields in com.genesyslab.platform.voice.protocol declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
TServerProtocol.PROTOCOL_DESCRIPTION
Protocol signature (sdk and name) for this Channel. |
Uses of ProtocolDescription in com.genesyslab.platform.voice.protocol.tserver |
---|
Fields in com.genesyslab.platform.voice.protocol.tserver declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
TServerProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.voice.protocol.tserver that return ProtocolDescription | |
---|---|
ProtocolDescription |
TServerProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol |
---|
Fields in com.genesyslab.platform.webmedia.protocol declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
FlexChatProtocol.PROTOCOL_DESCRIPTION
|
static ProtocolDescription |
EspEmailProtocol.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol that return ProtocolDescription | |
---|---|
ProtocolDescription |
EspEmailProtocol.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.basicchat |
---|
Fields in com.genesyslab.platform.webmedia.protocol.basicchat declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
BasicChatProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol.basicchat that return ProtocolDescription | |
---|---|
ProtocolDescription |
BasicChatProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.callback |
---|
Fields in com.genesyslab.platform.webmedia.protocol.callback declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
CallbackProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol.callback that return ProtocolDescription | |
---|---|
ProtocolDescription |
CallbackProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.email |
---|
Fields in com.genesyslab.platform.webmedia.protocol.email declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
EmailProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol.email that return ProtocolDescription | |
---|---|
ProtocolDescription |
EmailProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.espemail |
---|
Fields in com.genesyslab.platform.webmedia.protocol.espemail declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
EspEmailProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol.espemail that return ProtocolDescription | |
---|---|
ProtocolDescription |
EspEmailProtocolFactory.getProtocolDescription()
|
Constructors in com.genesyslab.platform.webmedia.protocol.espemail with parameters of type ProtocolDescription | |
---|---|
AbstractMessage(int id,
java.lang.String name,
ProtocolDescription description)
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.flexchat |
---|
Fields in com.genesyslab.platform.webmedia.protocol.flexchat declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
FlexChatProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol.flexchat that return ProtocolDescription | |
---|---|
ProtocolDescription |
FlexChatProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.runtime |
---|
Fields in com.genesyslab.platform.webmedia.protocol.runtime declared as ProtocolDescription | |
---|---|
static ProtocolDescription |
ChatServerDefaultProtocolFactory.PROTOCOL_DESCRIPTION
|
Methods in com.genesyslab.platform.webmedia.protocol.runtime that return ProtocolDescription | |
---|---|
ProtocolDescription |
ChatServerDefaultProtocolFactory.getProtocolDescription()
|
Uses of ProtocolDescription in com.genesyslab.platform.webmedia.protocol.server |
---|
Methods in com.genesyslab.platform.webmedia.protocol.server that return ProtocolDescription | |
---|---|
ProtocolDescription |
EspEmailClientChannelHandler.getProtocolDescription()
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |