Constructor and Description |
---|
HttpBivesClient(String baseUrl)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
BivesComparisonResponse |
performRequest(BivesComparisonRequest request)
Perform comparison request.
|
protected void |
performRequest(BivesRequest request,
BivesResponse result)
Performs the request.
|
BivesSingleFileResponse |
performRequest(BivesSingleFileRequest request)
Perform a single-file-request.
|
protected String baseUrl
public HttpBivesClient(String baseUrl)
baseUrl
- the URL to the BiVeS web service, e.g. http://bives.sems.uni-rostock.de/
protected void performRequest(BivesRequest request, BivesResponse result) throws BivesClientException
request
- the request for the BiVeS web serviceresult
- the result from the BiVeS web serviceBivesClientException
- the bives client exceptionpublic BivesSingleFileResponse performRequest(BivesSingleFileRequest request) throws BivesClientException, BivesException
BivesWs
performRequest
in interface BivesWs
request
- the BiVeS requestBivesClientException
- the bives client exceptionBivesException
- the bives exceptionpublic BivesComparisonResponse performRequest(BivesComparisonRequest request) throws BivesClientException, BivesException
BivesWs
performRequest
in interface BivesWs
request
- the BiVeS requestBivesClientException
- the bives client exceptionBivesException
- the bives exceptionCopyright © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.