Package | Description |
---|---|
com.genesyslab.platform.voice.protocol.previewinteraction |
This package contains the
PreviewInteraction classes that your applications
can use during communication with T-Server, such as
PreviewInteractionAcknowledge. |
Modifier and Type | Method | Description |
---|---|---|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionAcknowledge obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionBody obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionCancel obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionError obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionHeader obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionMessage obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionRequest obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionResponse obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(PreviewInteractionUserData obj) |
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(java.lang.Object obj) |
Marshal data from object of predefined class to key value collection.
|
static KeyValueCollection |
PreviewInteractionBinding.marshal(java.lang.String key,
java.lang.Object obj) |
Marshal data from object of predefined class to key value collection.
|
static java.lang.Object |
PreviewInteractionBinding.unmarshal(KeyValueCollection kvlist) |
Actually will be called unmarshal(resolve(kvlist), kvlist).
|
static java.lang.Object |
PreviewInteractionBinding.unmarshal(java.lang.String className,
KeyValueCollection kvlist) |
Unmarshal data from key value collection to appropriate object of predefined class.
|
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.