Interface ServerConfigWebService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
ServerConfigRetrofitWebService
Class that specifies a server config web service structure
- Since:
- 1/8/15
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getServerConfiguration
(String token, WebServiceResponseHandler<ServerConfigInfo> handler) Method that will get the current server configuration for the current exxtractorvoid
setServerConfiguration
(String token, ServerConfigInfo configuration, WebServiceResponseHandler handler) Method that updates the configuration for a particular exxtractor on the network
-
Method Details
-
setServerConfiguration
void setServerConfiguration(String token, ServerConfigInfo configuration, WebServiceResponseHandler handler) Method that updates the configuration for a particular exxtractor on the network- Parameters:
token
- the token used to authenticate the requestconfiguration
- the configuration that will be sethandler
- the handler for the request status
-
getServerConfiguration
Method that will get the current server configuration for the current exxtractor- Parameters:
token
- the token used to authenticate the requesthandler
- the handler used to check the request status
-