Package | Description |
---|---|
com.genesyslab.platform.openmedia.protocol.openmediaattributes |
This package contains the openmediaattributes protocol classes that your applications
can use to communicate with Interaction Server.
|
Modifier and Type | Method | Description |
---|---|---|
static KeyValueCollection |
OpenMediaAttributesBinding.marshal(InteractionAttributes obj) |
|
static KeyValueCollection |
OpenMediaAttributesBinding.marshal(WorkbinStatisticDetails obj) |
|
static KeyValueCollection |
OpenMediaAttributesBinding.marshal(WorkbinTypeDetails obj) |
|
static KeyValueCollection |
OpenMediaAttributesBinding.marshal(java.lang.Object obj) |
Marshal data from object of predefined class to key value collection.
|
static KeyValueCollection |
OpenMediaAttributesBinding.marshal(java.lang.String key,
java.lang.Object obj) |
Marshal data from object of predefined class to key value collection.
|
static java.lang.Object |
OpenMediaAttributesBinding.unmarshal(KeyValueCollection kvlist) |
Actually will be called unmarshal(resolve(kvlist), kvlist).
|
static java.lang.Object |
OpenMediaAttributesBinding.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.