| javax.servlet.http.HttpServlet net.sf.crispy.server.HttpServiceEndpoint
All known Subclasses: net.sf.crispy.impl.http.HttpServlet, net.sf.crispy.impl.xmlrpc.XmlRpcHttpServlet,
HttpServiceEndpoint | public class HttpServiceEndpoint extends HttpServlet implements ServiceEndpoint(Code) | | A special implementation from a ServiceEndpoint for the http protocoll.
author: Linke since: 1.1.0 |
getService | public Object getService(HttpServletRequest pvRequest, HttpServletResponse pvResponse) throws Exception(Code) | | This is a alternative to the Object getService(String pvServiceInterfaceName) method.
With this method you can use SessionID (request.getSession().getId() )
for a service with scope equals Session.
Parameters: pvRequest - Parameters: pvResponse - The service implementation. Default retun value is null .For a real service implementation must override this method. |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|