MessageStructureHandler
, MessageTransport
public class MessageProtocolTransportImpl
extends com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
MessageStructureHandler.StringBytes
Constructor | Description |
---|---|
MessageProtocolTransportImpl() |
Modifier and Type | Method | Description |
---|---|---|
protected int |
asIntId(java.lang.String id) |
|
java.lang.Integer |
getClientId() |
|
java.lang.String |
getClientName() |
|
int |
getClientType() |
|
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) |
|
java.lang.Object |
onMessageEnd(java.lang.Object state) |
|
java.lang.Object |
onNewMessage(java.lang.Object state,
int messageId) |
|
void |
setClientId(java.lang.Integer clientId) |
|
void |
setClientName(java.lang.String clientName) |
|
void |
setClientType(int clientType) |
public java.lang.Integer getClientId()
public void setClientId(java.lang.Integer clientId)
public java.lang.String getClientName()
public void setClientName(java.lang.String clientName)
public int getClientType()
public void setClientType(int clientType)
public java.lang.Object onNewMessage(java.lang.Object state, int messageId)
onNewMessage
in interface MessageStructureHandler
onNewMessage
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
public java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, byte[] value) throws PlatformException
onAttribute
in interface MessageStructureHandler
onAttribute
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
PlatformException
public java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, int value) throws PlatformException
onAttribute
in interface MessageStructureHandler
onAttribute
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
PlatformException
public java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, long value) throws PlatformException
onAttribute
in interface MessageStructureHandler
onAttribute
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
PlatformException
public java.lang.Object onAttribute(java.lang.Object state, java.lang.String id, java.lang.String value) throws PlatformException
onAttribute
in interface MessageStructureHandler
onAttribute
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
PlatformException
public java.lang.Object onMessageEnd(java.lang.Object state) throws PlatformException
onMessageEnd
in interface MessageStructureHandler
onMessageEnd
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
PlatformException
protected int asIntId(java.lang.String id) throws PlatformException
asIntId
in class com.genesyslab.platform.commons.connection.impl.CommonMessageTransportImpl
PlatformException
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.