#include <p6kmipserverresponse.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6INT32 | addref (void)=0 |
virtual P6R::P6ERR | generateBatchResponse (P6KMIP_OUTGOING_RESPONSE *pBatch, p6IIoBuffer **pResponse)=0 |
virtual P6R::P6ERR | initialize (P6KMIPRESPFLAGS flags, P6UINT16 protocolVersion, P6UINT8 msgFormat, P6WCHAR *pErrorPath, p6IIoBufferFactory *pPool, p6IIoBufferFactory *pAltMsgPool)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0 |
virtual P6INT32 | release (void)=0 |
virtual P6R::P6ERR | setMsgFormat (P6UINT32 msgFormat)=0 |
virtual P6R::P6ERR | setProtocolVersion (P6UINT16 protocolVersion)=0 |
This interface converts an array of bath item server responses into a KMIP message in any of the 3 supported formats (i.e., TTLV, XML, JSON).
Definition at line 42 of file p6kmipserverresponse.h.