public class AsyncRESTRequest
extends java.lang.Object
Constructor and Description |
---|
AsyncRESTRequest(com.ibm.json.java.JSONObject jo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnswerto() |
java.lang.String |
getCorrelationid() |
java.lang.String |
getHttpMethod() |
com.ibm.json.java.JSONObject |
getRequestJSON() |
java.lang.String |
getResource() |
byte[] |
getResourcePayload() |
java.lang.String |
getResourceType() |
OslcRequest |
getRESTRequest(boolean nextPage) |
boolean |
isGET() |
boolean |
isPagingOn() |
void |
setUserInfo(UserInfo userInfo) |
public AsyncRESTRequest(com.ibm.json.java.JSONObject jo) throws MXException
MXException
public java.lang.String getCorrelationid()
public java.lang.String getAnswerto()
public java.lang.String getResource()
public boolean isGET()
public byte[] getResourcePayload()
public boolean isPagingOn()
public java.lang.String getResourceType()
public com.ibm.json.java.JSONObject getRequestJSON()
public void setUserInfo(UserInfo userInfo)
public OslcRequest getRESTRequest(boolean nextPage) throws java.rmi.RemoteException, MXException
java.rmi.RemoteException
MXException
public java.lang.String getHttpMethod()