Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.protocol
Interface ExternalTransportFactory


public interface ExternalTransportFactory

Factory of external transport for a specified protocol description and an endpoint.


Method Summary
 ExternalTransport getTransport(ProtocolDescription protocolDescription, Endpoint endpoint)
          Gets external transport for a specified protocol description and an endpoint.
 

Method Detail

getTransport

ExternalTransport getTransport(ProtocolDescription protocolDescription,
                               Endpoint endpoint)
Gets external transport for a specified protocol description and an endpoint.

Parameters:
protocolDescription - specifies a protocol.
endpoint - specifies host, port and configuration.
Returns:
external transport instance or null if PSDK have to use the default implementation.

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.