|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tarantella.tta.webservices.ResponseObject
public class ResponseObject
For responses from batched web service requests, ITarantellaUtility.sendBatchRequest(String, RequestObject[]).
Batched requests can improve performance by reducing the number of
request/response round trips.
| Constructor Summary | |
|---|---|
ResponseObject()
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
getIsFault()
Gets the fault flag. |
java.lang.String |
getXML()
Gets the response XML. |
void |
setIsFault(boolean isFault)
Sets the fault flag. |
void |
setXML(java.lang.String xml)
Sets the response XML. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseObject()
| Method Detail |
|---|
public boolean getIsFault()
| true | request generated a fault |
| false | request did not fault |
public java.lang.String getXML()
public void setIsFault(boolean isFault)
isFault - Flag indicating that whether the request succeeded or faulted:
| true | request faulted |
| false | request did not fault |
public void setXML(java.lang.String xml)
xml - XML response.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||