Platform SDK Java 8.5 API Reference

com.genesyslab.platform.contacts.protocol.runtime
Interface CustomMarshaling

All Known Implementing Classes:
AttachmentListCustomMarshaler, AttributeListCustomMarshaler, AttributesListCustomMarshaler, CategoryListCustomMarshaler, ContactDataListCustomMarshaler, ContactInteractionListCustomMarshaler, CustomMarshaler, DatabaseInfoListCustomMarshaler, DeleteAttributesListCustomMarshaler, DocumentListCustomMarshaler, GetMergeDetailCustomMarshaler, IdListCustomMarshaler, IndexListCustomMarshaler, InteractionDataListCustomMarshaler, MergeDataDetailsListCustomMarshaler, PortInfoListCustomMarshaler, SortCriteriaCollectionCustomMarshaler

public interface CustomMarshaling


Field Summary
static int NOT_PROCESSED
           
static int PROCESSED_COMPLETELLY
           
static int PROCESSED_NEED_DEFAULT
           
 
Method Summary
 int marshal(KeyValueCollection outKv, java.lang.String key, java.lang.Object val, KeyValueCollection inKv)
           
 int unmarshal(KeyValueCollection outKv, java.lang.String key, java.lang.Object val, KeyValueCollection inKv)
           
 

Field Detail

PROCESSED_COMPLETELLY

static final int PROCESSED_COMPLETELLY
See Also:
Constant Field Values

PROCESSED_NEED_DEFAULT

static final int PROCESSED_NEED_DEFAULT
See Also:
Constant Field Values

NOT_PROCESSED

static final int NOT_PROCESSED
See Also:
Constant Field Values
Method Detail

marshal

int marshal(KeyValueCollection outKv,
            java.lang.String key,
            java.lang.Object val,
            KeyValueCollection inKv)
            throws ProtocolException
Throws:
ProtocolException

unmarshal

int unmarshal(KeyValueCollection outKv,
              java.lang.String key,
              java.lang.Object val,
              KeyValueCollection inKv)
              throws ProtocolException
Throws:
ProtocolException

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.