public final class BasicResponseXMLDecoder
extends java.lang.Object
Constructor and Description |
---|
BasicResponseXMLDecoder() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
decodeResponse(java.lang.String rawResponse)
Decode the raw data into a key => value structure.
|
public static java.util.Map<java.lang.String,java.lang.String> decodeResponse(java.lang.String rawResponse) throws IPCException
rawResponse
- the raw API responseIPCException
- if it fails to decode the response