Class RestServletApplication

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Filter, javax.servlet.Servlet, javax.servlet.ServletConfig, org.glassfish.jersey.server.spi.Container

    public class RestServletApplication
    extends BaseRestServletContainer
    Servlet that provides access to LumisXP built-in REST operations.
    Since:
    6.1.0
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.glassfish.jersey.server.spi.Container

        DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.glassfish.jersey.internal.util.collection.Value<java.lang.Integer> service​(java.net.URI baseUri, java.net.URI requestUri, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class org.glassfish.jersey.servlet.ServletContainer

        destroy, doFilter, getApplicationHandler, getConfiguration, getServletContext, getStaticContentPattern, getWebComponent, init, init, init, reload, reload, service
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified
      • Methods inherited from class javax.servlet.GenericServlet

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

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

      • RestServletApplication

        public RestServletApplication()
    • Method Detail

      • service

        public org.glassfish.jersey.internal.util.collection.Value<java.lang.Integer> service​(java.net.URI baseUri,
                                                                                              java.net.URI requestUri,
                                                                                              javax.servlet.http.HttpServletRequest request,
                                                                                              javax.servlet.http.HttpServletResponse response)
                                                                                       throws javax.servlet.ServletException,
                                                                                              java.io.IOException
        Overrides:
        service in class org.glassfish.jersey.servlet.ServletContainer
        Throws:
        javax.servlet.ServletException
        java.io.IOException