public class JcmsRestletServlet
extends com.noelios.restlet.ext.servlet.ServerServlet
Constructor and Description |
---|
JcmsRestletServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Services a HTTP Servlet request as an uniform call.
|
createApplication, createServer, destroy, getApplication, getComponent, getInitParameter, getServer
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public void init() throws javax.servlet.ServletException
init
in class com.noelios.restlet.ext.servlet.ServerServlet
javax.servlet.ServletException
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
service
in class com.noelios.restlet.ext.servlet.ServerServlet
request
- The HTTP Servlet request.response
- The HTTP Servlet response.javax.servlet.ServletException
java.io.IOException
Copyright © 2001-2017 Jalios SA. All Rights Reserved.