info.sswap.http
Class SSWAPAPIServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.cxf.transport.servlet.AbstractHTTPServlet
              extended by org.apache.cxf.transport.servlet.AbstractCXFServlet
                  extended by org.apache.cxf.transport.servlet.CXFNonSpringServlet
                      extended by 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

Field Summary
static java.lang.String JAVA_API_CONFIG
           
private static long serialVersionUID
          A Serial Version ID for a serializable class
 
Fields inherited from class org.apache.cxf.transport.servlet.AbstractCXFServlet
bus, controller, servletTransportFactory
 
Constructor Summary
SSWAPAPIServlet()
           
 
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
 

Field Detail

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
Constructor Detail

SSWAPAPIServlet

public SSWAPAPIServlet()
Method Detail

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.