public class HPCCWsCodeSignClient extends BaseHPCCWsClient
| Modifier and Type | Field and Description |
|---|---|
static String |
WSRESOURCESURI |
DEAFULTECLWATCHPORT, DEFAULTECLWATCHTLSPORT, initErrMessage, stub, targetESPInterfaceVer, targetHPCCBuildVersion, verbose, wsconn| Modifier | Constructor and Description |
|---|---|
protected |
HPCCWsCodeSignClient(Connection baseConnection)
Instantiates a new HPCC WSRESOURCES client.
|
| Modifier and Type | Method and Description |
|---|---|
static HPCCWsCodeSignClient |
get(Connection connection)
Gets the.
|
static HPCCWsCodeSignClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass)
Gets the.
|
static HPCCWsCodeSignClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass,
int timeout)
Gets the.
|
org.apache.axis2.client.Stub |
getDefaultStub()
Gets the default stub.
|
String |
getServiceURI()
Gets the service URI.
|
static int |
getServiceWSDLPort()
Gets the service WSDL port.
|
static String |
getServiceWSDLURL()
Gets the service WSDLURL.
|
protected void |
initWsResourcesClientStub(Connection conn)
Initializes the service's underlying stub Should only be used by constructors.
|
ListUserIDsResponseWrapper |
listUserIDs(ListUserIDsRequestWrapper req) |
boolean |
ping()
Ping.
|
SignResponseWrapper |
sign(SignRequestWrapper req) |
VerifyResponseWrapper |
verify(VerifyRequestWrapper req) |
compatibilityCheck, compatibilityCheck, equals, fastRefresh, fullRefresh, getConnectionURL, getInitError, getServiceVersion, getServiceVersion, getServiceWSDLPort, getServiceWSDLURL, getStubConnectionTO, getTargetESPInterfaceVersion, getVerbose, handleECLExceptions, handleECLExceptions, handleEspExceptions, handleEspExceptions, handleEspSoapFaults, handleEspSoapFaults, hashCode, hasInitError, isComplete, loadESPRuntimeInterfaceVer, setActiveConnectionInfo, setClientAuth, setStubConnectionTO, setStubOptions, setVerbose, verifyStubmonitoraddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static final String WSRESOURCESURI
protected HPCCWsCodeSignClient(Connection baseConnection)
baseConnection - the base connectionpublic String getServiceURI()
getServiceURI in class BaseHPCCWsClientpublic static String getServiceWSDLURL()
public static int getServiceWSDLPort()
public org.apache.axis2.client.Stub getDefaultStub()
throws org.apache.axis2.AxisFault
BaseHPCCWsClientgetDefaultStub in class BaseHPCCWsClientorg.apache.axis2.AxisFault - the axis faultpublic static HPCCWsCodeSignClient get(Connection connection)
connection - the connectionpublic static HPCCWsCodeSignClient get(String protocol, String targetHost, String targetPort, String user, String pass)
protocol - the protocoltargetHost - the target hosttargetPort - the target portuser - the userpass - the passpublic static HPCCWsCodeSignClient get(String protocol, String targetHost, String targetPort, String user, String pass, int timeout)
protocol - the protocoltargetHost - the target hosttargetPort - the target portuser - the userpass - the passtimeout - the timeoutprotected void initWsResourcesClientStub(Connection conn)
conn - -- All connection settings includedpublic ListUserIDsResponseWrapper listUserIDs(ListUserIDsRequestWrapper req) throws Exception
Exceptionpublic SignResponseWrapper sign(SignRequestWrapper req) throws Exception
Exceptionpublic VerifyResponseWrapper verify(VerifyRequestWrapper req) throws Exception
ExceptionCopyright © 2021. All rights reserved.