public class PLLRequestServlet
extends javax.servlet.http.HttpServlet
PLLRequestServlet
class is used to receive requests from
applications and forward those requests to the corresponding servers for
processing.
The doPost() method gets the XML RequestSet document from the HttpRequest
object, then parses the XML documnent and reconstructs a RequestSet object.Request
,
RequestSet
,
Serialized FormConstructor and Description |
---|
PLLRequestServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
init() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.