public class JsonRpcServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
JsonRpcServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doOptions(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
HK2JsonRpcServiceProvider |
getRpcServiceLocator() |
org.glassfish.hk2.api.ServiceLocator |
getServiceLocator() |
doDelete, doGet, doHead, doPut, doTrace, getLastModified, service, servicepublic org.glassfish.hk2.api.ServiceLocator getServiceLocator()
protected void doOptions(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doOptions in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic HK2JsonRpcServiceProvider getRpcServiceLocator()
Copyright © 2018. All rights reserved.