Class JSONResponseImpl
java.lang.Object
se.liu.ida.hefquin.engine.federation.access.impl.response.DataRetrievalResponseBase
se.liu.ida.hefquin.engine.federation.access.impl.response.JSONResponseImpl
- All Implemented Interfaces:
DataRetrievalResponse
,JSONResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJSONResponseImpl
(org.apache.jena.atlas.json.JsonObject obj, FederationMember fm, DataRetrievalRequest request, Date requestStartTime) JSONResponseImpl
(org.apache.jena.atlas.json.JsonObject obj, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date requestEndTime) -
Method Summary
Methods inherited from class se.liu.ida.hefquin.engine.federation.access.impl.response.DataRetrievalResponseBase
getFederationMember, getRequest, getRequestStartTime, getRetrievalEndTime
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.liu.ida.hefquin.engine.federation.access.DataRetrievalResponse
getFederationMember, getRequest, getRequestStartTime, getRetrievalEndTime
-
Field Details
-
jsonObj
protected final org.apache.jena.atlas.json.JsonObject jsonObj
-
-
Constructor Details
-
JSONResponseImpl
public JSONResponseImpl(org.apache.jena.atlas.json.JsonObject obj, FederationMember fm, DataRetrievalRequest request, Date requestStartTime) -
JSONResponseImpl
public JSONResponseImpl(org.apache.jena.atlas.json.JsonObject obj, FederationMember fm, DataRetrievalRequest request, Date requestStartTime, Date requestEndTime)
-
-
Method Details
-
getJsonObject
public org.apache.jena.atlas.json.JsonObject getJsonObject()- Specified by:
getJsonObject
in interfaceJSONResponse
- Returns:
- the json object associated with the JSON response.
-