Class HPCCWsSMCClient


  • public class HPCCWsSMCClient
    extends BaseHPCCWsClient
    Use as soap client for HPCC WsSMC web service, also known as eclwatch
    • Constructor Detail

      • HPCCWsSMCClient

        protected HPCCWsSMCClient​(Connection conn)
        Instantiates a new HPCC ws SMC client.
        Parameters:
        conn - the conn
    • Method Detail

      • getServiceWSDLURL

        public static String getServiceWSDLURL()
        Gets the service WSDLURL.
        Returns:
        the service WSDLURL
      • getServiceWSDLPort

        public static int getServiceWSDLPort()
        Gets the service WSDL port.
        Returns:
        the service WSDL port
      • get

        public static HPCCWsSMCClient get​(Connection connection)
        Gets the.
        Parameters:
        connection - the connection
        Returns:
        the HPCC ws SMC client
      • get

        public static HPCCWsSMCClient get​(String protocol,
                                          String targetHost,
                                          String targetPort,
                                          String user,
                                          String pass)
        Gets the.
        Parameters:
        protocol - the protocol
        targetHost - the target host
        targetPort - the target port
        user - the user
        pass - the pass
        Returns:
        the HPCC ws SMC client
      • get

        public static HPCCWsSMCClient get​(String protocol,
                                          String targetHost,
                                          String targetPort,
                                          String user,
                                          String pass,
                                          int timeout)
        Gets the.
        Parameters:
        protocol - the protocol
        targetHost - the target host
        targetPort - the target port
        user - the user
        pass - the pass
        timeout - the timeout
        Returns:
        the HPCC ws SMC client
      • getHPCCBuild

        public String getHPCCBuild()
                            throws Exception
        Gets the HPCC build.
        Returns:
        the HPCC build
        Throws:
        Exception - the exception
      • isContainerized

        public boolean isContainerized()
                                throws Exception
        Is target ECLWATCH running in container mode.
        Returns:
        true, if successful
        Throws:
        Exception - the exception
      • getBuildInfo

        public org.hpccsystems.ws.client.wrappers.gen.wssmc.GetBuildInfoResponseWrapper getBuildInfo()
                                                                                              throws Exception
        GetBuildInfo.
        Returns:
        GetBuildInfoResponseWrapper
        Throws:
        Exception - the exception
      • ping

        public boolean ping()
                     throws Exception
        Ping.
        Returns:
        true, if successful
        Throws:
        Exception - the exception
      • getDefaultStub

        public org.apache.axis2.client.Stub getDefaultStub()
                                                    throws org.apache.axis2.AxisFault
        Gets the default stub.
        Specified by:
        getDefaultStub in class BaseHPCCWsClient
        Returns:
        the default stub
        Throws:
        org.apache.axis2.AxisFault - the axis fault