Interface EvaluateResult
-
public interface EvaluateResult
In/Out Parameter forSparqlQueryEvaluator
to make it independend from things like the serlvet api.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContentType()
OutputStream
getOutputstream()
void
setContentType(String contentType)
-
-
-
Method Detail
-
setContentType
void setContentType(String contentType)
-
getContentType
String getContentType()
-
getOutputstream
OutputStream getOutputstream() throws IOException
- Throws:
IOException
-
-