info.sswap.http
Class SSWAPAPIServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.cxf.transport.servlet.AbstractHTTPServlet
org.apache.cxf.transport.servlet.AbstractCXFServlet
org.apache.cxf.transport.servlet.CXFNonSpringServlet
info.sswap.http.SSWAPAPIServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class SSWAPAPIServlet
- extends org.apache.cxf.transport.servlet.CXFNonSpringServlet
The main servlet of HTTP API which initializes the RESTful interface
- Author:
- Blazej Bulka
- See Also:
- Serialized Form
Fields inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet |
bus, controller, servletTransportFactory |
Method Summary |
void |
loadBus(javax.servlet.ServletConfig servletConfig)
Initializes classes that reflect the web-accessible resources and providers
(e.g., message body writers etc) |
Methods inherited from class org.apache.cxf.transport.servlet.CXFNonSpringServlet |
getLogger |
Methods inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet |
createServletController, createServletTransportFactory, destroy, getBus, getController, init, invoke, replaceDestinationFactory |
Methods inherited from class org.apache.cxf.transport.servlet.AbstractHTTPServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, handleRequest, redirect, serveStaticContent, service |
Methods inherited from class javax.servlet.http.HttpServlet |
doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
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 |
JAVA_API_CONFIG
public static final java.lang.String JAVA_API_CONFIG
- See Also:
- Constant Field Values
serialVersionUID
private static final long serialVersionUID
- A Serial Version ID for a serializable class
- See Also:
- Constant Field Values
SSWAPAPIServlet
public SSWAPAPIServlet()
loadBus
public void loadBus(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Initializes classes that reflect the web-accessible resources and providers
(e.g., message body writers etc)
- Overrides:
loadBus
in class org.apache.cxf.transport.servlet.CXFNonSpringServlet
- Throws:
javax.servlet.ServletException
Copyright (c) 2010, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.