Class WsWorkunitsClientStubWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WsWorkunitsClientStubWrapper
-
- All Implemented Interfaces:
IWsWorkunitsClientStubWrapper
@Deprecated public class WsWorkunitsClientStubWrapper extends Object implements IWsWorkunitsClientStubWrapper
Deprecated.This wrapper class allows an HPCCWsDFUClient instance to connect to HPCC Clusters using different versions of the platform.
-
-
Constructor Summary
Constructors Constructor Description WsWorkunitsClientStubWrapper(Connection conn, Version targetVersion)Deprecated.Instantiates a new ws workunits client stub wrapper based on the target hpcc version
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.WsWorkunitsStubget1_56FallbackStub()Deprecated.Gets the 1_56 fallback stub.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WsWorkunitsStubgetLatestStub()Deprecated.Gets the latest WsWorkunits Stub.WUCreateResponseWrapperWUCreate(WUCreateRequestWrapper params)Deprecated.WUUpdateResponseWrapperWUCreateAndUpdate(WUCreateAndUpdateWrapper params)Deprecated.WUInfoResponseWrapperWUInfo(WUInfoRequestWrapper params)Deprecated.WU info.WUUpdateResponseWrapperWUUpdate(WUUpdateRequestWrapper params)Deprecated.
-
-
-
Constructor Detail
-
WsWorkunitsClientStubWrapper
public WsWorkunitsClientStubWrapper(Connection conn, Version targetVersion)
Deprecated.Instantiates a new ws workunits client stub wrapper based on the target hpcc version- Parameters:
conn- the conntargetVersion- the target version
-
-
Method Detail
-
WUInfo
public WUInfoResponseWrapper WUInfo(WUInfoRequestWrapper params) throws Exception
Deprecated.WU info.- Specified by:
WUInfoin interfaceIWsWorkunitsClientStubWrapper- Parameters:
params- WUInfoRequestWrapper containing request info- Returns:
- a WUInfoResponseWrapper containing the response
- Throws:
Exception- if the WUInfo command fails or an unsupported version is specified
-
WUCreateAndUpdate
public WUUpdateResponseWrapper WUCreateAndUpdate(WUCreateAndUpdateWrapper params) throws Exception
Deprecated.- Specified by:
WUCreateAndUpdatein interfaceIWsWorkunitsClientStubWrapper- Throws:
Exception
-
WUCreate
public WUCreateResponseWrapper WUCreate(WUCreateRequestWrapper params) throws Exception
Deprecated.- Specified by:
WUCreatein interfaceIWsWorkunitsClientStubWrapper- Throws:
Exception
-
WUUpdate
public WUUpdateResponseWrapper WUUpdate(WUUpdateRequestWrapper params) throws Exception
Deprecated.- Specified by:
WUUpdatein interfaceIWsWorkunitsClientStubWrapper- Throws:
Exception
-
getLatestStub
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.WsWorkunitsStub getLatestStub() throws org.apache.axis2.AxisFaultDeprecated.Gets the latest WsWorkunits Stub.- Returns:
- the latest
- Throws:
org.apache.axis2.AxisFault- axis fault exception
-
-