class GetValuesAction

Delegates this call to IUIPMListener, by calling it's getValues method.

Public Methods

[more] GetValuesAction(IUIPMListener*uipmListener)
Initialize variables
[more]string execute()
Parse the requestBody and get the response by calling IUIPMListener's getValues() and prepare a response string that will return to URC-HTTP UIPM.


Documentation

Delegates this call to IUIPMListener, by calling it's getValues method. Parse the request and get the response by calling getValues method of IUIPMListener.

o GetValuesAction(IUIPMListener*uipmListener)
Initialize variables

Parameters:
- uipmListener an Object of IUIPMListener

ostring execute()
Parse the requestBody and get the response by calling IUIPMListener's getValues() and prepare a response string that will return to URC-HTTP UIPM.

The requestBody should be like :

<getValues> <get ref="path" /> ... </getValues>

The responseBody will be like :

<values> <value ref=�path�>value <resource /> <resource>resource</resource> <resource localAt=resourceUri /> </value> ... </values>

Returns:
a string value of response


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

Alphabetic index HTML hierarchy of classes or Java



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