class CallService::Processor
Public Instance Methods
process_createGroupCallUrl(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 258 def process_createGroupCallUrl(seqid, iprot, oprot) args = read_args(iprot, CreateGroupCallUrl_args) result = CreateGroupCallUrl_result.new() begin result.success = @handler.createGroupCallUrl(args.request) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'createGroupCallUrl', seqid) end
process_deleteGroupCallUrl(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 269 def process_deleteGroupCallUrl(seqid, iprot, oprot) args = read_args(iprot, DeleteGroupCallUrl_args) result = DeleteGroupCallUrl_result.new() @handler.deleteGroupCallUrl(args.request) write_result(result, oprot, 'deleteGroupCallUrl', seqid) end
process_getCallCreditProducts(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 309 def process_getCallCreditProducts(seqid, iprot, oprot) args = read_args(iprot, GetCallCreditProducts_args) result = GetCallCreditProducts_result.new() begin result.success = @handler.getCallCreditProducts(args.appStoreCode, args.pgCode, args.country, args.language) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'getCallCreditProducts', seqid) end
process_getCallCreditPurchaseHistory(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 287 def process_getCallCreditPurchaseHistory(seqid, iprot, oprot) args = read_args(iprot, GetCallCreditPurchaseHistory_args) result = GetCallCreditPurchaseHistory_result.new() begin result.success = @handler.getCallCreditPurchaseHistory(args.request) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'getCallCreditPurchaseHistory', seqid) end
process_getGroupCallUrlInfo(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 225 def process_getGroupCallUrlInfo(seqid, iprot, oprot) args = read_args(iprot, GetGroupCallUrlInfo_args) result = GetGroupCallUrlInfo_result.new() begin result.success = @handler.getGroupCallUrlInfo(args.request) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'getGroupCallUrlInfo', seqid) end
process_getGroupCallUrls(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 236 def process_getGroupCallUrls(seqid, iprot, oprot) args = read_args(iprot, GetGroupCallUrls_args) result = GetGroupCallUrls_result.new() begin result.success = @handler.getGroupCallUrls(args.request) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'getGroupCallUrls', seqid) end
process_getPaidCallBalanceList(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 331 def process_getPaidCallBalanceList(seqid, iprot, oprot) args = read_args(iprot, GetPaidCallBalanceList_args) result = GetPaidCallBalanceList_result.new() begin result.success = @handler.getPaidCallBalanceList(args.language) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'getPaidCallBalanceList', seqid) end
process_getPaidCallMetadata(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 320 def process_getPaidCallMetadata(seqid, iprot, oprot) args = read_args(iprot, GetPaidCallMetadata_args) result = GetPaidCallMetadata_result.new() begin result.success = @handler.getPaidCallMetadata(args.language) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'getPaidCallMetadata', seqid) end
process_joinChatByCallUrl(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 247 def process_joinChatByCallUrl(seqid, iprot, oprot) args = read_args(iprot, JoinChatByCallUrl_args) result = JoinChatByCallUrl_result.new() begin result.success = @handler.joinChatByCallUrl(args.request) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'joinChatByCallUrl', seqid) end
process_lookupPaidCall(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 353 def process_lookupPaidCall(seqid, iprot, oprot) args = read_args(iprot, LookupPaidCall_args) result = LookupPaidCall_result.new() begin result.success = @handler.lookupPaidCall(args.dialedNumber, args.language, args.referer) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'lookupPaidCall', seqid) end
process_redeemPaidCallVoucher(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 298 def process_redeemPaidCallVoucher(seqid, iprot, oprot) args = read_args(iprot, RedeemPaidCallVoucher_args) result = RedeemPaidCallVoucher_result.new() begin result.success = @handler.redeemPaidCallVoucher(args.serial, args.language) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'redeemPaidCallVoucher', seqid) end
process_searchPaidCallUserRate(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 342 def process_searchPaidCallUserRate(seqid, iprot, oprot) args = read_args(iprot, SearchPaidCallUserRate_args) result = SearchPaidCallUserRate_result.new() begin result.success = @handler.searchPaidCallUserRate(args.countryCode, args.language) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'searchPaidCallUserRate', seqid) end
process_updateGroupCallUrl(seqid, iprot, oprot)
click to toggle source
# File lib/linerb/gen-rb/call_service.rb, line 276 def process_updateGroupCallUrl(seqid, iprot, oprot) args = read_args(iprot, UpdateGroupCallUrl_args) result = UpdateGroupCallUrl_result.new() begin result.success = @handler.updateGroupCallUrl(args.request) rescue ::TalkException => e result.e = e end write_result(result, oprot, 'updateGroupCallUrl', seqid) end