TIBCO Adapter SDK C++ Reference
|
After creating an MBusinessDocument, applications can use the set() methods to fill in the values.
Parameters | Description |
MClassRegistry* pMCR | Class registry for which this MBusinessDocument is being created. |
const MNode& rSerializedInstance | Previously serialized MBusinessDocument. |
MDataDeserializer* d = 0 | Users should ignore this parameter. This is for internal use by the SDK. |
MBusinessDocument(MClassRegistry* pMCR, const MNode& rSerializedInstance, MDataDeserializer* d = 0);