public class HPCCWsSMCClient extends BaseHPCCWsClient
| Modifier and Type | Field and Description |
|---|---|
static String |
WSSMCURI |
DEAFULTECLWATCHPORT, DEFAULTECLWATCHTLSPORT, initErrMessage, log, stub, targetESPInterfaceVer, targetHPCCBuildVersion, verbose, wsconn| Modifier | Constructor and Description |
|---|---|
protected |
HPCCWsSMCClient(Connection conn)
Instantiates a new HPCC ws SMC client.
|
| Modifier and Type | Method and Description |
|---|---|
static HPCCWsSMCClient |
get(Connection connection)
Gets the.
|
static HPCCWsSMCClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass)
Gets the.
|
static HPCCWsSMCClient |
get(String protocol,
String targetHost,
String targetPort,
String user,
String pass,
int timeout)
Gets the.
|
GetBuildInfoResponseWrapper |
getBuildInfo()
GetBuildInfo.
|
org.apache.axis2.client.Stub |
getDefaultStub()
Gets the default stub.
|
String |
getHPCCBuild()
Gets the HPCC build.
|
String |
getServiceURI()
Gets the service URI.
|
static int |
getServiceWSDLPort()
Gets the service WSDL port.
|
static String |
getServiceWSDLURL()
Gets the service WSDLURL.
|
boolean |
isContainerized()
Is target ECLWATCH running in container mode.
|
boolean |
ping()
Ping.
|
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 WSSMCURI
protected HPCCWsSMCClient(Connection conn)
conn - the connpublic String getServiceURI()
getServiceURI in class BaseHPCCWsClientpublic static String getServiceWSDLURL()
public static int getServiceWSDLPort()
public static HPCCWsSMCClient get(Connection connection)
connection - the connectionpublic static HPCCWsSMCClient 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 HPCCWsSMCClient 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 timeoutpublic String getHPCCBuild() throws Exception
Exception - the exceptionpublic boolean isContainerized()
throws Exception
Exception - the exceptionpublic GetBuildInfoResponseWrapper getBuildInfo() throws Exception
Exception - the exceptionpublic boolean ping()
throws Exception
Exception - the exceptionpublic org.apache.axis2.client.Stub getDefaultStub()
throws org.apache.axis2.AxisFault
BaseHPCCWsClientgetDefaultStub in class BaseHPCCWsClientorg.apache.axis2.AxisFault - the axis faultCopyright © 2021. All rights reserved.