|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.sr.server.http.json.JSONRRServlet
public class JSONRRServlet
This class is an end point implementation. It offers a gateway to access services via JSON/HTTP and direct HTTP calls (get&post). This servlet supports requests-response interaction pattern, so clients of this servlet need to wait for their responses.You can map this servlet to both secure and non-secure urls.
Constructor Summary | |
---|---|
JSONRRServlet()
|
Method Summary | |
---|---|
void |
init(javax.servlet.ServletConfig config)
|
Methods inherited from class javax.servlet.http.HttpServlet |
---|
service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONRRServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config)
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |