Class __Response
Object
|
+--__Response
- class
__Response
Defined in webservice.js
|
Constructor Summary |
__Response
(<Object> xml,<String> message)
Handles the webservice response.
|
|
Method Summary |
Object
|
getParam(<String> name,<String> type)
Gets a response parameter.
|
Object
|
xmlToObject(<Object> node)
Builds an object by parsing the given xml node.
|
params
Object params
__Response
__Response(<Object> xml,<String> message)
Handles the webservice response. One of this will be created for every
call to a webservice operation.
Parameters:
xml - The xml document returned by the webservice.
message - The operation name just being called.
getParam
Object getParam(<String> name,<String> type)
Gets a response parameter.
Parameters:
name - The parameter's name.
type - The parameter's type.
xmlToObject
Object xmlToObject(<Object> node)
Builds an object by parsing the given xml node.
Parameters:
node - The xml node containing the object.
Documentation generated by
JSDoc on Sun Apr 16 18:38:12 2006