class SetValuesAction

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

Public Methods

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


Documentation

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

o SetValuesAction(IUIPMListener*uipmListener)
Initialize variables.

Parameters:
- uipmListener an Object of IUIPMListener

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

The requestBody should be like : <setValues> <set ref="varPath">value</set> <invoke ref="cmdPath">invokeMode</invoke> <ack ref="notifyPath" /> <add ref="addPath">initValue</add> <remove ref="removePath" /> </setValues>

The responseBody will be like : <updates> <add ref="addPath" /> <remove ref="removePath" /> <value ref="eltPath">value</value> </updates>

Returns:
a String


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++.