Platform SDK Java 8.5 API Reference

com.genesyslab.platform.management.protocol.messageserver.runtime
Class MessageProtocolInnerPackagerImpl

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
      extended by com.genesyslab.platform.management.protocol.messageserver.runtime.MessageProtocolInnerPackagerImpl
All Implemented Interfaces:
com.genesyslab.platform.commons.connection.impl.xml.XmlStructureHandler, MessagePackager, MessageStructureHandler, com.genesyslab.platform.commons.protocol.runtime.CodecSupport

public class MessageProtocolInnerPackagerImpl
extends com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl.ErrorHandler, com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl.MessageHandler
 
Nested classes/interfaces inherited from interface com.genesyslab.platform.commons.connection.MessageStructureHandler
MessageStructureHandler.StringBytes
 
Method Summary
 java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, byte[] value)
           
 java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, int value)
           
 java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, long value)
           
 java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, java.lang.String value)
           
 
Methods inherited from class com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
configure, getErrorHandler, getMessageHandler, getProtocolData, getStringAttributesEncoding, isLazyParsingEnabled, isReversedDirection, needsProcessing, onComplexAttribute, onComplexEnd, onMessageEnd, onNewMessage, onRawAttribute, sendMessage, setConnection, setLogMessageFilter, setProtocolData, setReversedDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onAttribute

public java.lang.Object onAttribute(java.lang.Object state,
                                    java.lang.String id,
                                    java.lang.String value)
                             throws PlatformException
Specified by:
onAttribute in interface MessageStructureHandler
Overrides:
onAttribute in class com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
Throws:
PlatformException

onAttribute

public java.lang.Object onAttribute(java.lang.Object state,
                                    java.lang.String id,
                                    int value)
                             throws PlatformException
Specified by:
onAttribute in interface MessageStructureHandler
Overrides:
onAttribute in class com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
Throws:
PlatformException

onAttribute

public java.lang.Object onAttribute(java.lang.Object state,
                                    java.lang.String id,
                                    byte[] value)
                             throws PlatformException
Specified by:
onAttribute in interface MessageStructureHandler
Overrides:
onAttribute in class com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
Throws:
PlatformException

onAttribute

public java.lang.Object onAttribute(java.lang.Object state,
                                    java.lang.String id,
                                    long value)
                             throws PlatformException
Specified by:
onAttribute in interface MessageStructureHandler
Overrides:
onAttribute in class com.genesyslab.platform.commons.protocol.runtime.ProtocolMessagePackagerImpl
Throws:
PlatformException

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.