class GetDocumentRequestHandler

Handle the GetDocument request.

Public Methods

[more] GetDocumentRequestHandler(UCH* uch)
Constructor.
[more]string getDocument(string uri, string postData)
Get specified document/resource.


Documentation

Handle the GetDocument request. It gets document/resource from resource server or direct HTTP get/post request depends on request URI and/or postData.

o GetDocumentRequestHandler(UCH* uch)
Constructor. Provide the reference of UCH to local variable.

Parameters:
uch - an Object of UCH

ostring getDocument(string uri, string postData)
Get specified document/resource. It gets document/resource from resource server or direct HTTP get/post request depends on request URI and/or postData.

Parameters:
uri - a String value of document URI
postData - a String value of post data
Returns:
a String data of specified Document


This class has no child classes.
Author:
Parikshit Thakur & Team, Trace R&D Center
Version:
Revision: 1.1

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.