The getstatus and putStatus methods of the IResponse interface retrieve or set the value of the Status property, respectively.
public abstract java.lang.String getStatus();
public abstract void putStatus(java.lang.String Status);
Returns a string that contains the status line of the server.
Status | [in] A string that contains the new Status value. |