12 #ifndef DtWwwStateRspMsg_H_
13 #define DtWwwStateRspMsg_H_
34 DtWwwStateRspMsg(
unsigned long handle,
unsigned long responseType,
const MAKRti::DtString& xml,
35 bool replaceExistingNotAppend =
true,
bool isStateFragment =
false,
36 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
40 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
49 virtual unsigned long source()
const;
50 virtual void setSource(
unsigned long connHandle );
53 virtual unsigned long responseType()
const;
54 virtual void setResponseType(
unsigned long responseType );
57 virtual const MAKRti::DtString& payload()
const;
58 virtual void setPayload(
const MAKRti::DtString& xml );
63 virtual bool isReplacementNotAppend()
const;
64 virtual void setIsReplacementNotAppend(
bool replacesExistingState =
true );
69 virtual bool isComplete()
const;
70 virtual void setIsComplete(
bool complete =
true );
81 DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
83 static DtRtiMsg* create(DtBufferPtr buffer = DtUSE_INTERNAL_BUFFER);
99 virtual char* netMsgPayload();
102 virtual int minSize()
const;