|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.SDataExternalResponse
public class SDataExternalResponse
Class to get the response for the external request
Constructor Summary | |
---|---|
SDataExternalResponse(int responseCode,
org.w3c.dom.Document document)
construct an external response |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SDataExternalResponse(int responseCode, org.w3c.dom.Document document)
responseCode
- HTTP status codedocument
- Response from the serverMethod Detail |
---|
public void addToResponse(javax.servlet.http.HttpServletResponse response, java.lang.String resourcesURL, java.lang.String fullURL, SDataDiagnoses sdataDiagnoses)
addToResponse
in interface SDataResponse
public SDataResponseEntry getEntry()
SDataResponse
getEntry
in interface SDataResponse
public SDataResponseFeed getFeed()
SDataResponse
getFeed
in interface SDataResponse
public SDataDiagnoses getDiagnoses()
SDataResponse
getDiagnoses
in interface SDataResponse
public int getResponseCode()
SDataResponse
getResponseCode
in interface SDataResponse
public SDataSchema getSchema()
SDataResponse
getSchema
in interface SDataResponse
public SDataTracking getTracking()
SDataResponse
getTracking
in interface SDataResponse
public boolean isDiagnoses()
SDataResponse
isDiagnoses
in interface SDataResponse
public boolean isTracking()
SDataResponse
isTracking
in interface SDataResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |