com.worklight.wlclient.api
Class WLProcedureInvocationResult
- java.lang.Object
-
- com.worklight.wlclient.api.WLResponse
-
- com.worklight.wlclient.api.WLProcedureInvocationResult
-
- Direct Known Subclasses:
- WLProcedureInvocationResponse
Deprecated.Use WLResourceRequest API instead.
This class extendsWLResponse
. This class contains statuses and data that the adapter procedure retrieves.
public class WLProcedureInvocationResult extends WLResponse
-
-
Field Summary
-
Fields inherited from class com.worklight.wlclient.api.WLResponse
statusText
-
-
Method Summary
Methods Modifier and Type Method and Description boolean
isSuccessful()
Deprecated.This method returns true if the procedure invocation was technically successful.-
Methods inherited from class com.worklight.wlclient.api.WLResponse
getFirstHeader, getHeaders, getInvocationContext, getResponseBytes, getResponseJSON, getResponseText, getStatus, getStatusText, setResponseJSON, setStatusText, toString
-
-