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

org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.Ws_codesign 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.10-1
Show newest version
/**
 * Ws_codesign.java
 *
 * 

This file was auto-generated from WSDL by the Apache Axis2 version: 1.8.1 Built on : Jun 07, * 2022 (03:46:59 EDT) */ package org.hpccsystems.ws.client.gen.axis2.wscodesign.latest; /* * Ws_codesign java interface */ public interface Ws_codesign { /** * Auto generated method signature * * @param signRequest * @throws org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault : */ public org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.SignResponse sign( org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.SignRequest signRequest) throws java.rmi.RemoteException, org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault; /** * Auto generated method signature * * @param verifyRequest * @throws org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault : */ public org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.VerifyResponse verify( org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.VerifyRequest verifyRequest) throws java.rmi.RemoteException, org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault; /** * Auto generated method signature * * @param listUserIDsRequest * @throws org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault : */ public org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.ListUserIDsResponse listUserIDs( org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.ListUserIDsRequest listUserIDsRequest) throws java.rmi.RemoteException, org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault; /** * Auto generated method signature * * @param ws_codesignPingRequest * @throws org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault : */ public org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.Ws_codesignPingResponse ping( org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.Ws_codesignPingRequest ws_codesignPingRequest) throws java.rmi.RemoteException, org.hpccsystems.ws.client.gen.axis2.wscodesign.latest.EspSoapFault; // }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy