Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDOMXML::parseMessage ( p6IIoBuffer pMsg)
pure virtual

This method is used for clients that want to parse block oriented (non-streaming) messages into the DOM (e.g., a KMIP message).

The pMsg parameter contains the entire message to parse. When the function returns the parsing is complete.

Parameters
pMsg[ in ] The data buffer in the p6IIoBuffer contains one entire message to parse into a DOM tree.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.