OpenRosaResponseParser¶
-
public class
OpenRosaResponseParser¶ Class responsible for parsing CommCareHQ server responses into instances of the
OpenRosaResponseclass.
Methods¶
parseResponse¶
-
public OpenRosaResponse
parseResponse(String response)¶ Parses the given CommCareHQ server response into an instance of the
OpenRosaResponseclass.Parameters: - response – the response to be parsed
Throws: - OpenRosaParserException – if there where problems while parsing the response
Returns: the parsed response