public class InitMessengerServlet
extends javax.servlet.http.HttpServlet
InitMessengerServlet
is a simple servlet that
will initialize the MessengerManager from a URL specified in the
web.xml deployment descriptor.
Modifier and Type | Field and Description |
---|---|
private static boolean |
initialized |
Constructor and Description |
---|
InitMessengerServlet() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getRequiredInitParmeter(java.lang.String key,
java.lang.String description) |
void |
init() |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public void init() throws javax.servlet.ServletException
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected java.lang.String getRequiredInitParmeter(java.lang.String key, java.lang.String description) throws javax.servlet.ServletException
javax.servlet.ServletException