Class WsDFUClientStubWrapper


  • public class WsDFUClientStubWrapper
    extends Object
    This wrapper class allows an HPCCWsDFUClient instance to connect to HPCC Clusters using different versions of the platform.
    • Constructor Detail

      • WsDFUClientStubWrapper

        public WsDFUClientStubWrapper​(String baseURL,
                                      Version platformVersion)
        Instantiates a new ws DFU client stub wrapper.
        Parameters:
        baseURL - The URL of the cluster to connect to
        platformVersion - the version of the cluster - not in use
    • Method Detail

      • getLatestStub

        public org.hpccsystems.ws.client.gen.axis2.wsdfu.latest.WsDfuStub getLatestStub​(org.apache.axis2.client.Options opts)
                                                                                 throws org.apache.axis2.AxisFault
        Gets the latest stub.
        Parameters:
        opts - the opts
        Returns:
        a lazy-loaded latest soap proxy
        Throws:
        org.apache.axis2.AxisFault - the axis fault
      • get1_39Stub

        public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_39.WsDfuStub get1_39Stub​(org.apache.axis2.client.Options opts)
                                                                              throws org.apache.axis2.AxisFault
        Gets the 1 39 stub.
        Parameters:
        opts - the opts
        Returns:
        the 1 39 stub
        Throws:
        org.apache.axis2.AxisFault - the axis fault