|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SDataResponse
Method Summary | |
---|---|
void |
addToResponse(javax.servlet.http.HttpServletResponse response,
java.lang.String resourcesURL,
java.lang.String fullURL,
SDataDiagnoses sdataDiagnoses)
|
SDataDiagnoses |
getDiagnoses()
return the diagnoses within the response |
SDataResponseEntry |
getEntry()
return the entry within the response |
SDataResponseFeed |
getFeed()
return the feed within the response |
int |
getResponseCode()
returns the SData response code |
SDataSchema |
getSchema()
return the schema within the response |
SDataTracking |
getTracking()
return the tracking within the response |
boolean |
isDiagnoses()
returns true if the response is an SDataDiagnoses document (only) |
boolean |
isTracking()
returns true if the response is an SDataTracking |
Method Detail |
---|
void addToResponse(javax.servlet.http.HttpServletResponse response, java.lang.String resourcesURL, java.lang.String fullURL, SDataDiagnoses sdataDiagnoses)
int getResponseCode()
boolean isDiagnoses()
boolean isTracking()
SDataResponseFeed getFeed()
SDataResponseEntry getEntry()
SDataSchema getSchema()
SDataDiagnoses getDiagnoses()
SDataTracking getTracking()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |