public static class BranchRemoteInterface.BranchResponse
extends java.lang.Object
Class for providing result of RESTful operation against Branch Remote server
| Constructor and Description |
|---|
BranchResponse(java.lang.String responseData,
int responseCode)
Creates a BranchResponse object with response data and status code
|
public BranchResponse(java.lang.String responseData,
int responseCode)
responseData - The data returned by branch server. Nullable in case of errors.(Note :please see BranchRemoteInterface.BranchRemoteException for a better handling of errors)responseCode - Standard Http Response code (rfc2616 http error codes)