Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.connection
Interface MessagePackager

All Superinterfaces:
MessageStructureHandler

public interface MessagePackager
extends MessageStructureHandler

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


Method Summary
 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
 

Method Detail

setConnection

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

sendMessage

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

Configuration Platform SDK 7.6 API Reference

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