Package org.intermine.webservice.server.output

Class Summary
CSVFormatter Formats data to comma separated data format.
Formatter Abstract class for formatting result data.
HTMLOutput HTMLOutput extends is similar to MemoryOutput, only difference is, that it prints out errors immediately to output.
MemoryOutput Implementation of Output that saves data to memory.
Output Abstract class representing an output of a web service.
StreamedOutput Immediately as the data or error messages are added they are streamed via http connection.
TabFormatter Formats data to tab separated data format.
XMLFormatter Formats data to xml format.