uk.ac.ebi.intact.application.graph2MIF
Class Graph2MIFWSServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--uk.ac.ebi.intact.application.graph2MIF.Graph2MIFWSServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class Graph2MIFWSServlet
extends javax.servlet.http.HttpServlet

Graph2MIFServlet This is a Servlet for retrieving a MIF Document using a URL-Call directly.

Version:
$Id: Graph2MIFWSServlet.java,v 1.4 2003/10/30 15:48:14 skerrien Exp $
Author:
Henning Mersch
See Also:
Serialized Form

Constructor Summary
Graph2MIFWSServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest aRequest, javax.servlet.http.HttpServletResponse aResponse)
          doGet - the "main" method of a servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graph2MIFWSServlet

public Graph2MIFWSServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest aRequest,
                  javax.servlet.http.HttpServletResponse aResponse)
           throws javax.servlet.ServletException,
                  java.io.IOException
doGet - the "main" method of a servlet.

Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
aRequest - The HttpRequest - should include ac,depth and strict as parameters
aResponse - HttpServletResponse for giving ansewer
javax.servlet.ServletException
java.io.IOException


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk