Delegates this call to IUIPMListener, by calling it's setValues method.
Delegates this call to IUIPMListener, by calling it's setValues method. Parse the request and get the response by calling setValues method of IUIPMListener.
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>
Alphabetic index HTML hierarchy of classes or Java