public class RequestResponseDecorator
extends java.lang.Object
Constructor and Description |
---|
RequestResponseDecorator() |
Modifier and Type | Method and Description |
---|---|
static boolean |
AffixRequestHeaders(JSONObject jsonRequest)
Affix the Headers on the JSON Request
|
static boolean |
AffixResponseHeaders(JSONObject jsonResponse,
JSONObject jsonRequest)
Affix the Headers on the JSON Response
|
public static final boolean AffixRequestHeaders(JSONObject jsonRequest)
jsonRequest
- The JSON Requestpublic static final boolean AffixResponseHeaders(JSONObject jsonResponse, JSONObject jsonRequest)
jsonResponse
- The JSON ResponsejsonRequest
- The JSON Request