public class HPCCWsResourcesClient extends BaseHPCCWsClient
| Modifier and Type | Field and Description |
|---|---|
static String |
WSRESOURCESURI |
DEAFULTECLWATCHPORT, DEFAULTECLWATCHTLSPORT, initErrMessage, stub, targetESPInterfaceVer, targetHPCCBuildVersion, verbose, wsconn| Modifier | Constructor and Description |
|---|---|
protected |
HPCCWsResourcesClient(Connection baseConnection)
Instantiates a new HPCC WSRESOURCES client.
|
| Modifier and Type | Method and Description |
|---|---|
static HPCCWsResourcesClient |
get(Connection connection)
Gets the.
|
static HPCCWsResourcesClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass)
Gets the.
|
static HPCCWsResourcesClient |
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.
|
boolean |
ping()
Ping.
|
ServiceQueryResponseWrapper |
serviceQuery(ServiceQueryRequestWrapper req)
Submit service query request
|
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 HPCCWsResourcesClient(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 HPCCWsResourcesClient get(Connection connection)
connection - the connectionpublic static HPCCWsResourcesClient 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 HPCCWsResourcesClient 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 ServiceQueryResponseWrapper serviceQuery(ServiceQueryRequestWrapper req) throws Exception
req - ExceptionCopyright © 2021. All rights reserved.