Class: Airavata::Processor

Inherits:
BaseAPI::Processor show all
Includes:
Thrift::Processor
Defined in:
lib/airavata.rb

Instance Method Summary collapse

Methods inherited from BaseAPI::Processor

#process_getAPIVersion

Instance Method Details

#process_addCloudJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
# File 'lib/airavata.rb', line 5188

def process_addCloudJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddCloudJobSubmissionDetails_args)
  result = AddCloudJobSubmissionDetails_result.new()
  begin
    result.success = @handler.addCloudJobSubmissionDetails(args.authzToken, args.computeResourceId, args.priorityOrder, args.cloudSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addCloudJobSubmissionDetails', seqid)
end

#process_addGateway(seqid, iprot, oprot) ⇒ Object



3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
# File 'lib/airavata.rb', line 3670

def process_addGateway(seqid, iprot, oprot)
  args = read_args(iprot, AddGateway_args)
  result = AddGateway_result.new()
  begin
    result.success = @handler.addGateway(args.authzToken, args.gateway)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addGateway', seqid)
end

#process_addGatewayComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
# File 'lib/airavata.rb', line 5732

def process_addGatewayComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, AddGatewayComputeResourcePreference_args)
  result = AddGatewayComputeResourcePreference_result.new()
  begin
    result.success = @handler.addGatewayComputeResourcePreference(args.authzToken, args.gatewayID, args.computeResourceId, args.computeResourcePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addGatewayComputeResourcePreference', seqid)
end

#process_addGatewayStoragePreference(seqid, iprot, oprot) ⇒ Object



5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
# File 'lib/airavata.rb', line 5749

def process_addGatewayStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, AddGatewayStoragePreference_args)
  result = AddGatewayStoragePreference_result.new()
  begin
    result.success = @handler.addGatewayStoragePreference(args.authzToken, args.gatewayID, args.storageResourceId, args.storagePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addGatewayStoragePreference', seqid)
end

#process_addGridFTPDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
# File 'lib/airavata.rb', line 5426

def process_addGridFTPDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddGridFTPDataMovementDetails_args)
  result = AddGridFTPDataMovementDetails_result.new()
  begin
    result.success = @handler.addGridFTPDataMovementDetails(args.authzToken, args.productUri, args.dataMoveType, args.priorityOrder, args.gridFTPDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addGridFTPDataMovementDetails', seqid)
end

#process_addLocalDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
# File 'lib/airavata.rb', line 5273

def process_addLocalDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddLocalDataMovementDetails_args)
  result = AddLocalDataMovementDetails_result.new()
  begin
    result.success = @handler.addLocalDataMovementDetails(args.authzToken, args.productUri, args.dataMoveType, args.priorityOrder, args.localDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addLocalDataMovementDetails', seqid)
end

#process_addLocalSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
# File 'lib/airavata.rb', line 5052

def process_addLocalSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddLocalSubmissionDetails_args)
  result = AddLocalSubmissionDetails_result.new()
  begin
    result.success = @handler.addLocalSubmissionDetails(args.authzToken, args.computeResourceId, args.priorityOrder, args.localSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addLocalSubmissionDetails', seqid)
end

#process_addSCPDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
# File 'lib/airavata.rb', line 5324

def process_addSCPDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddSCPDataMovementDetails_args)
  result = AddSCPDataMovementDetails_result.new()
  begin
    result.success = @handler.addSCPDataMovementDetails(args.authzToken, args.productUri, args.dataMoveType, args.priorityOrder, args.scpDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addSCPDataMovementDetails', seqid)
end

#process_addSSHForkJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
# File 'lib/airavata.rb', line 5120

def process_addSSHForkJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddSSHForkJobSubmissionDetails_args)
  result = AddSSHForkJobSubmissionDetails_result.new()
  begin
    result.success = @handler.addSSHForkJobSubmissionDetails(args.authzToken, args.computeResourceId, args.priorityOrder, args.sshJobSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addSSHForkJobSubmissionDetails', seqid)
end

#process_addSSHJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
# File 'lib/airavata.rb', line 5103

def process_addSSHJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddSSHJobSubmissionDetails_args)
  result = AddSSHJobSubmissionDetails_result.new()
  begin
    result.success = @handler.addSSHJobSubmissionDetails(args.authzToken, args.computeResourceId, args.priorityOrder, args.sshJobSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addSSHJobSubmissionDetails', seqid)
end

#process_addUnicoreDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
# File 'lib/airavata.rb', line 5375

def process_addUnicoreDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddUnicoreDataMovementDetails_args)
  result = AddUnicoreDataMovementDetails_result.new()
  begin
    result.success = @handler.addUnicoreDataMovementDetails(args.authzToken, args.productUri, args.dataMoveType, args.priorityOrder, args.unicoreDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addUnicoreDataMovementDetails', seqid)
end

#process_addUNICOREJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
# File 'lib/airavata.rb', line 5154

def process_addUNICOREJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, AddUNICOREJobSubmissionDetails_args)
  result = AddUNICOREJobSubmissionDetails_result.new()
  begin
    result.success = @handler.addUNICOREJobSubmissionDetails(args.authzToken, args.computeResourceId, args.priorityOrder, args.unicoreJobSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addUNICOREJobSubmissionDetails', seqid)
end

#process_addUserComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
# File 'lib/airavata.rb', line 6072

def process_addUserComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, AddUserComputeResourcePreference_args)
  result = AddUserComputeResourcePreference_result.new()
  begin
    result.success = @handler.addUserComputeResourcePreference(args.authzToken, args.userId, args.gatewayID, args.userComputeResourceId, args.userComputeResourcePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addUserComputeResourcePreference', seqid)
end

#process_addUserStoragePreference(seqid, iprot, oprot) ⇒ Object



6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
# File 'lib/airavata.rb', line 6089

def process_addUserStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, AddUserStoragePreference_args)
  result = AddUserStoragePreference_result.new()
  begin
    result.success = @handler.addUserStoragePreference(args.authzToken, args.userId, args.gatewayID, args.userStorageResourceId, args.userStoragePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'addUserStoragePreference', seqid)
end

#process_changeDataMovementPriorities(seqid, iprot, oprot) ⇒ Object



5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
# File 'lib/airavata.rb', line 5528

def process_changeDataMovementPriorities(seqid, iprot, oprot)
  args = read_args(iprot, ChangeDataMovementPriorities_args)
  result = ChangeDataMovementPriorities_result.new()
  begin
    result.success = @handler.changeDataMovementPriorities(args.authzToken, args.dataMovementPriorityMap)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'changeDataMovementPriorities', seqid)
end

#process_changeDataMovementPriority(seqid, iprot, oprot) ⇒ Object



5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
# File 'lib/airavata.rb', line 5494

def process_changeDataMovementPriority(seqid, iprot, oprot)
  args = read_args(iprot, ChangeDataMovementPriority_args)
  result = ChangeDataMovementPriority_result.new()
  begin
    result.success = @handler.changeDataMovementPriority(args.authzToken, args.dataMovementInterfaceId, args.newPriorityOrder)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'changeDataMovementPriority', seqid)
end

#process_changeJobSubmissionPriorities(seqid, iprot, oprot) ⇒ Object



5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
# File 'lib/airavata.rb', line 5511

def process_changeJobSubmissionPriorities(seqid, iprot, oprot)
  args = read_args(iprot, ChangeJobSubmissionPriorities_args)
  result = ChangeJobSubmissionPriorities_result.new()
  begin
    result.success = @handler.changeJobSubmissionPriorities(args.authzToken, args.jobSubmissionPriorityMap)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'changeJobSubmissionPriorities', seqid)
end

#process_changeJobSubmissionPriority(seqid, iprot, oprot) ⇒ Object



5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
# File 'lib/airavata.rb', line 5477

def process_changeJobSubmissionPriority(seqid, iprot, oprot)
  args = read_args(iprot, ChangeJobSubmissionPriority_args)
  result = ChangeJobSubmissionPriority_result.new()
  begin
    result.success = @handler.changeJobSubmissionPriority(args.authzToken, args.jobSubmissionInterfaceId, args.newPriorityOrder)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'changeJobSubmissionPriority', seqid)
end

#process_cloneApplicationInterface(seqid, iprot, oprot) ⇒ Object



4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
# File 'lib/airavata.rb', line 4729

def process_cloneApplicationInterface(seqid, iprot, oprot)
  args = read_args(iprot, CloneApplicationInterface_args)
  result = CloneApplicationInterface_result.new()
  begin
    result.success = @handler.cloneApplicationInterface(args.authzToken, args.existingAppInterfaceID, args.newApplicationName, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'cloneApplicationInterface', seqid)
end

#process_cloneExperiment(seqid, iprot, oprot) ⇒ Object



4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
# File 'lib/airavata.rb', line 4413

def process_cloneExperiment(seqid, iprot, oprot)
  args = read_args(iprot, CloneExperiment_args)
  result = CloneExperiment_result.new()
  begin
    result.success = @handler.cloneExperiment(args.authzToken, args.existingExperimentID, args.newExperimentName, args.newExperimentProjectId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  rescue ::ProjectNotFoundException => pnfe
    result.pnfe = pnfe
  end
  write_result(result, oprot, 'cloneExperiment', seqid)
end

#process_cloneExperimentByAdmin(seqid, iprot, oprot) ⇒ Object



4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
# File 'lib/airavata.rb', line 4434

def process_cloneExperimentByAdmin(seqid, iprot, oprot)
  args = read_args(iprot, CloneExperimentByAdmin_args)
  result = CloneExperimentByAdmin_result.new()
  begin
    result.success = @handler.cloneExperimentByAdmin(args.authzToken, args.existingExperimentID, args.newExperimentName, args.newExperimentProjectId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  rescue ::ProjectNotFoundException => pnfe
    result.pnfe = pnfe
  end
  write_result(result, oprot, 'cloneExperimentByAdmin', seqid)
end

#process_createExperiment(seqid, iprot, oprot) ⇒ Object



4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
# File 'lib/airavata.rb', line 4148

def process_createExperiment(seqid, iprot, oprot)
  args = read_args(iprot, CreateExperiment_args)
  result = CreateExperiment_result.new()
  begin
    result.success = @handler.createExperiment(args.authzToken, args.gatewayId, args.experiment)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'createExperiment', seqid)
end

#process_createGroupResourceProfile(seqid, iprot, oprot) ⇒ Object



6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
# File 'lib/airavata.rb', line 6514

def process_createGroupResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, CreateGroupResourceProfile_args)
  result = CreateGroupResourceProfile_result.new()
  begin
    result.success = @handler.createGroupResourceProfile(args.authzToken, args.groupResourceProfile)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'createGroupResourceProfile', seqid)
end

#process_createNotification(seqid, iprot, oprot) ⇒ Object



3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
# File 'lib/airavata.rb', line 3789

def process_createNotification(seqid, iprot, oprot)
  args = read_args(iprot, CreateNotification_args)
  result = CreateNotification_result.new()
  begin
    result.success = @handler.createNotification(args.authzToken, args.notification)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'createNotification', seqid)
end

#process_createProject(seqid, iprot, oprot) ⇒ Object



3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
# File 'lib/airavata.rb', line 3970

def process_createProject(seqid, iprot, oprot)
  args = read_args(iprot, CreateProject_args)
  result = CreateProject_result.new()
  begin
    result.success = @handler.createProject(args.authzToken, args.gatewayId, args.project)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'createProject', seqid)
end

#process_deleteApplicationDeployment(seqid, iprot, oprot) ⇒ Object



4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
# File 'lib/airavata.rb', line 4627

def process_deleteApplicationDeployment(seqid, iprot, oprot)
  args = read_args(iprot, DeleteApplicationDeployment_args)
  result = DeleteApplicationDeployment_result.new()
  begin
    result.success = @handler.deleteApplicationDeployment(args.authzToken, args.appDeploymentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteApplicationDeployment', seqid)
end

#process_deleteApplicationInterface(seqid, iprot, oprot) ⇒ Object



4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
# File 'lib/airavata.rb', line 4780

def process_deleteApplicationInterface(seqid, iprot, oprot)
  args = read_args(iprot, DeleteApplicationInterface_args)
  result = DeleteApplicationInterface_result.new()
  begin
    result.success = @handler.deleteApplicationInterface(args.authzToken, args.appInterfaceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteApplicationInterface', seqid)
end

#process_deleteApplicationModule(seqid, iprot, oprot) ⇒ Object



4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/airavata.rb', line 4559

def process_deleteApplicationModule(seqid, iprot, oprot)
  args = read_args(iprot, DeleteApplicationModule_args)
  result = DeleteApplicationModule_result.new()
  begin
    result.success = @handler.deleteApplicationModule(args.authzToken, args.appModuleId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteApplicationModule', seqid)
end

#process_deleteBatchQueue(seqid, iprot, oprot) ⇒ Object



5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'lib/airavata.rb', line 5647

def process_deleteBatchQueue(seqid, iprot, oprot)
  args = read_args(iprot, DeleteBatchQueue_args)
  result = DeleteBatchQueue_result.new()
  begin
    result.success = @handler.deleteBatchQueue(args.authzToken, args.computeResourceId, args.queueName)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteBatchQueue', seqid)
end

#process_deleteComputeResource(seqid, iprot, oprot) ⇒ Object



4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
# File 'lib/airavata.rb', line 4950

def process_deleteComputeResource(seqid, iprot, oprot)
  args = read_args(iprot, DeleteComputeResource_args)
  result = DeleteComputeResource_result.new()
  begin
    result.success = @handler.deleteComputeResource(args.authzToken, args.computeResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteComputeResource', seqid)
end

#process_deleteDataMovementInterface(seqid, iprot, oprot) ⇒ Object



5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
# File 'lib/airavata.rb', line 5562

def process_deleteDataMovementInterface(seqid, iprot, oprot)
  args = read_args(iprot, DeleteDataMovementInterface_args)
  result = DeleteDataMovementInterface_result.new()
  begin
    result.success = @handler.deleteDataMovementInterface(args.authzToken, args.productUri, args.dataMovementInterfaceId, args.dataMoveType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteDataMovementInterface', seqid)
end

#process_deleteExperiment(seqid, iprot, oprot) ⇒ Object



4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
# File 'lib/airavata.rb', line 4165

def process_deleteExperiment(seqid, iprot, oprot)
  args = read_args(iprot, DeleteExperiment_args)
  result = DeleteExperiment_result.new()
  begin
    result.success = @handler.deleteExperiment(args.authzToken, args.experimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteExperiment', seqid)
end

#process_deleteGateway(seqid, iprot, oprot) ⇒ Object



3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
# File 'lib/airavata.rb', line 3738

def process_deleteGateway(seqid, iprot, oprot)
  args = read_args(iprot, DeleteGateway_args)
  result = DeleteGateway_result.new()
  begin
    result.success = @handler.deleteGateway(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteGateway', seqid)
end

#process_deleteGatewayComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
# File 'lib/airavata.rb', line 5885

def process_deleteGatewayComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, DeleteGatewayComputeResourcePreference_args)
  result = DeleteGatewayComputeResourcePreference_result.new()
  begin
    result.success = @handler.deleteGatewayComputeResourcePreference(args.authzToken, args.gatewayID, args.computeResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteGatewayComputeResourcePreference', seqid)
end

#process_deleteGatewayResourceProfile(seqid, iprot, oprot) ⇒ Object



5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
# File 'lib/airavata.rb', line 5715

def process_deleteGatewayResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, DeleteGatewayResourceProfile_args)
  result = DeleteGatewayResourceProfile_result.new()
  begin
    result.success = @handler.deleteGatewayResourceProfile(args.authzToken, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteGatewayResourceProfile', seqid)
end

#process_deleteGatewayStoragePreference(seqid, iprot, oprot) ⇒ Object



5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
# File 'lib/airavata.rb', line 5902

def process_deleteGatewayStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, DeleteGatewayStoragePreference_args)
  result = DeleteGatewayStoragePreference_result.new()
  begin
    result.success = @handler.deleteGatewayStoragePreference(args.authzToken, args.gatewayID, args.storageId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteGatewayStoragePreference', seqid)
end

#process_deleteJobSubmissionInterface(seqid, iprot, oprot) ⇒ Object



5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
# File 'lib/airavata.rb', line 5545

def process_deleteJobSubmissionInterface(seqid, iprot, oprot)
  args = read_args(iprot, DeleteJobSubmissionInterface_args)
  result = DeleteJobSubmissionInterface_result.new()
  begin
    result.success = @handler.deleteJobSubmissionInterface(args.authzToken, args.computeResourceId, args.jobSubmissionInterfaceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteJobSubmissionInterface', seqid)
end

#process_deleteNotification(seqid, iprot, oprot) ⇒ Object



3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
# File 'lib/airavata.rb', line 3823

def process_deleteNotification(seqid, iprot, oprot)
  args = read_args(iprot, DeleteNotification_args)
  result = DeleteNotification_result.new()
  begin
    result.success = @handler.deleteNotification(args.authzToken, args.gatewayId, args.notificationId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteNotification', seqid)
end

#process_deleteProject(seqid, iprot, oprot) ⇒ Object



4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
# File 'lib/airavata.rb', line 4025

def process_deleteProject(seqid, iprot, oprot)
  args = read_args(iprot, DeleteProject_args)
  result = DeleteProject_result.new()
  begin
    result.success = @handler.deleteProject(args.authzToken, args.projectId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::ProjectNotFoundException => pnfe
    result.pnfe = pnfe
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteProject', seqid)
end

#process_deletePWDCredential(seqid, iprot, oprot) ⇒ Object



3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
# File 'lib/airavata.rb', line 3953

def process_deletePWDCredential(seqid, iprot, oprot)
  args = read_args(iprot, DeletePWDCredential_args)
  result = DeletePWDCredential_result.new()
  begin
    result.success = @handler.deletePWDCredential(args.authzToken, args.airavataCredStoreToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deletePWDCredential', seqid)
end

#process_deleteResourceJobManager(seqid, iprot, oprot) ⇒ Object



5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
# File 'lib/airavata.rb', line 5630

def process_deleteResourceJobManager(seqid, iprot, oprot)
  args = read_args(iprot, DeleteResourceJobManager_args)
  result = DeleteResourceJobManager_result.new()
  begin
    result.success = @handler.deleteResourceJobManager(args.authzToken, args.resourceJobManagerId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteResourceJobManager', seqid)
end

#process_deleteSSHPubKey(seqid, iprot, oprot) ⇒ Object



3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
# File 'lib/airavata.rb', line 3936

def process_deleteSSHPubKey(seqid, iprot, oprot)
  args = read_args(iprot, DeleteSSHPubKey_args)
  result = DeleteSSHPubKey_result.new()
  begin
    result.success = @handler.deleteSSHPubKey(args.authzToken, args.airavataCredStoreToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteSSHPubKey', seqid)
end

#process_deleteStorageResource(seqid, iprot, oprot) ⇒ Object



5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/airavata.rb', line 5035

def process_deleteStorageResource(seqid, iprot, oprot)
  args = read_args(iprot, DeleteStorageResource_args)
  result = DeleteStorageResource_result.new()
  begin
    result.success = @handler.deleteStorageResource(args.authzToken, args.storageResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteStorageResource', seqid)
end

#process_deleteUserComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
# File 'lib/airavata.rb', line 6225

def process_deleteUserComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, DeleteUserComputeResourcePreference_args)
  result = DeleteUserComputeResourcePreference_result.new()
  begin
    result.success = @handler.deleteUserComputeResourcePreference(args.authzToken, args.userId, args.gatewayID, args.userComputeResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteUserComputeResourcePreference', seqid)
end

#process_deleteUserResourceProfile(seqid, iprot, oprot) ⇒ Object



6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
# File 'lib/airavata.rb', line 6055

def process_deleteUserResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, DeleteUserResourceProfile_args)
  result = DeleteUserResourceProfile_result.new()
  begin
    result.success = @handler.deleteUserResourceProfile(args.authzToken, args.userId, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteUserResourceProfile', seqid)
end

#process_deleteUserStoragePreference(seqid, iprot, oprot) ⇒ Object



6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253
6254
6255
6256
6257
# File 'lib/airavata.rb', line 6242

def process_deleteUserStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, DeleteUserStoragePreference_args)
  result = DeleteUserStoragePreference_result.new()
  begin
    result.success = @handler.deleteUserStoragePreference(args.authzToken, args.userId, args.gatewayID, args.userStorageId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'deleteUserStoragePreference', seqid)
end

#process_doesUserHaveSSHAccount(seqid, iprot, oprot) ⇒ Object



5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
# File 'lib/airavata.rb', line 5936

def process_doesUserHaveSSHAccount(seqid, iprot, oprot)
  args = read_args(iprot, DoesUserHaveSSHAccount_args)
  result = DoesUserHaveSSHAccount_result.new()
  begin
    result.success = @handler.doesUserHaveSSHAccount(args.authzToken, args.computeResourceId, args.userId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'doesUserHaveSSHAccount', seqid)
end

#process_generateAndRegisterSSHKeys(seqid, iprot, oprot) ⇒ Object



3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
# File 'lib/airavata.rb', line 3874

def process_generateAndRegisterSSHKeys(seqid, iprot, oprot)
  args = read_args(iprot, GenerateAndRegisterSSHKeys_args)
  result = GenerateAndRegisterSSHKeys_result.new()
  begin
    result.success = @handler.generateAndRegisterSSHKeys(args.authzToken, args.description)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  end
  write_result(result, oprot, 'generateAndRegisterSSHKeys', seqid)
end

#process_getAccessibleApplicationDeployments(seqid, iprot, oprot) ⇒ Object



4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
# File 'lib/airavata.rb', line 4661

def process_getAccessibleApplicationDeployments(seqid, iprot, oprot)
  args = read_args(iprot, GetAccessibleApplicationDeployments_args)
  result = GetAccessibleApplicationDeployments_result.new()
  begin
    result.success = @handler.getAccessibleApplicationDeployments(args.authzToken, args.gatewayId, args.permissionType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAccessibleApplicationDeployments', seqid)
end

#process_getAccessibleAppModules(seqid, iprot, oprot) ⇒ Object



4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
# File 'lib/airavata.rb', line 4542

def process_getAccessibleAppModules(seqid, iprot, oprot)
  args = read_args(iprot, GetAccessibleAppModules_args)
  result = GetAccessibleAppModules_result.new()
  begin
    result.success = @handler.getAccessibleAppModules(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAccessibleAppModules', seqid)
end

#process_getAllAccessibleGroups(seqid, iprot, oprot) ⇒ Object



6446
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456
6457
6458
6459
6460
6461
# File 'lib/airavata.rb', line 6446

def process_getAllAccessibleGroups(seqid, iprot, oprot)
  args = read_args(iprot, GetAllAccessibleGroups_args)
  result = GetAllAccessibleGroups_result.new()
  begin
    result.success = @handler.getAllAccessibleGroups(args.authzToken, args.resourceId, args.permissionType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllAccessibleGroups', seqid)
end

#process_getAllAccessibleUsers(seqid, iprot, oprot) ⇒ Object



6429
6430
6431
6432
6433
6434
6435
6436
6437
6438
6439
6440
6441
6442
6443
6444
# File 'lib/airavata.rb', line 6429

def process_getAllAccessibleUsers(seqid, iprot, oprot)
  args = read_args(iprot, GetAllAccessibleUsers_args)
  result = GetAllAccessibleUsers_result.new()
  begin
    result.success = @handler.getAllAccessibleUsers(args.authzToken, args.resourceId, args.permissionType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllAccessibleUsers', seqid)
end

#process_getAllApplicationDeployments(seqid, iprot, oprot) ⇒ Object



4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
# File 'lib/airavata.rb', line 4644

def process_getAllApplicationDeployments(seqid, iprot, oprot)
  args = read_args(iprot, GetAllApplicationDeployments_args)
  result = GetAllApplicationDeployments_result.new()
  begin
    result.success = @handler.getAllApplicationDeployments(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllApplicationDeployments', seqid)
end

#process_getAllApplicationInterfaceNames(seqid, iprot, oprot) ⇒ Object



4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
# File 'lib/airavata.rb', line 4797

def process_getAllApplicationInterfaceNames(seqid, iprot, oprot)
  args = read_args(iprot, GetAllApplicationInterfaceNames_args)
  result = GetAllApplicationInterfaceNames_result.new()
  begin
    result.success = @handler.getAllApplicationInterfaceNames(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllApplicationInterfaceNames', seqid)
end

#process_getAllApplicationInterfaces(seqid, iprot, oprot) ⇒ Object



4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
# File 'lib/airavata.rb', line 4814

def process_getAllApplicationInterfaces(seqid, iprot, oprot)
  args = read_args(iprot, GetAllApplicationInterfaces_args)
  result = GetAllApplicationInterfaces_result.new()
  begin
    result.success = @handler.getAllApplicationInterfaces(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllApplicationInterfaces', seqid)
end

#process_getAllAppModules(seqid, iprot, oprot) ⇒ Object



4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
# File 'lib/airavata.rb', line 4525

def process_getAllAppModules(seqid, iprot, oprot)
  args = read_args(iprot, GetAllAppModules_args)
  result = GetAllAppModules_result.new()
  begin
    result.success = @handler.getAllAppModules(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllAppModules', seqid)
end

#process_getAllComputeResourceNames(seqid, iprot, oprot) ⇒ Object



4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
# File 'lib/airavata.rb', line 4916

def process_getAllComputeResourceNames(seqid, iprot, oprot)
  args = read_args(iprot, GetAllComputeResourceNames_args)
  result = GetAllComputeResourceNames_result.new()
  begin
    result.success = @handler.getAllComputeResourceNames(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllComputeResourceNames', seqid)
end

#process_getAllCredentialSummaries(seqid, iprot, oprot) ⇒ Object



3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
# File 'lib/airavata.rb', line 3921

def process_getAllCredentialSummaries(seqid, iprot, oprot)
  args = read_args(iprot, GetAllCredentialSummaries_args)
  result = GetAllCredentialSummaries_result.new()
  begin
    result.success = @handler.getAllCredentialSummaries(args.authzToken, args.type)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  end
  write_result(result, oprot, 'getAllCredentialSummaries', seqid)
end

#process_getAllDirectlyAccessibleGroups(seqid, iprot, oprot) ⇒ Object



6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
# File 'lib/airavata.rb', line 6480

def process_getAllDirectlyAccessibleGroups(seqid, iprot, oprot)
  args = read_args(iprot, GetAllDirectlyAccessibleGroups_args)
  result = GetAllDirectlyAccessibleGroups_result.new()
  begin
    result.success = @handler.getAllDirectlyAccessibleGroups(args.authzToken, args.resourceId, args.permissionType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllDirectlyAccessibleGroups', seqid)
end

#process_getAllDirectlyAccessibleUsers(seqid, iprot, oprot) ⇒ Object



6463
6464
6465
6466
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
# File 'lib/airavata.rb', line 6463

def process_getAllDirectlyAccessibleUsers(seqid, iprot, oprot)
  args = read_args(iprot, GetAllDirectlyAccessibleUsers_args)
  result = GetAllDirectlyAccessibleUsers_result.new()
  begin
    result.success = @handler.getAllDirectlyAccessibleUsers(args.authzToken, args.resourceId, args.permissionType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllDirectlyAccessibleUsers', seqid)
end

#process_getAllGatewayComputeResourcePreferences(seqid, iprot, oprot) ⇒ Object



5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/airavata.rb', line 5800

def process_getAllGatewayComputeResourcePreferences(seqid, iprot, oprot)
  args = read_args(iprot, GetAllGatewayComputeResourcePreferences_args)
  result = GetAllGatewayComputeResourcePreferences_result.new()
  begin
    result.success = @handler.getAllGatewayComputeResourcePreferences(args.authzToken, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllGatewayComputeResourcePreferences', seqid)
end

#process_getAllGatewayResourceProfiles(seqid, iprot, oprot) ⇒ Object



5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
# File 'lib/airavata.rb', line 5834

def process_getAllGatewayResourceProfiles(seqid, iprot, oprot)
  args = read_args(iprot, GetAllGatewayResourceProfiles_args)
  result = GetAllGatewayResourceProfiles_result.new()
  begin
    result.success = @handler.getAllGatewayResourceProfiles(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllGatewayResourceProfiles', seqid)
end

#process_getAllGateways(seqid, iprot, oprot) ⇒ Object



3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
# File 'lib/airavata.rb', line 3755

def process_getAllGateways(seqid, iprot, oprot)
  args = read_args(iprot, GetAllGateways_args)
  result = GetAllGateways_result.new()
  begin
    result.success = @handler.getAllGateways(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllGateways', seqid)
end

#process_getAllGatewayStoragePreferences(seqid, iprot, oprot) ⇒ Object



5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
# File 'lib/airavata.rb', line 5817

def process_getAllGatewayStoragePreferences(seqid, iprot, oprot)
  args = read_args(iprot, GetAllGatewayStoragePreferences_args)
  result = GetAllGatewayStoragePreferences_result.new()
  begin
    result.success = @handler.getAllGatewayStoragePreferences(args.authzToken, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllGatewayStoragePreferences', seqid)
end

#process_getAllNotifications(seqid, iprot, oprot) ⇒ Object



3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
# File 'lib/airavata.rb', line 3857

def process_getAllNotifications(seqid, iprot, oprot)
  args = read_args(iprot, GetAllNotifications_args)
  result = GetAllNotifications_result.new()
  begin
    result.success = @handler.getAllNotifications(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllNotifications', seqid)
end

#process_getAllStorageResourceNames(seqid, iprot, oprot) ⇒ Object



5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
# File 'lib/airavata.rb', line 5001

def process_getAllStorageResourceNames(seqid, iprot, oprot)
  args = read_args(iprot, GetAllStorageResourceNames_args)
  result = GetAllStorageResourceNames_result.new()
  begin
    result.success = @handler.getAllStorageResourceNames(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllStorageResourceNames', seqid)
end

#process_getAllUserComputeResourcePreferences(seqid, iprot, oprot) ⇒ Object



6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
# File 'lib/airavata.rb', line 6140

def process_getAllUserComputeResourcePreferences(seqid, iprot, oprot)
  args = read_args(iprot, GetAllUserComputeResourcePreferences_args)
  result = GetAllUserComputeResourcePreferences_result.new()
  begin
    result.success = @handler.getAllUserComputeResourcePreferences(args.authzToken, args.userId, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllUserComputeResourcePreferences', seqid)
end

#process_getAllUserResourceProfiles(seqid, iprot, oprot) ⇒ Object



6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
# File 'lib/airavata.rb', line 6174

def process_getAllUserResourceProfiles(seqid, iprot, oprot)
  args = read_args(iprot, GetAllUserResourceProfiles_args)
  result = GetAllUserResourceProfiles_result.new()
  begin
    result.success = @handler.getAllUserResourceProfiles(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllUserResourceProfiles', seqid)
end

#process_getAllUsersInGateway(seqid, iprot, oprot) ⇒ Object



3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'lib/airavata.rb', line 3687

def process_getAllUsersInGateway(seqid, iprot, oprot)
  args = read_args(iprot, GetAllUsersInGateway_args)
  result = GetAllUsersInGateway_result.new()
  begin
    result.success = @handler.getAllUsersInGateway(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllUsersInGateway', seqid)
end

#process_getAllUserStoragePreferences(seqid, iprot, oprot) ⇒ Object



6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171
6172
# File 'lib/airavata.rb', line 6157

def process_getAllUserStoragePreferences(seqid, iprot, oprot)
  args = read_args(iprot, GetAllUserStoragePreferences_args)
  result = GetAllUserStoragePreferences_result.new()
  begin
    result.success = @handler.getAllUserStoragePreferences(args.authzToken, args.userId, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAllUserStoragePreferences', seqid)
end

#process_getApplicationDeployment(seqid, iprot, oprot) ⇒ Object



4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'lib/airavata.rb', line 4593

def process_getApplicationDeployment(seqid, iprot, oprot)
  args = read_args(iprot, GetApplicationDeployment_args)
  result = GetApplicationDeployment_result.new()
  begin
    result.success = @handler.getApplicationDeployment(args.authzToken, args.appDeploymentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getApplicationDeployment', seqid)
end

#process_getApplicationDeploymentsForAppModuleAndGroupResourceProfile(seqid, iprot, oprot) ⇒ Object



4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
# File 'lib/airavata.rb', line 4695

def process_getApplicationDeploymentsForAppModuleAndGroupResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, GetApplicationDeploymentsForAppModuleAndGroupResourceProfile_args)
  result = GetApplicationDeploymentsForAppModuleAndGroupResourceProfile_result.new()
  begin
    result.success = @handler.getApplicationDeploymentsForAppModuleAndGroupResourceProfile(args.authzToken, args.appModuleId, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getApplicationDeploymentsForAppModuleAndGroupResourceProfile', seqid)
end

#process_getApplicationInputs(seqid, iprot, oprot) ⇒ Object



4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
# File 'lib/airavata.rb', line 4831

def process_getApplicationInputs(seqid, iprot, oprot)
  args = read_args(iprot, GetApplicationInputs_args)
  result = GetApplicationInputs_result.new()
  begin
    result.success = @handler.getApplicationInputs(args.authzToken, args.appInterfaceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getApplicationInputs', seqid)
end

#process_getApplicationInterface(seqid, iprot, oprot) ⇒ Object



4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
# File 'lib/airavata.rb', line 4746

def process_getApplicationInterface(seqid, iprot, oprot)
  args = read_args(iprot, GetApplicationInterface_args)
  result = GetApplicationInterface_result.new()
  begin
    result.success = @handler.getApplicationInterface(args.authzToken, args.appInterfaceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getApplicationInterface', seqid)
end

#process_getApplicationModule(seqid, iprot, oprot) ⇒ Object



4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
# File 'lib/airavata.rb', line 4491

def process_getApplicationModule(seqid, iprot, oprot)
  args = read_args(iprot, GetApplicationModule_args)
  result = GetApplicationModule_result.new()
  begin
    result.success = @handler.getApplicationModule(args.authzToken, args.appModuleId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getApplicationModule', seqid)
end

#process_getApplicationOutputs(seqid, iprot, oprot) ⇒ Object



4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
# File 'lib/airavata.rb', line 4848

def process_getApplicationOutputs(seqid, iprot, oprot)
  args = read_args(iprot, GetApplicationOutputs_args)
  result = GetApplicationOutputs_result.new()
  begin
    result.success = @handler.getApplicationOutputs(args.authzToken, args.appInterfaceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getApplicationOutputs', seqid)
end

#process_getAppModuleDeployedResources(seqid, iprot, oprot) ⇒ Object



4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
# File 'lib/airavata.rb', line 4678

def process_getAppModuleDeployedResources(seqid, iprot, oprot)
  args = read_args(iprot, GetAppModuleDeployedResources_args)
  result = GetAppModuleDeployedResources_result.new()
  begin
    result.success = @handler.getAppModuleDeployedResources(args.authzToken, args.appModuleId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAppModuleDeployedResources', seqid)
end

#process_getAvailableAppInterfaceComputeResources(seqid, iprot, oprot) ⇒ Object



4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
# File 'lib/airavata.rb', line 4865

def process_getAvailableAppInterfaceComputeResources(seqid, iprot, oprot)
  args = read_args(iprot, GetAvailableAppInterfaceComputeResources_args)
  result = GetAvailableAppInterfaceComputeResources_result.new()
  begin
    result.success = @handler.getAvailableAppInterfaceComputeResources(args.authzToken, args.appInterfaceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getAvailableAppInterfaceComputeResources', seqid)
end

#process_getBatchQueueResourcePolicy(seqid, iprot, oprot) ⇒ Object



6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
# File 'lib/airavata.rb', line 6684

def process_getBatchQueueResourcePolicy(seqid, iprot, oprot)
  args = read_args(iprot, GetBatchQueueResourcePolicy_args)
  result = GetBatchQueueResourcePolicy_result.new()
  begin
    result.success = @handler.getBatchQueueResourcePolicy(args.authzToken, args.resourcePolicyId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getBatchQueueResourcePolicy', seqid)
end

#process_getChildDataProducts(seqid, iprot, oprot) ⇒ Object



6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
# File 'lib/airavata.rb', line 6344

def process_getChildDataProducts(seqid, iprot, oprot)
  args = read_args(iprot, GetChildDataProducts_args)
  result = GetChildDataProducts_result.new()
  begin
    result.success = @handler.getChildDataProducts(args.authzToken, args.productUri)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getChildDataProducts', seqid)
end

#process_getCloudJobSubmission(seqid, iprot, oprot) ⇒ Object



5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
# File 'lib/airavata.rb', line 5205

def process_getCloudJobSubmission(seqid, iprot, oprot)
  args = read_args(iprot, GetCloudJobSubmission_args)
  result = GetCloudJobSubmission_result.new()
  begin
    result.success = @handler.getCloudJobSubmission(args.authzToken, args.jobSubmissionId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getCloudJobSubmission', seqid)
end

#process_getComputeResource(seqid, iprot, oprot) ⇒ Object



4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
# File 'lib/airavata.rb', line 4899

def process_getComputeResource(seqid, iprot, oprot)
  args = read_args(iprot, GetComputeResource_args)
  result = GetComputeResource_result.new()
  begin
    result.success = @handler.getComputeResource(args.authzToken, args.computeResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getComputeResource', seqid)
end

#process_getCredentialSummary(seqid, iprot, oprot) ⇒ Object



3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
# File 'lib/airavata.rb', line 3904

def process_getCredentialSummary(seqid, iprot, oprot)
  args = read_args(iprot, GetCredentialSummary_args)
  result = GetCredentialSummary_result.new()
  begin
    result.success = @handler.getCredentialSummary(args.authzToken, args.tokenId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getCredentialSummary', seqid)
end

#process_getDataProduct(seqid, iprot, oprot) ⇒ Object



6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307
6308
# File 'lib/airavata.rb', line 6293

def process_getDataProduct(seqid, iprot, oprot)
  args = read_args(iprot, GetDataProduct_args)
  result = GetDataProduct_result.new()
  begin
    result.success = @handler.getDataProduct(args.authzToken, args.dataProductUri)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getDataProduct', seqid)
end

#process_getDetailedExperimentTree(seqid, iprot, oprot) ⇒ Object



4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
# File 'lib/airavata.rb', line 4220

def process_getDetailedExperimentTree(seqid, iprot, oprot)
  args = read_args(iprot, GetDetailedExperimentTree_args)
  result = GetDetailedExperimentTree_result.new()
  begin
    result.success = @handler.getDetailedExperimentTree(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getDetailedExperimentTree', seqid)
end

#process_getExperiment(seqid, iprot, oprot) ⇒ Object



4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'lib/airavata.rb', line 4182

def process_getExperiment(seqid, iprot, oprot)
  args = read_args(iprot, GetExperiment_args)
  result = GetExperiment_result.new()
  begin
    result.success = @handler.getExperiment(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getExperiment', seqid)
end

#process_getExperimentByAdmin(seqid, iprot, oprot) ⇒ Object



4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
# File 'lib/airavata.rb', line 4201

def process_getExperimentByAdmin(seqid, iprot, oprot)
  args = read_args(iprot, GetExperimentByAdmin_args)
  result = GetExperimentByAdmin_result.new()
  begin
    result.success = @handler.getExperimentByAdmin(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getExperimentByAdmin', seqid)
end

#process_getExperimentOutputs(seqid, iprot, oprot) ⇒ Object



4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
# File 'lib/airavata.rb', line 4337

def process_getExperimentOutputs(seqid, iprot, oprot)
  args = read_args(iprot, GetExperimentOutputs_args)
  result = GetExperimentOutputs_result.new()
  begin
    result.success = @handler.getExperimentOutputs(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getExperimentOutputs', seqid)
end

#process_getExperimentsInProject(seqid, iprot, oprot) ⇒ Object



4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
# File 'lib/airavata.rb', line 4112

def process_getExperimentsInProject(seqid, iprot, oprot)
  args = read_args(iprot, GetExperimentsInProject_args)
  result = GetExperimentsInProject_result.new()
  begin
    result.success = @handler.getExperimentsInProject(args.authzToken, args.projectId, args.limit, args.offset)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::ProjectNotFoundException => pnfe
    result.pnfe = pnfe
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getExperimentsInProject', seqid)
end

#process_getExperimentStatistics(seqid, iprot, oprot) ⇒ Object



4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
# File 'lib/airavata.rb', line 4095

def process_getExperimentStatistics(seqid, iprot, oprot)
  args = read_args(iprot, GetExperimentStatistics_args)
  result = GetExperimentStatistics_result.new()
  begin
    result.success = @handler.getExperimentStatistics(args.authzToken, args.gatewayId, args.fromTime, args.toTime, args.userName, args.applicationName, args.resourceHostName)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getExperimentStatistics', seqid)
end

#process_getExperimentStatus(seqid, iprot, oprot) ⇒ Object



4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
# File 'lib/airavata.rb', line 4318

def process_getExperimentStatus(seqid, iprot, oprot)
  args = read_args(iprot, GetExperimentStatus_args)
  result = GetExperimentStatus_result.new()
  begin
    result.success = @handler.getExperimentStatus(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getExperimentStatus', seqid)
end

#process_getGateway(seqid, iprot, oprot) ⇒ Object



3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
# File 'lib/airavata.rb', line 3721

def process_getGateway(seqid, iprot, oprot)
  args = read_args(iprot, GetGateway_args)
  result = GetGateway_result.new()
  begin
    result.success = @handler.getGateway(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGateway', seqid)
end

#process_getGatewayComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
# File 'lib/airavata.rb', line 5766

def process_getGatewayComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, GetGatewayComputeResourcePreference_args)
  result = GetGatewayComputeResourcePreference_result.new()
  begin
    result.success = @handler.getGatewayComputeResourcePreference(args.authzToken, args.gatewayID, args.computeResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGatewayComputeResourcePreference', seqid)
end

#process_getGatewayGroups(seqid, iprot, oprot) ⇒ Object



6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
# File 'lib/airavata.rb', line 6752

def process_getGatewayGroups(seqid, iprot, oprot)
  args = read_args(iprot, GetGatewayGroups_args)
  result = GetGatewayGroups_result.new()
  begin
    result.success = @handler.getGatewayGroups(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGatewayGroups', seqid)
end

#process_getGatewayResourceProfile(seqid, iprot, oprot) ⇒ Object



5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
# File 'lib/airavata.rb', line 5681

def process_getGatewayResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, GetGatewayResourceProfile_args)
  result = GetGatewayResourceProfile_result.new()
  begin
    result.success = @handler.getGatewayResourceProfile(args.authzToken, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGatewayResourceProfile', seqid)
end

#process_getGatewayStoragePreference(seqid, iprot, oprot) ⇒ Object



5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
# File 'lib/airavata.rb', line 5783

def process_getGatewayStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, GetGatewayStoragePreference_args)
  result = GetGatewayStoragePreference_result.new()
  begin
    result.success = @handler.getGatewayStoragePreference(args.authzToken, args.gatewayID, args.storageResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGatewayStoragePreference', seqid)
end

#process_getGridFTPDataMovement(seqid, iprot, oprot) ⇒ Object



5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
# File 'lib/airavata.rb', line 5460

def process_getGridFTPDataMovement(seqid, iprot, oprot)
  args = read_args(iprot, GetGridFTPDataMovement_args)
  result = GetGridFTPDataMovement_result.new()
  begin
    result.success = @handler.getGridFTPDataMovement(args.authzToken, args.dataMovementId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGridFTPDataMovement', seqid)
end

#process_getGroupBatchQueueResourcePolicyList(seqid, iprot, oprot) ⇒ Object



6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
# File 'lib/airavata.rb', line 6718

def process_getGroupBatchQueueResourcePolicyList(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupBatchQueueResourcePolicyList_args)
  result = GetGroupBatchQueueResourcePolicyList_result.new()
  begin
    result.success = @handler.getGroupBatchQueueResourcePolicyList(args.authzToken, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupBatchQueueResourcePolicyList', seqid)
end

#process_getGroupComputeResourcePolicy(seqid, iprot, oprot) ⇒ Object



6667
6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
# File 'lib/airavata.rb', line 6667

def process_getGroupComputeResourcePolicy(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupComputeResourcePolicy_args)
  result = GetGroupComputeResourcePolicy_result.new()
  begin
    result.success = @handler.getGroupComputeResourcePolicy(args.authzToken, args.resourcePolicyId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupComputeResourcePolicy', seqid)
end

#process_getGroupComputeResourcePolicyList(seqid, iprot, oprot) ⇒ Object



6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'lib/airavata.rb', line 6735

def process_getGroupComputeResourcePolicyList(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupComputeResourcePolicyList_args)
  result = GetGroupComputeResourcePolicyList_result.new()
  begin
    result.success = @handler.getGroupComputeResourcePolicyList(args.authzToken, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupComputeResourcePolicyList', seqid)
end

#process_getGroupComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
6665
# File 'lib/airavata.rb', line 6650

def process_getGroupComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupComputeResourcePreference_args)
  result = GetGroupComputeResourcePreference_result.new()
  begin
    result.success = @handler.getGroupComputeResourcePreference(args.authzToken, args.computeResourceId, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupComputeResourcePreference', seqid)
end

#process_getGroupComputeResourcePrefList(seqid, iprot, oprot) ⇒ Object



6701
6702
6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
# File 'lib/airavata.rb', line 6701

def process_getGroupComputeResourcePrefList(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupComputeResourcePrefList_args)
  result = GetGroupComputeResourcePrefList_result.new()
  begin
    result.success = @handler.getGroupComputeResourcePrefList(args.authzToken, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupComputeResourcePrefList', seqid)
end

#process_getGroupResourceList(seqid, iprot, oprot) ⇒ Object



6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
# File 'lib/airavata.rb', line 6582

def process_getGroupResourceList(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupResourceList_args)
  result = GetGroupResourceList_result.new()
  begin
    result.success = @handler.getGroupResourceList(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupResourceList', seqid)
end

#process_getGroupResourceProfile(seqid, iprot, oprot) ⇒ Object



6548
6549
6550
6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
6562
6563
# File 'lib/airavata.rb', line 6548

def process_getGroupResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, GetGroupResourceProfile_args)
  result = GetGroupResourceProfile_result.new()
  begin
    result.success = @handler.getGroupResourceProfile(args.authzToken, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getGroupResourceProfile', seqid)
end

#process_getIntermediateOutputs(seqid, iprot, oprot) ⇒ Object



4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
# File 'lib/airavata.rb', line 4356

def process_getIntermediateOutputs(seqid, iprot, oprot)
  args = read_args(iprot, GetIntermediateOutputs_args)
  result = GetIntermediateOutputs_result.new()
  begin
    result.success = @handler.getIntermediateOutputs(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getIntermediateOutputs', seqid)
end

#process_getJobDetails(seqid, iprot, oprot) ⇒ Object



4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
# File 'lib/airavata.rb', line 4394

def process_getJobDetails(seqid, iprot, oprot)
  args = read_args(iprot, GetJobDetails_args)
  result = GetJobDetails_result.new()
  begin
    result.success = @handler.getJobDetails(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getJobDetails', seqid)
end

#process_getJobStatuses(seqid, iprot, oprot) ⇒ Object



4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
# File 'lib/airavata.rb', line 4375

def process_getJobStatuses(seqid, iprot, oprot)
  args = read_args(iprot, GetJobStatuses_args)
  result = GetJobStatuses_result.new()
  begin
    result.success = @handler.getJobStatuses(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getJobStatuses', seqid)
end

#process_getLatestQueueStatuses(seqid, iprot, oprot) ⇒ Object



6259
6260
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274
# File 'lib/airavata.rb', line 6259

def process_getLatestQueueStatuses(seqid, iprot, oprot)
  args = read_args(iprot, GetLatestQueueStatuses_args)
  result = GetLatestQueueStatuses_result.new()
  begin
    result.success = @handler.getLatestQueueStatuses(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getLatestQueueStatuses', seqid)
end

#process_getLocalDataMovement(seqid, iprot, oprot) ⇒ Object



5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
# File 'lib/airavata.rb', line 5307

def process_getLocalDataMovement(seqid, iprot, oprot)
  args = read_args(iprot, GetLocalDataMovement_args)
  result = GetLocalDataMovement_result.new()
  begin
    result.success = @handler.getLocalDataMovement(args.authzToken, args.dataMovementId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getLocalDataMovement', seqid)
end

#process_getLocalJobSubmission(seqid, iprot, oprot) ⇒ Object



5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
# File 'lib/airavata.rb', line 5086

def process_getLocalJobSubmission(seqid, iprot, oprot)
  args = read_args(iprot, GetLocalJobSubmission_args)
  result = GetLocalJobSubmission_result.new()
  begin
    result.success = @handler.getLocalJobSubmission(args.authzToken, args.jobSubmissionId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getLocalJobSubmission', seqid)
end

#process_getNotification(seqid, iprot, oprot) ⇒ Object



3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
# File 'lib/airavata.rb', line 3840

def process_getNotification(seqid, iprot, oprot)
  args = read_args(iprot, GetNotification_args)
  result = GetNotification_result.new()
  begin
    result.success = @handler.getNotification(args.authzToken, args.gatewayId, args.notificationId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getNotification', seqid)
end

#process_getParentDataProduct(seqid, iprot, oprot) ⇒ Object



6327
6328
6329
6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
# File 'lib/airavata.rb', line 6327

def process_getParentDataProduct(seqid, iprot, oprot)
  args = read_args(iprot, GetParentDataProduct_args)
  result = GetParentDataProduct_result.new()
  begin
    result.success = @handler.getParentDataProduct(args.authzToken, args.productUri)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getParentDataProduct', seqid)
end

#process_getParser(seqid, iprot, oprot) ⇒ Object



6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
# File 'lib/airavata.rb', line 6769

def process_getParser(seqid, iprot, oprot)
  args = read_args(iprot, GetParser_args)
  result = GetParser_result.new()
  begin
    result.success = @handler.getParser(args.authzToken, args.parserId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getParser', seqid)
end

#process_getParsingTemplate(seqid, iprot, oprot) ⇒ Object



6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
# File 'lib/airavata.rb', line 6837

def process_getParsingTemplate(seqid, iprot, oprot)
  args = read_args(iprot, GetParsingTemplate_args)
  result = GetParsingTemplate_result.new()
  begin
    result.success = @handler.getParsingTemplate(args.authzToken, args.templateId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getParsingTemplate', seqid)
end

#process_getParsingTemplatesForExperiment(seqid, iprot, oprot) ⇒ Object



6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
# File 'lib/airavata.rb', line 6854

def process_getParsingTemplatesForExperiment(seqid, iprot, oprot)
  args = read_args(iprot, GetParsingTemplatesForExperiment_args)
  result = GetParsingTemplatesForExperiment_result.new()
  begin
    result.success = @handler.getParsingTemplatesForExperiment(args.authzToken, args.experimentId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getParsingTemplatesForExperiment', seqid)
end

#process_getProject(seqid, iprot, oprot) ⇒ Object



4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
# File 'lib/airavata.rb', line 4006

def process_getProject(seqid, iprot, oprot)
  args = read_args(iprot, GetProject_args)
  result = GetProject_result.new()
  begin
    result.success = @handler.getProject(args.authzToken, args.projectId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::ProjectNotFoundException => pnfe
    result.pnfe = pnfe
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getProject', seqid)
end

#process_getResourceJobManager(seqid, iprot, oprot) ⇒ Object



5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
# File 'lib/airavata.rb', line 5613

def process_getResourceJobManager(seqid, iprot, oprot)
  args = read_args(iprot, GetResourceJobManager_args)
  result = GetResourceJobManager_result.new()
  begin
    result.success = @handler.getResourceJobManager(args.authzToken, args.resourceJobManagerId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getResourceJobManager', seqid)
end

#process_getSCPDataMovement(seqid, iprot, oprot) ⇒ Object



5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
# File 'lib/airavata.rb', line 5358

def process_getSCPDataMovement(seqid, iprot, oprot)
  args = read_args(iprot, GetSCPDataMovement_args)
  result = GetSCPDataMovement_result.new()
  begin
    result.success = @handler.getSCPDataMovement(args.authzToken, args.dataMovementId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getSCPDataMovement', seqid)
end

#process_getSSHAccountProvisioners(seqid, iprot, oprot) ⇒ Object



5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
# File 'lib/airavata.rb', line 5919

def process_getSSHAccountProvisioners(seqid, iprot, oprot)
  args = read_args(iprot, GetSSHAccountProvisioners_args)
  result = GetSSHAccountProvisioners_result.new()
  begin
    result.success = @handler.getSSHAccountProvisioners(args.authzToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getSSHAccountProvisioners', seqid)
end

#process_getSSHJobSubmission(seqid, iprot, oprot) ⇒ Object



5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
# File 'lib/airavata.rb', line 5137

def process_getSSHJobSubmission(seqid, iprot, oprot)
  args = read_args(iprot, GetSSHJobSubmission_args)
  result = GetSSHJobSubmission_result.new()
  begin
    result.success = @handler.getSSHJobSubmission(args.authzToken, args.jobSubmissionId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getSSHJobSubmission', seqid)
end

#process_getStorageResource(seqid, iprot, oprot) ⇒ Object



4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/airavata.rb', line 4984

def process_getStorageResource(seqid, iprot, oprot)
  args = read_args(iprot, GetStorageResource_args)
  result = GetStorageResource_result.new()
  begin
    result.success = @handler.getStorageResource(args.authzToken, args.storageResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getStorageResource', seqid)
end

#process_getUnicoreDataMovement(seqid, iprot, oprot) ⇒ Object



5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
# File 'lib/airavata.rb', line 5409

def process_getUnicoreDataMovement(seqid, iprot, oprot)
  args = read_args(iprot, GetUnicoreDataMovement_args)
  result = GetUnicoreDataMovement_result.new()
  begin
    result.success = @handler.getUnicoreDataMovement(args.authzToken, args.dataMovementId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUnicoreDataMovement', seqid)
end

#process_getUnicoreJobSubmission(seqid, iprot, oprot) ⇒ Object



5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
# File 'lib/airavata.rb', line 5171

def process_getUnicoreJobSubmission(seqid, iprot, oprot)
  args = read_args(iprot, GetUnicoreJobSubmission_args)
  result = GetUnicoreJobSubmission_result.new()
  begin
    result.success = @handler.getUnicoreJobSubmission(args.authzToken, args.jobSubmissionId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUnicoreJobSubmission', seqid)
end

#process_getUserComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
# File 'lib/airavata.rb', line 6106

def process_getUserComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, GetUserComputeResourcePreference_args)
  result = GetUserComputeResourcePreference_result.new()
  begin
    result.success = @handler.getUserComputeResourcePreference(args.authzToken, args.userId, args.gatewayID, args.userComputeResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUserComputeResourcePreference', seqid)
end

#process_getUserExperiments(seqid, iprot, oprot) ⇒ Object



4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
# File 'lib/airavata.rb', line 4131

def process_getUserExperiments(seqid, iprot, oprot)
  args = read_args(iprot, GetUserExperiments_args)
  result = GetUserExperiments_result.new()
  begin
    result.success = @handler.getUserExperiments(args.authzToken, args.gatewayId, args.userName, args.limit, args.offset)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUserExperiments', seqid)
end

#process_getUserProjects(seqid, iprot, oprot) ⇒ Object



4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'lib/airavata.rb', line 4044

def process_getUserProjects(seqid, iprot, oprot)
  args = read_args(iprot, GetUserProjects_args)
  result = GetUserProjects_result.new()
  begin
    result.success = @handler.getUserProjects(args.authzToken, args.gatewayId, args.userName, args.limit, args.offset)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUserProjects', seqid)
end

#process_getUserResourceProfile(seqid, iprot, oprot) ⇒ Object



6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
# File 'lib/airavata.rb', line 6021

def process_getUserResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, GetUserResourceProfile_args)
  result = GetUserResourceProfile_result.new()
  begin
    result.success = @handler.getUserResourceProfile(args.authzToken, args.userId, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUserResourceProfile', seqid)
end

#process_getUserStoragePreference(seqid, iprot, oprot) ⇒ Object



6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
# File 'lib/airavata.rb', line 6123

def process_getUserStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, GetUserStoragePreference_args)
  result = GetUserStoragePreference_result.new()
  begin
    result.success = @handler.getUserStoragePreference(args.authzToken, args.userId, args.gatewayID, args.userStorageResourceId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'getUserStoragePreference', seqid)
end

#process_isGatewayExist(seqid, iprot, oprot) ⇒ Object



3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'lib/airavata.rb', line 3772

def process_isGatewayExist(seqid, iprot, oprot)
  args = read_args(iprot, IsGatewayExist_args)
  result = IsGatewayExist_result.new()
  begin
    result.success = @handler.isGatewayExist(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'isGatewayExist', seqid)
end

#process_isSSHSetupCompleteForUserComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
# File 'lib/airavata.rb', line 5953

def process_isSSHSetupCompleteForUserComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, IsSSHSetupCompleteForUserComputeResourcePreference_args)
  result = IsSSHSetupCompleteForUserComputeResourcePreference_result.new()
  begin
    result.success = @handler.isSSHSetupCompleteForUserComputeResourcePreference(args.authzToken, args.computeResourceId, args.airavataCredStoreToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'isSSHSetupCompleteForUserComputeResourcePreference', seqid)
end

#process_isUserExists(seqid, iprot, oprot) ⇒ Object



3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
# File 'lib/airavata.rb', line 3653

def process_isUserExists(seqid, iprot, oprot)
  args = read_args(iprot, IsUserExists_args)
  result = IsUserExists_result.new()
  begin
    result.success = @handler.isUserExists(args.authzToken, args.gatewayId, args.userName)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'isUserExists', seqid)
end

#process_isUserResourceProfileExists(seqid, iprot, oprot) ⇒ Object



6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
# File 'lib/airavata.rb', line 6004

def process_isUserResourceProfileExists(seqid, iprot, oprot)
  args = read_args(iprot, IsUserResourceProfileExists_args)
  result = IsUserResourceProfileExists_result.new()
  begin
    result.success = @handler.isUserResourceProfileExists(args.authzToken, args.userId, args.gatewayID)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'isUserResourceProfileExists', seqid)
end

#process_launchExperiment(seqid, iprot, oprot) ⇒ Object



4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
# File 'lib/airavata.rb', line 4299

def process_launchExperiment(seqid, iprot, oprot)
  args = read_args(iprot, LaunchExperiment_args)
  result = LaunchExperiment_result.new()
  begin
    @handler.launchExperiment(args.authzToken, args.airavataExperimentId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'launchExperiment', seqid)
end

#process_listAllParsers(seqid, iprot, oprot) ⇒ Object



6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
# File 'lib/airavata.rb', line 6803

def process_listAllParsers(seqid, iprot, oprot)
  args = read_args(iprot, ListAllParsers_args)
  result = ListAllParsers_result.new()
  begin
    result.success = @handler.listAllParsers(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'listAllParsers', seqid)
end

#process_listAllParsingTemplates(seqid, iprot, oprot) ⇒ Object



6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
# File 'lib/airavata.rb', line 6905

def process_listAllParsingTemplates(seqid, iprot, oprot)
  args = read_args(iprot, ListAllParsingTemplates_args)
  result = ListAllParsingTemplates_result.new()
  begin
    result.success = @handler.listAllParsingTemplates(args.authzToken, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'listAllParsingTemplates', seqid)
end

#process_registerApplicationDeployment(seqid, iprot, oprot) ⇒ Object



4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
# File 'lib/airavata.rb', line 4576

def process_registerApplicationDeployment(seqid, iprot, oprot)
  args = read_args(iprot, RegisterApplicationDeployment_args)
  result = RegisterApplicationDeployment_result.new()
  begin
    result.success = @handler.registerApplicationDeployment(args.authzToken, args.gatewayId, args.applicationDeployment)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerApplicationDeployment', seqid)
end

#process_registerApplicationInterface(seqid, iprot, oprot) ⇒ Object



4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
# File 'lib/airavata.rb', line 4712

def process_registerApplicationInterface(seqid, iprot, oprot)
  args = read_args(iprot, RegisterApplicationInterface_args)
  result = RegisterApplicationInterface_result.new()
  begin
    result.success = @handler.registerApplicationInterface(args.authzToken, args.gatewayId, args.applicationInterface)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerApplicationInterface', seqid)
end

#process_registerApplicationModule(seqid, iprot, oprot) ⇒ Object



4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
# File 'lib/airavata.rb', line 4474

def process_registerApplicationModule(seqid, iprot, oprot)
  args = read_args(iprot, RegisterApplicationModule_args)
  result = RegisterApplicationModule_result.new()
  begin
    result.success = @handler.registerApplicationModule(args.authzToken, args.gatewayId, args.applicationModule)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerApplicationModule', seqid)
end

#process_registerComputeResource(seqid, iprot, oprot) ⇒ Object



4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
# File 'lib/airavata.rb', line 4882

def process_registerComputeResource(seqid, iprot, oprot)
  args = read_args(iprot, RegisterComputeResource_args)
  result = RegisterComputeResource_result.new()
  begin
    result.success = @handler.registerComputeResource(args.authzToken, args.computeResourceDescription)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerComputeResource', seqid)
end

#process_registerDataProduct(seqid, iprot, oprot) ⇒ Object



6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
# File 'lib/airavata.rb', line 6276

def process_registerDataProduct(seqid, iprot, oprot)
  args = read_args(iprot, RegisterDataProduct_args)
  result = RegisterDataProduct_result.new()
  begin
    result.success = @handler.registerDataProduct(args.authzToken, args.dataProductModel)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerDataProduct', seqid)
end

#process_registerGatewayResourceProfile(seqid, iprot, oprot) ⇒ Object



5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
# File 'lib/airavata.rb', line 5664

def process_registerGatewayResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, RegisterGatewayResourceProfile_args)
  result = RegisterGatewayResourceProfile_result.new()
  begin
    result.success = @handler.registerGatewayResourceProfile(args.authzToken, args.gatewayResourceProfile)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerGatewayResourceProfile', seqid)
end

#process_registerPwdCredential(seqid, iprot, oprot) ⇒ Object



3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
# File 'lib/airavata.rb', line 3889

def process_registerPwdCredential(seqid, iprot, oprot)
  args = read_args(iprot, RegisterPwdCredential_args)
  result = RegisterPwdCredential_result.new()
  begin
    result.success = @handler.registerPwdCredential(args.authzToken, args.loginUserName, args.password, args.description)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  end
  write_result(result, oprot, 'registerPwdCredential', seqid)
end

#process_registerReplicaLocation(seqid, iprot, oprot) ⇒ Object



6310
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/airavata.rb', line 6310

def process_registerReplicaLocation(seqid, iprot, oprot)
  args = read_args(iprot, RegisterReplicaLocation_args)
  result = RegisterReplicaLocation_result.new()
  begin
    result.success = @handler.registerReplicaLocation(args.authzToken, args.replicaLocationModel)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerReplicaLocation', seqid)
end

#process_registerResourceJobManager(seqid, iprot, oprot) ⇒ Object



5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
# File 'lib/airavata.rb', line 5579

def process_registerResourceJobManager(seqid, iprot, oprot)
  args = read_args(iprot, RegisterResourceJobManager_args)
  result = RegisterResourceJobManager_result.new()
  begin
    result.success = @handler.registerResourceJobManager(args.authzToken, args.resourceJobManager)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerResourceJobManager', seqid)
end

#process_registerStorageResource(seqid, iprot, oprot) ⇒ Object



4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
# File 'lib/airavata.rb', line 4967

def process_registerStorageResource(seqid, iprot, oprot)
  args = read_args(iprot, RegisterStorageResource_args)
  result = RegisterStorageResource_result.new()
  begin
    result.success = @handler.registerStorageResource(args.authzToken, args.storageResourceDescription)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerStorageResource', seqid)
end

#process_registerUserResourceProfile(seqid, iprot, oprot) ⇒ Object



5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
# File 'lib/airavata.rb', line 5987

def process_registerUserResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, RegisterUserResourceProfile_args)
  result = RegisterUserResourceProfile_result.new()
  begin
    result.success = @handler.registerUserResourceProfile(args.authzToken, args.userResourceProfile)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'registerUserResourceProfile', seqid)
end

#process_removeGroupBatchQueueResourcePolicy(seqid, iprot, oprot) ⇒ Object



6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
# File 'lib/airavata.rb', line 6633

def process_removeGroupBatchQueueResourcePolicy(seqid, iprot, oprot)
  args = read_args(iprot, RemoveGroupBatchQueueResourcePolicy_args)
  result = RemoveGroupBatchQueueResourcePolicy_result.new()
  begin
    result.success = @handler.removeGroupBatchQueueResourcePolicy(args.authzToken, args.resourcePolicyId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'removeGroupBatchQueueResourcePolicy', seqid)
end

#process_removeGroupComputePrefs(seqid, iprot, oprot) ⇒ Object



6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
# File 'lib/airavata.rb', line 6599

def process_removeGroupComputePrefs(seqid, iprot, oprot)
  args = read_args(iprot, RemoveGroupComputePrefs_args)
  result = RemoveGroupComputePrefs_result.new()
  begin
    result.success = @handler.removeGroupComputePrefs(args.authzToken, args.computeResourceId, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'removeGroupComputePrefs', seqid)
end

#process_removeGroupComputeResourcePolicy(seqid, iprot, oprot) ⇒ Object



6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
# File 'lib/airavata.rb', line 6616

def process_removeGroupComputeResourcePolicy(seqid, iprot, oprot)
  args = read_args(iprot, RemoveGroupComputeResourcePolicy_args)
  result = RemoveGroupComputeResourcePolicy_result.new()
  begin
    result.success = @handler.removeGroupComputeResourcePolicy(args.authzToken, args.resourcePolicyId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'removeGroupComputeResourcePolicy', seqid)
end

#process_removeGroupResourceProfile(seqid, iprot, oprot) ⇒ Object



6565
6566
6567
6568
6569
6570
6571
6572
6573
6574
6575
6576
6577
6578
6579
6580
# File 'lib/airavata.rb', line 6565

def process_removeGroupResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, RemoveGroupResourceProfile_args)
  result = RemoveGroupResourceProfile_result.new()
  begin
    result.success = @handler.removeGroupResourceProfile(args.authzToken, args.groupResourceProfileId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'removeGroupResourceProfile', seqid)
end

#process_removeParser(seqid, iprot, oprot) ⇒ Object



6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
# File 'lib/airavata.rb', line 6820

def process_removeParser(seqid, iprot, oprot)
  args = read_args(iprot, RemoveParser_args)
  result = RemoveParser_result.new()
  begin
    result.success = @handler.removeParser(args.authzToken, args.parserId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'removeParser', seqid)
end

#process_removeParsingTemplate(seqid, iprot, oprot) ⇒ Object



6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
# File 'lib/airavata.rb', line 6888

def process_removeParsingTemplate(seqid, iprot, oprot)
  args = read_args(iprot, RemoveParsingTemplate_args)
  result = RemoveParsingTemplate_result.new()
  begin
    result.success = @handler.removeParsingTemplate(args.authzToken, args.templateId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'removeParsingTemplate', seqid)
end

#process_revokeSharingOfResourceFromGroups(seqid, iprot, oprot) ⇒ Object



6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427
# File 'lib/airavata.rb', line 6412

def process_revokeSharingOfResourceFromGroups(seqid, iprot, oprot)
  args = read_args(iprot, RevokeSharingOfResourceFromGroups_args)
  result = RevokeSharingOfResourceFromGroups_result.new()
  begin
    result.success = @handler.revokeSharingOfResourceFromGroups(args.authzToken, args.resourceId, args.groupPermissionList)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'revokeSharingOfResourceFromGroups', seqid)
end

#process_revokeSharingOfResourceFromUsers(seqid, iprot, oprot) ⇒ Object



6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
# File 'lib/airavata.rb', line 6395

def process_revokeSharingOfResourceFromUsers(seqid, iprot, oprot)
  args = read_args(iprot, RevokeSharingOfResourceFromUsers_args)
  result = RevokeSharingOfResourceFromUsers_result.new()
  begin
    result.success = @handler.revokeSharingOfResourceFromUsers(args.authzToken, args.resourceId, args.userPermissionList)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'revokeSharingOfResourceFromUsers', seqid)
end

#process_saveParser(seqid, iprot, oprot) ⇒ Object



6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
# File 'lib/airavata.rb', line 6786

def process_saveParser(seqid, iprot, oprot)
  args = read_args(iprot, SaveParser_args)
  result = SaveParser_result.new()
  begin
    result.success = @handler.saveParser(args.authzToken, args.parser)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'saveParser', seqid)
end

#process_saveParsingTemplate(seqid, iprot, oprot) ⇒ Object



6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
# File 'lib/airavata.rb', line 6871

def process_saveParsingTemplate(seqid, iprot, oprot)
  args = read_args(iprot, SaveParsingTemplate_args)
  result = SaveParsingTemplate_result.new()
  begin
    result.success = @handler.saveParsingTemplate(args.authzToken, args.parsingTemplate)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'saveParsingTemplate', seqid)
end

#process_searchExperiments(seqid, iprot, oprot) ⇒ Object



4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
# File 'lib/airavata.rb', line 4078

def process_searchExperiments(seqid, iprot, oprot)
  args = read_args(iprot, SearchExperiments_args)
  result = SearchExperiments_result.new()
  begin
    result.success = @handler.searchExperiments(args.authzToken, args.gatewayId, args.userName, args.filters, args.limit, args.offset)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'searchExperiments', seqid)
end

#process_searchProjects(seqid, iprot, oprot) ⇒ Object



4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
# File 'lib/airavata.rb', line 4061

def process_searchProjects(seqid, iprot, oprot)
  args = read_args(iprot, SearchProjects_args)
  result = SearchProjects_result.new()
  begin
    result.success = @handler.searchProjects(args.authzToken, args.gatewayId, args.userName, args.filters, args.limit, args.offset)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'searchProjects', seqid)
end

#process_setupUserComputeResourcePreferencesForSSH(seqid, iprot, oprot) ⇒ Object



5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
# File 'lib/airavata.rb', line 5970

def process_setupUserComputeResourcePreferencesForSSH(seqid, iprot, oprot)
  args = read_args(iprot, SetupUserComputeResourcePreferencesForSSH_args)
  result = SetupUserComputeResourcePreferencesForSSH_result.new()
  begin
    result.success = @handler.setupUserComputeResourcePreferencesForSSH(args.authzToken, args.computeResourceId, args.userId, args.airavataCredStoreToken)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'setupUserComputeResourcePreferencesForSSH', seqid)
end

#process_shareResourceWithGroups(seqid, iprot, oprot) ⇒ Object



6378
6379
6380
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
# File 'lib/airavata.rb', line 6378

def process_shareResourceWithGroups(seqid, iprot, oprot)
  args = read_args(iprot, ShareResourceWithGroups_args)
  result = ShareResourceWithGroups_result.new()
  begin
    result.success = @handler.shareResourceWithGroups(args.authzToken, args.resourceId, args.groupPermissionList)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'shareResourceWithGroups', seqid)
end

#process_shareResourceWithUsers(seqid, iprot, oprot) ⇒ Object



6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375
6376
# File 'lib/airavata.rb', line 6361

def process_shareResourceWithUsers(seqid, iprot, oprot)
  args = read_args(iprot, ShareResourceWithUsers_args)
  result = ShareResourceWithUsers_result.new()
  begin
    result.success = @handler.shareResourceWithUsers(args.authzToken, args.resourceId, args.userPermissionList)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'shareResourceWithUsers', seqid)
end

#process_terminateExperiment(seqid, iprot, oprot) ⇒ Object



4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
# File 'lib/airavata.rb', line 4455

def process_terminateExperiment(seqid, iprot, oprot)
  args = read_args(iprot, TerminateExperiment_args)
  result = TerminateExperiment_result.new()
  begin
    @handler.terminateExperiment(args.authzToken, args.airavataExperimentId, args.gatewayId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'terminateExperiment', seqid)
end

#process_updateApplicationDeployment(seqid, iprot, oprot) ⇒ Object



4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
# File 'lib/airavata.rb', line 4610

def process_updateApplicationDeployment(seqid, iprot, oprot)
  args = read_args(iprot, UpdateApplicationDeployment_args)
  result = UpdateApplicationDeployment_result.new()
  begin
    result.success = @handler.updateApplicationDeployment(args.authzToken, args.appDeploymentId, args.applicationDeployment)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateApplicationDeployment', seqid)
end

#process_updateApplicationInterface(seqid, iprot, oprot) ⇒ Object



4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
# File 'lib/airavata.rb', line 4763

def process_updateApplicationInterface(seqid, iprot, oprot)
  args = read_args(iprot, UpdateApplicationInterface_args)
  result = UpdateApplicationInterface_result.new()
  begin
    result.success = @handler.updateApplicationInterface(args.authzToken, args.appInterfaceId, args.applicationInterface)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateApplicationInterface', seqid)
end

#process_updateApplicationModule(seqid, iprot, oprot) ⇒ Object



4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
# File 'lib/airavata.rb', line 4508

def process_updateApplicationModule(seqid, iprot, oprot)
  args = read_args(iprot, UpdateApplicationModule_args)
  result = UpdateApplicationModule_result.new()
  begin
    result.success = @handler.updateApplicationModule(args.authzToken, args.appModuleId, args.applicationModule)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateApplicationModule', seqid)
end

#process_updateCloudJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
# File 'lib/airavata.rb', line 5239

def process_updateCloudJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateCloudJobSubmissionDetails_args)
  result = UpdateCloudJobSubmissionDetails_result.new()
  begin
    result.success = @handler.updateCloudJobSubmissionDetails(args.authzToken, args.jobSubmissionInterfaceId, args.sshJobSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateCloudJobSubmissionDetails', seqid)
end

#process_updateComputeResource(seqid, iprot, oprot) ⇒ Object



4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
# File 'lib/airavata.rb', line 4933

def process_updateComputeResource(seqid, iprot, oprot)
  args = read_args(iprot, UpdateComputeResource_args)
  result = UpdateComputeResource_result.new()
  begin
    result.success = @handler.updateComputeResource(args.authzToken, args.computeResourceId, args.computeResourceDescription)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateComputeResource', seqid)
end

#process_updateExperiment(seqid, iprot, oprot) ⇒ Object



4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
# File 'lib/airavata.rb', line 4239

def process_updateExperiment(seqid, iprot, oprot)
  args = read_args(iprot, UpdateExperiment_args)
  result = UpdateExperiment_result.new()
  begin
    @handler.updateExperiment(args.authzToken, args.airavataExperimentId, args.experiment)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateExperiment', seqid)
end

#process_updateExperimentConfiguration(seqid, iprot, oprot) ⇒ Object



4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
# File 'lib/airavata.rb', line 4258

def process_updateExperimentConfiguration(seqid, iprot, oprot)
  args = read_args(iprot, UpdateExperimentConfiguration_args)
  result = UpdateExperimentConfiguration_result.new()
  begin
    @handler.updateExperimentConfiguration(args.authzToken, args.airavataExperimentId, args.userConfiguration)
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateExperimentConfiguration', seqid)
end

#process_updateGateway(seqid, iprot, oprot) ⇒ Object



3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
# File 'lib/airavata.rb', line 3704

def process_updateGateway(seqid, iprot, oprot)
  args = read_args(iprot, UpdateGateway_args)
  result = UpdateGateway_result.new()
  begin
    result.success = @handler.updateGateway(args.authzToken, args.gatewayId, args.updatedGateway)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateGateway', seqid)
end

#process_updateGatewayComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
# File 'lib/airavata.rb', line 5851

def process_updateGatewayComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, UpdateGatewayComputeResourcePreference_args)
  result = UpdateGatewayComputeResourcePreference_result.new()
  begin
    result.success = @handler.updateGatewayComputeResourcePreference(args.authzToken, args.gatewayID, args.computeResourceId, args.computeResourcePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateGatewayComputeResourcePreference', seqid)
end

#process_updateGatewayResourceProfile(seqid, iprot, oprot) ⇒ Object



5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
# File 'lib/airavata.rb', line 5698

def process_updateGatewayResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, UpdateGatewayResourceProfile_args)
  result = UpdateGatewayResourceProfile_result.new()
  begin
    result.success = @handler.updateGatewayResourceProfile(args.authzToken, args.gatewayID, args.gatewayResourceProfile)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateGatewayResourceProfile', seqid)
end

#process_updateGatewayStoragePreference(seqid, iprot, oprot) ⇒ Object



5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
# File 'lib/airavata.rb', line 5868

def process_updateGatewayStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, UpdateGatewayStoragePreference_args)
  result = UpdateGatewayStoragePreference_result.new()
  begin
    result.success = @handler.updateGatewayStoragePreference(args.authzToken, args.gatewayID, args.storageId, args.storagePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateGatewayStoragePreference', seqid)
end

#process_updateGridFTPDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
# File 'lib/airavata.rb', line 5443

def process_updateGridFTPDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateGridFTPDataMovementDetails_args)
  result = UpdateGridFTPDataMovementDetails_result.new()
  begin
    result.success = @handler.updateGridFTPDataMovementDetails(args.authzToken, args.dataMovementInterfaceId, args.gridFTPDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateGridFTPDataMovementDetails', seqid)
end

#process_updateGroupResourceProfile(seqid, iprot, oprot) ⇒ Object



6531
6532
6533
6534
6535
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
# File 'lib/airavata.rb', line 6531

def process_updateGroupResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, UpdateGroupResourceProfile_args)
  result = UpdateGroupResourceProfile_result.new()
  begin
    @handler.updateGroupResourceProfile(args.authzToken, args.groupResourceProfile)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateGroupResourceProfile', seqid)
end

#process_updateLocalDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
# File 'lib/airavata.rb', line 5290

def process_updateLocalDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateLocalDataMovementDetails_args)
  result = UpdateLocalDataMovementDetails_result.new()
  begin
    result.success = @handler.updateLocalDataMovementDetails(args.authzToken, args.dataMovementInterfaceId, args.localDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateLocalDataMovementDetails', seqid)
end

#process_updateLocalSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
# File 'lib/airavata.rb', line 5069

def process_updateLocalSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateLocalSubmissionDetails_args)
  result = UpdateLocalSubmissionDetails_result.new()
  begin
    result.success = @handler.updateLocalSubmissionDetails(args.authzToken, args.jobSubmissionInterfaceId, args.localSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateLocalSubmissionDetails', seqid)
end

#process_updateNotification(seqid, iprot, oprot) ⇒ Object



3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
# File 'lib/airavata.rb', line 3806

def process_updateNotification(seqid, iprot, oprot)
  args = read_args(iprot, UpdateNotification_args)
  result = UpdateNotification_result.new()
  begin
    result.success = @handler.updateNotification(args.authzToken, args.notification)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateNotification', seqid)
end

#process_updateProject(seqid, iprot, oprot) ⇒ Object



3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
# File 'lib/airavata.rb', line 3987

def process_updateProject(seqid, iprot, oprot)
  args = read_args(iprot, UpdateProject_args)
  result = UpdateProject_result.new()
  begin
    @handler.updateProject(args.authzToken, args.projectId, args.updatedProject)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::ProjectNotFoundException => pnfe
    result.pnfe = pnfe
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateProject', seqid)
end

#process_updateResourceJobManager(seqid, iprot, oprot) ⇒ Object



5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
# File 'lib/airavata.rb', line 5596

def process_updateResourceJobManager(seqid, iprot, oprot)
  args = read_args(iprot, UpdateResourceJobManager_args)
  result = UpdateResourceJobManager_result.new()
  begin
    result.success = @handler.updateResourceJobManager(args.authzToken, args.resourceJobManagerId, args.updatedResourceJobManager)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateResourceJobManager', seqid)
end

#process_updateResourceScheduleing(seqid, iprot, oprot) ⇒ Object



4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
# File 'lib/airavata.rb', line 4269

def process_updateResourceScheduleing(seqid, iprot, oprot)
  args = read_args(iprot, UpdateResourceScheduleing_args)
  result = UpdateResourceScheduleing_result.new()
  begin
    @handler.updateResourceScheduleing(args.authzToken, args.airavataExperimentId, args.resourceScheduling)
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateResourceScheduleing', seqid)
end

#process_updateSCPDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
# File 'lib/airavata.rb', line 5341

def process_updateSCPDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateSCPDataMovementDetails_args)
  result = UpdateSCPDataMovementDetails_result.new()
  begin
    result.success = @handler.updateSCPDataMovementDetails(args.authzToken, args.dataMovementInterfaceId, args.scpDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateSCPDataMovementDetails', seqid)
end

#process_updateSSHJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
# File 'lib/airavata.rb', line 5222

def process_updateSSHJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateSSHJobSubmissionDetails_args)
  result = UpdateSSHJobSubmissionDetails_result.new()
  begin
    result.success = @handler.updateSSHJobSubmissionDetails(args.authzToken, args.jobSubmissionInterfaceId, args.sshJobSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateSSHJobSubmissionDetails', seqid)
end

#process_updateStorageResource(seqid, iprot, oprot) ⇒ Object



5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
# File 'lib/airavata.rb', line 5018

def process_updateStorageResource(seqid, iprot, oprot)
  args = read_args(iprot, UpdateStorageResource_args)
  result = UpdateStorageResource_result.new()
  begin
    result.success = @handler.updateStorageResource(args.authzToken, args.storageResourceId, args.storageResourceDescription)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateStorageResource', seqid)
end

#process_updateUnicoreDataMovementDetails(seqid, iprot, oprot) ⇒ Object



5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
# File 'lib/airavata.rb', line 5392

def process_updateUnicoreDataMovementDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateUnicoreDataMovementDetails_args)
  result = UpdateUnicoreDataMovementDetails_result.new()
  begin
    result.success = @handler.updateUnicoreDataMovementDetails(args.authzToken, args.dataMovementInterfaceId, args.unicoreDataMovement)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateUnicoreDataMovementDetails', seqid)
end

#process_updateUnicoreJobSubmissionDetails(seqid, iprot, oprot) ⇒ Object



5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
# File 'lib/airavata.rb', line 5256

def process_updateUnicoreJobSubmissionDetails(seqid, iprot, oprot)
  args = read_args(iprot, UpdateUnicoreJobSubmissionDetails_args)
  result = UpdateUnicoreJobSubmissionDetails_result.new()
  begin
    result.success = @handler.updateUnicoreJobSubmissionDetails(args.authzToken, args.jobSubmissionInterfaceId, args.unicoreJobSubmission)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateUnicoreJobSubmissionDetails', seqid)
end

#process_updateUserComputeResourcePreference(seqid, iprot, oprot) ⇒ Object



6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
# File 'lib/airavata.rb', line 6191

def process_updateUserComputeResourcePreference(seqid, iprot, oprot)
  args = read_args(iprot, UpdateUserComputeResourcePreference_args)
  result = UpdateUserComputeResourcePreference_result.new()
  begin
    result.success = @handler.updateUserComputeResourcePreference(args.authzToken, args.userId, args.gatewayID, args.userComputeResourceId, args.userComputeResourcePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateUserComputeResourcePreference', seqid)
end

#process_updateUserResourceProfile(seqid, iprot, oprot) ⇒ Object



6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
# File 'lib/airavata.rb', line 6038

def process_updateUserResourceProfile(seqid, iprot, oprot)
  args = read_args(iprot, UpdateUserResourceProfile_args)
  result = UpdateUserResourceProfile_result.new()
  begin
    result.success = @handler.updateUserResourceProfile(args.authzToken, args.userId, args.gatewayID, args.userResourceProfile)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateUserResourceProfile', seqid)
end

#process_updateUserStoragePreference(seqid, iprot, oprot) ⇒ Object



6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
# File 'lib/airavata.rb', line 6208

def process_updateUserStoragePreference(seqid, iprot, oprot)
  args = read_args(iprot, UpdateUserStoragePreference_args)
  result = UpdateUserStoragePreference_result.new()
  begin
    result.success = @handler.updateUserStoragePreference(args.authzToken, args.userId, args.gatewayID, args.userStorageId, args.userStoragePreference)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'updateUserStoragePreference', seqid)
end

#process_userHasAccess(seqid, iprot, oprot) ⇒ Object



6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
# File 'lib/airavata.rb', line 6497

def process_userHasAccess(seqid, iprot, oprot)
  args = read_args(iprot, UserHasAccess_args)
  result = UserHasAccess_result.new()
  begin
    result.success = @handler.userHasAccess(args.authzToken, args.resourceId, args.permissionType)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'userHasAccess', seqid)
end

#process_validateExperiment(seqid, iprot, oprot) ⇒ Object



4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
# File 'lib/airavata.rb', line 4280

def process_validateExperiment(seqid, iprot, oprot)
  args = read_args(iprot, ValidateExperiment_args)
  result = ValidateExperiment_result.new()
  begin
    result.success = @handler.validateExperiment(args.authzToken, args.airavataExperimentId)
  rescue ::InvalidRequestException => ire
    result.ire = ire
  rescue ::ExperimentNotFoundException => enf
    result.enf = enf
  rescue ::AiravataClientException => ace
    result.ace = ace
  rescue ::AiravataSystemException => ase
    result.ase = ase
  rescue ::AuthorizationException => ae
    result.ae = ae
  end
  write_result(result, oprot, 'validateExperiment', seqid)
end