public class DSMLServlet extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
DSMLServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
The HTTP POST operation.
|
void |
init(javax.servlet.ServletConfig config)
This method will be called by the Servlet Container when
this servlet is being placed into service.
|
static int |
nextMessageID()
Retrieves a message ID that may be used for the next LDAP message sent to
the Directory Server.
|
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public DSMLServlet()
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- - the ServletConfig
object that
contains configuration information for this servlet.javax.servlet.ServletException
- If an error occurs during processing.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
req
- Information about the request received from the client.res
- Information about the response to send to the client.javax.servlet.ServletException
- If an error occurs during servlet processing.IOException
- If an error occurs while interacting with the client.public static int nextMessageID()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.