Public Types |
typedef std::set
< DtWwwRequestParamXmlBlockSP > | WwwRequestParamXmlBlockSet |
Public Member Functions |
| | DtWwwRequestXmlBlock (DtEnvValueSP existingNode, DtEnvValueSP root) |
| | DtWwwRequestXmlBlock (DtWebSpyUtils::WwwControlMsgCommandId id, unsigned long link, unsigned long connId, unsigned long federationHandle, unsigned long federateHandle, unsigned long requestType, bool proxied, DtEnvValueSP root) |
| virtual | ~DtWwwRequestXmlBlock () |
| virtual DtWwwRequestParamXmlBlockSP | addParameter (const DtString &name, const DtString &val) |
| virtual DtWwwRequestParamXmlBlockSP | removeParameter (const DtString &name) |
| virtual void | removeParameter (DtWwwRequestParamXmlBlockSP paramSP) |
| DtString | getParamValue (const DtString ¶mName) |
| virtual WwwRequestParamXmlBlockSet | params () |
| DtWebSpyUtils::WwwControlMsgCommandId | commandId () |
| unsigned long | componentLink () |
| unsigned long | connectionId () |
| unsigned long | federationHandle () |
| unsigned long | federateHandle () |
| unsigned long | requestType () |
| bool | isProxied () |
Static Public Member Functions |
| static DtSpyXmlBlockSP | create (DtNodeAndParentPair xmlNodeAndParent) |
Protected Attributes |
DtSpyXmlBlockElement< unsigned
long, true > | myRequestId |
DtSpyXmlBlockElement< unsigned
long, true > | myLink |
DtSpyXmlBlockElement< unsigned
long, true > | myConnId |
DtSpyXmlBlockElement< unsigned
long, true > | myFedex |
DtSpyXmlBlockElement< unsigned
long, true > | myFed |
DtSpyXmlBlockElement< unsigned
long, true > | myRequestType |
DtSpyXmlBlockElement< unsigned
int, true > | myProxied |