Configuration Platform SDK 7.6 API Reference

Uses of Interface
com.genesyslab.platform.commons.protocol.ProtocolFactory

Packages that use ProtocolFactory
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
 

Uses of ProtocolFactory in com.genesyslab.platform.commons.protocol
 

Classes in com.genesyslab.platform.commons.protocol that implement ProtocolFactory
 class AbstractProtocolFactory
           
 

Methods in com.genesyslab.platform.commons.protocol that return ProtocolFactory
 ProtocolFactory MessageParser.getFactory()
           
 

Constructors in com.genesyslab.platform.commons.protocol with parameters of type ProtocolFactory
MessageParser(ProtocolFactory protocolFactory)
           
ClientChannel(Endpoint endpoint, ProtocolFactory protocolFactory, ReferenceBuilder refBuilder, long timeout)
           
ClientChannel(Endpoint endpoint, ProtocolFactory protocolFactory, ReferenceBuilder refBuilder)
           
DuplexChannel(Endpoint endpoint, ProtocolFactory protocolFactory)
          Create channel.
DuplexChannel(Endpoint endpoint, ProtocolFactory protocolFactory, long timeout)
          Create channel.
ServerChannel(Endpoint endpoint, ProtocolFactory protocolFactory)
           
ServerChannel(Endpoint endpoint, long timeout, ProtocolFactory protocolFactory)
           
XmlMessageSerializer(ProtocolFactory factory)
          Create serializer for the protocol described by its factory.
 


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.