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

org.hpccsystems.ws.client.wrappers.wsworkunits.IWsWorkunitsClientStubWrapper Maven / Gradle / Ivy

package org.hpccsystems.ws.client.wrappers.wsworkunits;

/**
 * The Interface IWsWorkunitsClientStubWrapper.
 */
public interface IWsWorkunitsClientStubWrapper
{
    public WUInfoResponseWrapper WUInfo(WUInfoRequestWrapper params) throws Exception;

    public WUUpdateResponseWrapper WUCreateAndUpdate(WUCreateAndUpdateWrapper params) throws Exception;

    public WUCreateResponseWrapper WUCreate(WUCreateRequestWrapper params) throws Exception;

    public WUUpdateResponseWrapper WUUpdate(WUUpdateRequestWrapper params) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy