Interface ServerConfigWebService

All Superinterfaces:
WebService
All Known Implementing Classes:
ServerConfigRetrofitWebService

public interface ServerConfigWebService extends WebService
Class that specifies a server config web service structure
Since:
1/8/15
  • 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 request
      configuration - the configuration that will be set
      handler - the handler for the request status
    • getServerConfiguration

      void getServerConfiguration(String token, WebServiceResponseHandler<ServerConfigInfo> handler)
      Method that will get the current server configuration for the current exxtractor
      Parameters:
      token - the token used to authenticate the request
      handler - the handler used to check the request status