|
pure virtual |
Parse the KMIP request into one or more batch items.
pHeader | [ out ] the header information for an incoming KMIP request message |
pBatchItems | [ out ] an enumerator that contains one or more request message batch items to be processed |
Success | P6R::eOk | |
Failure | P6R::eNoMemory | Insuffficient memory to properly initialize the component |
P6R::eNotInitialized | A successful call to initialize() was not done. | |
P6R::eInvalidArg | pHeader or pBatchItems is NULL |