class GetUpdatesAction

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

Public Methods

[more] GetUpdatesAction(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.
[more] ~GetUpdatesAction()
Destructor


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 GetUpdatesAction(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 :

<getUpdates> <get ref="path" /> </getUpdates>

The responseBody will be like : <updates> <value ref="path">value</value> </updates>

Parameters:
sessionId - a String value of sessionId
Returns:
a String Value of response

o ~GetUpdatesAction()
Destructor


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