Class WsWorkunitsClientStub1_69
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.WsWorkunitsClientStub1_69
-
- All Implemented Interfaces:
IWsWorkunitsClientStubWrapper
@Deprecated public class WsWorkunitsClientStub1_69 extends Object implements IWsWorkunitsClientStubWrapper
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description WsWorkunitsClientStub1_69(Connection connection)Deprecated.Instantiates a new ws workunits client stub 1 69.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WsWorkunitsStubgetStub()Deprecated.Gets the stub.WUCreateResponseWrapperWUCreate(WUCreateRequestWrapper params)Deprecated.WUUpdateResponseWrapperWUCreateAndUpdate(WUCreateAndUpdateWrapper params)Deprecated.WUInfoResponseWrapperWUInfo(WUInfoRequestWrapper params)Deprecated.WUUpdateResponseWrapperWUUpdate(WUUpdateRequestWrapper params)Deprecated.
-
-
-
Constructor Detail
-
WsWorkunitsClientStub1_69
public WsWorkunitsClientStub1_69(Connection connection)
Deprecated.Instantiates a new ws workunits client stub 1 69.- Parameters:
connection- the connection
-
-
Method Detail
-
getStub
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.WsWorkunitsStub getStub() throws org.apache.axis2.AxisFaultDeprecated.Gets the stub.- Returns:
- the stub
- Throws:
org.apache.axis2.AxisFault- the axis fault
-
WUInfo
public WUInfoResponseWrapper WUInfo(WUInfoRequestWrapper params) throws Exception
Deprecated.- Specified by:
WUInfoin interfaceIWsWorkunitsClientStubWrapper- Throws:
Exception
-
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
-
-