Package zowe.client.sdk.rest
Class ZoweRequestFactory
- java.lang.Object
-
- zowe.client.sdk.rest.ZoweRequestFactory
-
public final class ZoweRequestFactory extends Object
Zowe request factory that generates the desire CRUD operation- Version:
- 2.0
- Author:
- Frank Giordano
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZoweRequestbuildRequest(ZosConnection connection, ZoweRequestType type)Assign the request to the Http verb type request object
-
-
-
Method Detail
-
buildRequest
public static ZoweRequest buildRequest(ZosConnection connection, ZoweRequestType type) throws Exception
Assign the request to the Http verb type request object- Parameters:
connection- connection information, see ZosConnection objecttype- request http type, see ZoweRequestType object- Returns:
- ZoweRequest abstract object of ZoweRequestType value
- Throws:
Exception- error with type not found
-
-