org.molgenis.omx.services
Class FileDownloadService

java.lang.Object
  extended by org.molgenis.omx.services.FileDownloadService
All Implemented Interfaces:
MolgenisService

public class FileDownloadService
extends Object
implements MolgenisService


Constructor Summary
FileDownloadService(MolgenisContext mc)
           
 
Method Summary
 void displayUsage(PrintWriter out, Database db)
           
 void handleRequest(MolgenisRequest request, MolgenisResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDownloadService

public FileDownloadService(MolgenisContext mc)
Method Detail

handleRequest

public void handleRequest(MolgenisRequest request,
                          MolgenisResponse response)
                   throws ParseException,
                          DatabaseException,
                          IOException
Specified by:
handleRequest in interface MolgenisService
Throws:
ParseException
DatabaseException
IOException

displayUsage

public void displayUsage(PrintWriter out,
                         Database db)


Copyright © 2013. All Rights Reserved.