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

org.hpccsystems.ws.client.wrappers.package-info Maven / Gradle / Ivy

Go to download

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.

There is a newer version: 9.8.2-1
Show newest version
/**
 * Layer of abstraction between caller and HPCC Systems Web Service interface.
 *
 * Provides a uniform, and consistent representation of HPCC Systems web
 * service response objects which shields callers from unnecessary implementation
 * details, proprietary standards, and interface changes. These wrapper objects
 * are typically used as an encapsulation of a given web services request and its
 * response. In general, callers shouldn't interact with raw responses from HPCC
 * Systems web services (ESPs), but should expect to interact with a wrapped version
 * of the response object.
 *
 */
package org.hpccsystems.ws.client.wrappers;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy