|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreviewInteractionBinding.KVBindingException | |
---|---|
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. |
Uses of PreviewInteractionBinding.KVBindingException in com.genesyslab.platform.voice.protocol.previewinteraction |
---|
Methods in com.genesyslab.platform.voice.protocol.previewinteraction that throw PreviewInteractionBinding.KVBindingException | |
---|---|
static KeyValueCollection |
PreviewInteractionBinding.marshal(java.lang.Object obj)
Marshal data from object of predefined class to key value collection. |
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 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. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |