getServiceClient: Get the Web Service client finction handler for a given...

Description Usage Arguments Value Author(s) Examples

View source: R/ENVISIONQuery.R

Description

Get the Web Service client finction handler for a given tool

Usage

1

Arguments

tool

The tool handler

Value

the function which implements client functionality for a particular data retrieval service

Author(s)

Alex Lisovich, Roger Day

Examples

1
2
3
4
5
6
7
#get Java Web Service client for 'FindPathAdv' tool of 'Reactome' service

service<-getService("Reactome");
getToolNames(service);
tool<-getTool(service,"FindPathAdv");
client<-getServiceClient(tool);
print(client);

ENVISIONQuery documentation built on Nov. 8, 2020, 5:25 p.m.