Package zowe.client.sdk.rest
Class ZoweRequestFactory
- java.lang.Object
-
- zowe.client.sdk.rest.ZoweRequestFactory
-
public class ZoweRequestFactory extends Object
Zowe request factory that generates the desire CRUD operation- Version:
- 1.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description ZoweRequestFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZoweRequestbuildRequest(ZOSConnection connection, ZoweRequestType.VerbType type)Assign the request to the Http verb type request object
-
-
-
Method Detail
-
buildRequest
public static ZoweRequest buildRequest(ZOSConnection connection, ZoweRequestType.VerbType 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.VerbType object- Returns:
- ZoweRequest value
- Throws:
Exception- error with type not found
-
-