Class TemplateUploadServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.intermine.webservice.server.core.WebServiceServlet
-
- org.intermine.webservice.server.template.TemplateUploadServlet
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class TemplateUploadServlet extends WebServiceServlet
Runs the Template Upload Service to handle user template uploads.- Author:
- Alexis Kalderimis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.intermine.webservice.server.core.WebServiceServlet
WebServiceServlet.Method
-
-
Field Summary
-
Fields inherited from class org.intermine.webservice.server.core.WebServiceServlet
api
-
-
Constructor Summary
Constructors Constructor Description TemplateUploadServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WebService
getService(WebServiceServlet.Method method)
Implement this to route requests.-
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
-
-
-
-
Method Detail
-
getService
protected WebService getService(WebServiceServlet.Method method) throws NoServiceException
Description copied from class:WebServiceServlet
Implement this to route requests.- Specified by:
getService
in classWebServiceServlet
- Parameters:
method
- The current method.- Returns:
- A webservice handler.
- Throws:
NoServiceException
- If no handler matches the method.
-
-