All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qas.qtest.api.internal.QTestService Maven / Gradle / Ivy

The newest version!
package org.qas.qtest.api.internal;

/**
 * QTestService
 *
 * @author Dzung Nguyen
 * @version $Id QTestService 2014-03-27 22:22:30z dungvnguyen $
 * @since 1.0
 */
public interface QTestService {
  /**
   * Sets the service end point.
   *
   * @param endpoint the service end point.
   * @throws IllegalArgumentException if an error occurs during setting the service
   *          endpoint.
   */
  void setEndpoint(String endpoint) throws IllegalArgumentException;

  /**
   * Shutdown the client.
   */
  void shutdown();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy