Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.connection
Interface MessagePackager

All Superinterfaces:
MessageStructureHandler
All Known Implementing Classes:
MessageProtocolInnerPackagerImpl, com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl

public interface MessagePackager
extends MessageStructureHandler

Packager is StructreHandler for server-to-client way and HAS StructureHandler for client-to-server way.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.platform.commons.connection.MessageStructureHandler
MessageStructureHandler.StringBytes
 
Method Summary
 void configure(ConnectionConfiguration config)
           
 void sendMessage(java.lang.Object message)
           
 void setConnection(com.genesyslab.platform.commons.connection.impl.ConnectionImpl connImpl)
           
 
Methods inherited from interface com.genesyslab.platform.commons.connection.MessageStructureHandler
onAttribute, onAttribute, onAttribute, onAttribute, onMessageEnd, onNewMessage, onRawAttribute
 

Method Detail

setConnection

void setConnection(com.genesyslab.platform.commons.connection.impl.ConnectionImpl connImpl)

sendMessage

void sendMessage(java.lang.Object message)
                 throws PlatformException
Throws:
PlatformException

configure

void configure(ConnectionConfiguration config)

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.