-
public class BranchRemoteInterface.BranchResponseClass for providing result of RESTful operation against Branch Remote server
-
-
Constructor Summary
Constructors Constructor Description BranchRemoteInterface.BranchResponse(String responseData, int responseCode)Creates a BranchResponse object with response data and status code
-
-
-
Constructor Detail
-
BranchRemoteInterface.BranchResponse
BranchRemoteInterface.BranchResponse(String responseData, int responseCode)
Creates a BranchResponse object with response data and status code- Parameters:
responseData- The data returned by branch server.responseCode- Standard Http Response code (rfc2616 http error codes)
-
-