Class RestServletApplication

  • All Implemented Interfaces:
    java.io.Serializable, Filter, 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: 22420 $ $Date: 2019-02-19 16:21:02 -0300 (Tue, 19 Feb 2019) $
    See Also:
    Serialized Form
    • 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,
                                                                                              HttpServletRequest request,
                                                                                              HttpServletResponse response)
                                                                                       throws ServletException,
                                                                                              java.io.IOException
        Overrides:
        service in class org.glassfish.jersey.servlet.ServletContainer
        Throws:
        ServletException
        java.io.IOException