Package com.axway.apim.lib.utils.rest
Class PUTRequest
- java.lang.Object
-
- com.axway.apim.lib.utils.rest.RestAPICall
-
- com.axway.apim.lib.utils.rest.PUTRequest
-
public class PUTRequest extends RestAPICall
-
-
Field Summary
-
Fields inherited from class com.axway.apim.lib.utils.rest.RestAPICall
entity, target, uri
-
-
Constructor Summary
Constructors Constructor Description PUTRequest(org.apache.http.HttpEntity entity, URI uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.http.HttpResponseexecute()-
Methods inherited from class com.axway.apim.lib.utils.rest.RestAPICall
sendRequest
-
-
-
-
Constructor Detail
-
PUTRequest
public PUTRequest(org.apache.http.HttpEntity entity, URI uri)
-
-
Method Detail
-
execute
public org.apache.http.HttpResponse execute() throws AppException- Specified by:
executein classRestAPICall- Throws:
AppException
-
-