Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPServerParser::parseRequest ( P6KMIP_REQUEST_HEADER pHeader,
p6IKMIPBatchItems **  pBatchItems 
)
pure virtual

Parse the KMIP request into one or more batch items.

Parameters
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
Returns
SuccessP6R::eOk 
FailureP6R::eNoMemoryInsuffficient memory to properly initialize the component
P6R::eNotInitializedA successful call to initialize() was not done.
P6R::eInvalidArgpHeader or pBatchItems is NULL