Write thrift interface for GatewayProfileService and generate stubs
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/ce58c98c Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/ce58c98c Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/ce58c98c Branch: refs/heads/user-profile Commit: ce58c98c4b860bf682ca456c94eb7a2eb370eae7 Parents: 5af1acc Author: Gourav Shenoy <[email protected]> Authored: Mon Mar 6 17:42:10 2017 -0500 Committer: Gourav Shenoy <[email protected]> Committed: Mon Mar 6 17:42:10 2017 -0500 ---------------------------------------------------------------------- .../gateway/cpi/GatewayProfileService.java | 6865 ++++++++++++++++++ .../GatewayProfileServiceException.java | 407 ++ .../cpi/profile_gateway_cpiConstants.java | 59 + .../profile/user/cpi/UserProfileService.java | 2 +- .../exception/UserProfileServiceException.java | 2 +- .../profile-gateway/profile-gateway-cpi.thrift | 56 + .../profile_gateway_cpi_errors.thrift | 32 + .../profile-service/profile-service-cpi.thrift | 1 + 8 files changed, 7422 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
