org.openrdf.query.resultio.sparqljson
Class SPARQLResultsJSONWriterFactory

java.lang.Object
  extended by org.openrdf.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
All Implemented Interfaces:
TupleQueryResultWriterFactory

public class SPARQLResultsJSONWriterFactory
extends Object
implements TupleQueryResultWriterFactory

A TupleQueryResultWriterFactory for writers of SPARQL/JSON query results.

Author:
Arjohn Kampman

Constructor Summary
SPARQLResultsJSONWriterFactory()
           
 
Method Summary
 TupleQueryResultFormat getTupleQueryResultFormat()
          Returns TupleQueryResultFormat.JSON.
 TupleQueryResultWriter getWriter(OutputStream out)
          Returns a new instance of SPARQLResultsJSONWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPARQLResultsJSONWriterFactory

public SPARQLResultsJSONWriterFactory()
Method Detail

getTupleQueryResultFormat

public TupleQueryResultFormat getTupleQueryResultFormat()
Returns TupleQueryResultFormat.JSON.

Specified by:
getTupleQueryResultFormat in interface TupleQueryResultWriterFactory

getWriter

public TupleQueryResultWriter getWriter(OutputStream out)
Returns a new instance of SPARQLResultsJSONWriter.

Specified by:
getWriter in interface TupleQueryResultWriterFactory
Parameters:
out - The OutputStream to write the result to.


Copyright © 2001-2007 Aduna. All Rights Reserved.