Class DataEngineRESTConfigurationClient

All Implemented Interfaces:
DataEngineClient

public class DataEngineRESTConfigurationClient extends DataEngineRESTClient
DataEngineRESTConfigurationClient provides an extension to the client-side REST interface for obtaining Data Engine access service configuration specifics.
  • Constructor Details

    • DataEngineRESTConfigurationClient

      public DataEngineRESTConfigurationClient(String serverName, String serverPlatformRootURL) throws InvalidParameterException
      Create DataEngineRESTConfigurationClient with unauthenticated access to the DE OMAS server.
      Parameters:
      serverName - the server name
      serverPlatformRootURL - the network address of the server running the OMAS REST services
      Throws:
      InvalidParameterException - null URL or server name
    • DataEngineRESTConfigurationClient

      public DataEngineRESTConfigurationClient(String serverName, String serverPlatformRootURL, String userId, String password) throws InvalidParameterException
      Instantiates a new Data Engine REST configuration client.
      Parameters:
      serverName - name of the server to connect to
      serverPlatformRootURL - the network address of the server running the OMAS REST services
      userId - caller's userId embedded in all HTTP requests
      password - caller's userId embedded in all HTTP requests
      Throws:
      InvalidParameterException - null URL or server name
  • Method Details