Class HTTPServiceHandler
java.lang.Object
chemaxon.marvin.services.ServiceHandler<HTTPServiceDescriptor>
chemaxon.marvin.services.httpservice.HTTPServiceHandler
ServiceHandler
implementation for HTTP Services- Since:
- 5.6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
callService
(HTTPServiceDescriptor descriptor, Object... arguments) Performs a service call.Methods inherited from class chemaxon.marvin.services.ServiceHandler
callService
-
Constructor Details
-
HTTPServiceHandler
public HTTPServiceHandler()
-
-
Method Details
-
callService
public <T> T callService(HTTPServiceDescriptor descriptor, Object... arguments) throws ServiceException Description copied from class:ServiceHandler
Performs a service call.- Specified by:
callService
in classServiceHandler<HTTPServiceDescriptor>
- Parameters:
descriptor
- the service descriptorarguments
- the service call arguments- Returns:
- result of service call
- Throws:
ServiceException
- on failure
-