Interface IWsWorkunitsClientStubWrapper
-
- All Known Implementing Classes:
WsWorkunitsClientStub_latest,WsWorkunitsClientStub1_58,WsWorkunitsClientStub1_62,WsWorkunitsClientStub1_69,WsWorkunitsClientStubWrapper
@Deprecated public interface IWsWorkunitsClientStubWrapper
Deprecated.The Interface IWsWorkunitsClientStubWrapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WUCreateResponseWrapperWUCreate(WUCreateRequestWrapper params)Deprecated.WUUpdateResponseWrapperWUCreateAndUpdate(WUCreateAndUpdateWrapper params)Deprecated.WUInfoResponseWrapperWUInfo(WUInfoRequestWrapper params)Deprecated.WUUpdateResponseWrapperWUUpdate(WUUpdateRequestWrapper params)Deprecated.
-
-
-
Method Detail
-
WUInfo
WUInfoResponseWrapper WUInfo(WUInfoRequestWrapper params) throws Exception
Deprecated.- Throws:
Exception
-
WUCreateAndUpdate
WUUpdateResponseWrapper WUCreateAndUpdate(WUCreateAndUpdateWrapper params) throws Exception
Deprecated.- Throws:
Exception
-
WUCreate
WUCreateResponseWrapper WUCreate(WUCreateRequestWrapper params) throws Exception
Deprecated.- Throws:
Exception
-
WUUpdate
WUUpdateResponseWrapper WUUpdate(WUUpdateRequestWrapper params) throws Exception
Deprecated.- Throws:
Exception
-
-