public class CallContextFactoryImpl<E> extends Object implements org.talend.esb.auxiliary.storage.common.AuxiliaryObjectFactory<E>
| Constructor and Description |
|---|
CallContextFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentType() |
String |
createObjectKey(E ctxObj) |
String |
marshalObject(E ctx) |
E |
unmarshallObject(String marshalledData) |
public String marshalObject(E ctx)
marshalObject in interface org.talend.esb.auxiliary.storage.common.AuxiliaryObjectFactory<E>public E unmarshallObject(String marshalledData)
unmarshallObject in interface org.talend.esb.auxiliary.storage.common.AuxiliaryObjectFactory<E>public String createObjectKey(E ctxObj)
createObjectKey in interface org.talend.esb.auxiliary.storage.common.AuxiliaryObjectFactory<E>Copyright © 2011–2021 Talend Inc.. All rights reserved.