Class BioExportServlet

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.intermine.webservice.server.core.WebServiceServlet

        org.intermine.webservice.server.core.WebServiceServlet.Method
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SO_CLASS_NAMES
      so class names
      • Fields inherited from class org.intermine.webservice.server.core.WebServiceServlet

        api
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract org.intermine.webservice.server.WebService getService()  
      protected org.intermine.webservice.server.WebService getService​(org.intermine.webservice.server.core.WebServiceServlet.Method method)  
      void init()
      • Methods inherited from class org.intermine.webservice.server.core.WebServiceServlet

        doDelete, doGet, doPost, doPut, respond
      • Methods inherited from class javax.servlet.http.HttpServlet

        doHead, doOptions, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SO_CLASS_NAMES

        public static final java.lang.String SO_CLASS_NAMES
        so class names
        See Also:
        Constant Field Values
    • Constructor Detail

      • BioExportServlet

        public BioExportServlet()
    • Method Detail

      • init

        public void init()
                  throws javax.servlet.ServletException
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • getService

        protected abstract org.intermine.webservice.server.WebService getService()
        Returns:
        web service
      • getService

        protected org.intermine.webservice.server.WebService getService​(org.intermine.webservice.server.core.WebServiceServlet.Method method)
                                                                 throws org.intermine.webservice.server.core.NoServiceException
        Specified by:
        getService in class org.intermine.webservice.server.core.WebServiceServlet
        Throws:
        org.intermine.webservice.server.core.NoServiceException