|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceBuilder | |
---|---|
com.genesyslab.platform.clusterprotocol | Cluster Protocol Application Block |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
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.routingserver.runtime | This package is used internally by the protocol. |
com.genesyslab.platform.voice.protocol.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. |
Uses of ReferenceBuilder in com.genesyslab.platform.clusterprotocol |
---|
Fields in com.genesyslab.platform.clusterprotocol declared as ReferenceBuilder | |
---|---|
protected ReferenceBuilder |
ProtocolBuilder.refBuilder
|
Methods in com.genesyslab.platform.clusterprotocol that return ReferenceBuilder | |
---|---|
ReferenceBuilder |
ClusterProtocolImpl.getReferenceBuilder()
|
Methods in com.genesyslab.platform.clusterprotocol with parameters of type ReferenceBuilder | |
---|---|
B |
ProtocolBuilder.withRefBuilder(ReferenceBuilder refBuilder)
Initializes PSDK protocols reference builder for sharing between all of the cluster protocol nodes. |
Uses of ReferenceBuilder in com.genesyslab.platform.commons.protocol |
---|
Classes in com.genesyslab.platform.commons.protocol that implement ReferenceBuilder | |
---|---|
class |
AbstractReferenceBuilder
|
class |
IntReferenceBuilder
|
Methods in com.genesyslab.platform.commons.protocol that return ReferenceBuilder | |
---|---|
ReferenceBuilder |
Protocol.getReferenceBuilder()
|
ReferenceBuilder |
ClientChannel.getReferenceBuilder()
|
Constructors in com.genesyslab.platform.commons.protocol with parameters of type ReferenceBuilder | |
---|---|
ClientChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder)
|
|
ClientChannel(Endpoint endpoint,
ProtocolFactory protocolFactory,
ReferenceBuilder refBuilder,
long timeout)
|
|
MessageCorrelator(ReferenceBuilder refBuilder)
|
Uses of ReferenceBuilder in com.genesyslab.platform.contacts.protocol |
---|
Methods in com.genesyslab.platform.contacts.protocol with parameters of type ReferenceBuilder | |
---|---|
protected static Message |
UniversalContactServerProtocol.processSentMessage(DuplexChannel channel,
Message message,
boolean useUtf,
ReferenceBuilder referenceBuilder)
|
Constructors in com.genesyslab.platform.contacts.protocol with parameters of type ReferenceBuilder | |
---|---|
UniversalContactServerProtocol(Endpoint endpoint,
ReferenceBuilder refBuilder)
Creates a new UniversalContactServerProtocol object. |
Uses of ReferenceBuilder in com.genesyslab.platform.openmedia.protocol |
---|
Constructors in com.genesyslab.platform.openmedia.protocol with parameters of type ReferenceBuilder | |
---|---|
ExternalServiceProtocol(Endpoint endpoint,
ReferenceBuilder refBuilder)
Creates a new ExternalServiceProtocol object. |
Uses of ReferenceBuilder in com.genesyslab.platform.routing.protocol.routingserver.runtime |
---|
Constructors in com.genesyslab.platform.routing.protocol.routingserver.runtime with parameters of type ReferenceBuilder | |
---|---|
MessagesBinder(ReferenceBuilder referenceBuilder)
|
Uses of ReferenceBuilder in com.genesyslab.platform.voice.protocol.runtime |
---|
Classes in com.genesyslab.platform.voice.protocol.runtime that implement ReferenceBuilder | |
---|---|
class |
TServerReferenceBuilder
|
Uses of ReferenceBuilder in com.genesyslab.platform.webmedia.protocol |
---|
Methods in com.genesyslab.platform.webmedia.protocol with parameters of type ReferenceBuilder | |
---|---|
protected static Message |
EspEmailProtocol.processSentMesage(DuplexChannel channel,
Message message,
ReferenceBuilder referenceBuilder)
|
Constructors in com.genesyslab.platform.webmedia.protocol with parameters of type ReferenceBuilder | |
---|---|
EspEmailProtocol(Endpoint endpoint,
ReferenceBuilder refBuilder)
Creates a new instance of the ESP based Genesys EmailServer protocol client. |
|
FlexChatProtocol(Endpoint endpoint,
ReferenceBuilder refBuilder,
long timeout)
Creates instance of FlexChatProtocol. |
|
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)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |