public class PLLNotificationServlet
extends javax.servlet.http.HttpServlet
PLLNotificationServlet
class is used to receive
notifications from servers and forward those notifications to the high level
services and applications for processing.
The doPost() method gets the XML NotificationSet document from the
HttpRequest object, then parses the XML documnent and reconstructs a
NotificationSet object.Notification
,
NotificationSet
,
Serialized FormConstructor and Description |
---|
PLLNotificationServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
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 request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 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.