|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.wado.client.impl.WADOResponseImpl
public class WADOResponseImpl
| Constructor Summary | |
|---|---|
WADOResponseImpl()
|
|
| Method Summary | |
|---|---|
void |
doneReading()
|
WADORequest |
getProcessedWadoRequest()
The method will return the WADORequest object that contains the information sent to the WADO server in the request. |
java.lang.String |
getResponseMimeType()
The method will return the MIME type of the data returned from the WADO server. |
java.io.InputStream |
getRetrievedData()
The input stream to the data returned from the WADO server. |
void |
setConnection(java.net.HttpURLConnection connection)
|
void |
setMimeType(java.lang.String mimeType)
Sets the MIME type of the WADO response data. |
void |
setRetrievedData(java.io.InputStream retrievedData)
Sets the InputStream of the data retrieved from WADO server in response to the request. |
void |
setWadoRequest(WADORequest wadoRequest)
Sets the WADORequest object that contains information submitted to the WADO server in the request. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WADOResponseImpl()
| Method Detail |
|---|
public WADORequest getProcessedWadoRequest()
WADOResponse
getProcessedWadoRequest in interface WADOResponsepublic java.lang.String getResponseMimeType()
WADOResponse
getResponseMimeType in interface WADOResponsepublic java.io.InputStream getRetrievedData()
WADOResponsegetResponseMimeType() method.
getRetrievedData in interface WADOResponseInputStream of data retrieved from the WADO serverpublic void setMimeType(java.lang.String mimeType)
mimeType - The MIME type of the WADO response datapublic void setRetrievedData(java.io.InputStream retrievedData)
retrievedData - The InputStream of the data retrieved from the WADO serverpublic void setWadoRequest(WADORequest wadoRequest)
wadoRequest - The WADORequest used for sendind WADO requestpublic void doneReading()
doneReading in interface WADOResponsepublic void setConnection(java.net.HttpURLConnection connection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||